2005-01-31 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2005-01-31  Martin Baulig  <martin@ximian.com>
2
3         * metadata.c (mono_metadata_has_generic_params): New public
4         function; checks whether something is a generic method.
5
6 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
7
8         * appdomain.c: fix infinite recursion when adding assemblies.
9
10 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * object.c: Fix small typo to return all items for Environment.
13         GetCommandLineArgs.
14
15 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
16
17         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
18         reflection.c: more domain and assembly-unload related fixes
19         and memory leaks plugs.
20
21 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22
23         * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.
24
25 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
26
27         * loader.c (mono_method_signature): Make this method lazy
28         (mono_get_method_from_token): Don't computate the signature here.
29
30         Doing this saves quite a bit of memory. I got 90 kb on starting up
31         monodoc. It should also save some disk reads on startup.
32
33         * *: MonoMethod->signature might be NULL now. You *MUST* use
34         mono_method_signature.
35
36 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
37
38         * object.c (mono_runtime_get_main_args): Return an array from the
39         current domain here. Fixes #71938.
40
41 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
42
43         * monitor.c: formatting changes to comply with the
44         mono coding style and remove #ifdefs from the code.
45
46 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
47
48         * metadata.c, private.h: remove some unneeded data
49         and use a more compact representation for table schemas.
50
51 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
52
53         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
54         to get a better distribution in hash tables.
55         * *.c: use mono_aligned_addr_hash() where appropriate.
56         * assembly.c: make var static.
57
58 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
59
60         * domain-internals.h: Put MonoJitInfo on a diet.
61
62         * domain.c: Fix a warning.
63
64 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
65
66         * gc.c: rework the gc handles code to reuse handles
67         when freed.
68
69 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
70
71         * domain.c: fixed long standing bug in mono_string_equal() which
72         was brought to light with the ldstr changes.
73
74 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
75
76         * reflection.c: Remove warning by adding missing include for marshal.h
77
78 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
79
80         * domain.c, object.c: change the ldstr_table to hold
81         MonoString* as keys: makes the runtime isinterned lookup
82         faster and simplifies memory management.
83
84 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
85  
86         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
87         possible to add imperative security checks before calling the icall.
88         * reflection.c: Return security attributes on the original MonoMethod
89         (and not the wrapped one). This fix permissions on icalls.
90
91 2005-01-25  Dick Porter  <dick@ximian.com>
92
93         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
94         the check for mktime() support actually test the mktime() return
95         value.  "Fixes" bug 71682, though the output is still different to
96         MS.
97
98 2005-01-25  Martin Baulig  <martin@ximian.com>
99
100         * class.c (mono_class_is_assignable_from): Make this work for
101         generic instances.
102
103 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
104
105         * marshal.c (mono_string_utf8_to_builder)
106         (mono_string_builder_to_utf16): We might not have ownership of the
107         string. In thise case, we need to create a new buffer.
108
109         * object-internals.h (mono_stringbuilder_capacity): sb->str might
110         be null, in which case, use the default capacity.
111
112 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
113
114         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
115         GC events to the profiler.
116
117 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
118
119         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
120         if you don't want the GC to run.
121
122 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
123
124         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
125         start providing a GC API and keeping different implementations in
126         their own file.
127         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
128
129 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
130
131         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
132         mmap rather than allocating a huge buffer.
133         (mono_debug_close_mono_symbol_file): Free the buffer allocated
134         above.
135
136 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
137
138         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
139         and CheckExecutionRights.
140         * reflection.c|h: Keep the index of the declarative security to be 
141         used, instead of the pointer, when AOT compiler is used. Also add 
142         class initialization when requesting demands.
143         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
144         CheckExecutionRights. Both properties are now FALSE by default, and
145         unmodifiable, unless the --security option is used.
146
147 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
148
149         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
150         reflection.c: properly refcount images and assemblies, many leaks fixed.
151
152 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
153
154         * threadpool.c: increase the timeout for threads in the thread pool to
155         10s.  Fixes bug #67159.
156
157 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
158
159         * class-internals.h: Sun's compiler insists on explicit
160         signed on bit fields to handle then correctly.
161
162 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
163
164         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
165         Make the size of the array fit only the number of invalid path
166         chars that we have.
167
168         * class.c (_mono_class_get): Improve the error reporting when a
169         class referenced is not found, to assist debugging. 
170
171 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
172
173         * threads.c: fix off-by-one error.
174         * domain.c: free data allocated in the domain.
175
176 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
177
178         * reflection.c (mono_method_body_get_object): Fill out exception info
179         as well.
180
181         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
182         structure.
183         
184 2005-01-19  Martin Baulig  <martin@ximian.com>
185
186         * loader.c (mono_get_method_constrained): Make this work again.
187
188 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
189
190         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
191         guint16 to match the managed side.
192
193         * reflection.c (mono_reflection_body_get_object): Fill out local
194         variables array.
195
196         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
197         as well.
198
199         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
200         'local_var_sig_token'.
201
202 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
203
204         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
205         System.Drawing.
206
207         * reflection.c (mono_method_body_get_object): Handle abstract and
208         runtime methods.
209
210 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
211
212         * marshal.c, loader.c, class-internals.h, reflection.c:
213         store the emthod data for a wrapper in an array instead of a list.
214
215 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
216
217         * marshal.c: change the code to allocate memory more
218         conservatively for method wrappers.
219
220 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
221
222         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
223         fields from MonoClass to the marshal info structure where they belong.
224
225 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
226
227         * class.c, object.c, class-internals.h, marshal.c: rearrange
228         some fields and tweak some types to lower memory usage.
229
230 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
231
232         * threads.c (signal_thread_state_change): Handle the case when the
233         target thread is the current thread.
234
235         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
236
237         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
238         emit_ptr_to_object_conv. 
239
240         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
241         marshalling. Fixes #71352.
242
243 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
244
245         * metadata.h, blob.h: move table enum to blob.h so it can be included
246         in any header.
247         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
248         cut the size of MonoImage/MonoDynamicImage.
249
250 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
251
252         * profiler.c (mono_profiler_install_simple): Fix default arguments.
253
254 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
255
256         * reflection.c, reflection.h, icall.c: add a function to check
257         if an attribute type is defined for a metadata object.
258
259 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
260
261         * object-internals.h: Added some needed fields from StringBuilder class.
262         * marshal.c: Set the maxCapacity when creating a StringBuilder.
263
264 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
265
266         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
267         threads before shutting down the runtime.
268
269         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
270
271 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
272
273         * object-internal.h, threads.c: implement stacksize and 
274         parameterized thread start functionality (requires
275         matching corlib). Marked broken code for later removal.
276
277 2005-01-12  Martin Baulig  <martin@ximian.com>
278
279         * class-internals.h (MonoGenericClass): Moved the `initialized'
280         flag to MonoDynamicGenericClass, removed `init_pending'.
281         (MonoGenericInst): Added `is_reference' flag.
282
283 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
284
285         * reflection.c (mono_image_create_pefile): Only set the pe_offset
286         inside the MSDOS header. Fixes #71201.
287
288         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
289         gc thread.
290         (mono_domain_finalize): Ditto.
291
292 2005-01-12  Martin Baulig  <martin@ximian.com>
293
294         * class.c (mono_get_shared_generic_class): Use the cache for
295         non-dynamic generic classes.
296
297         * class-internals.h (mono_class_create_generic_2): Removed
298         function prototype, this function is now static inside class.c.
299
300         * class.c (mono_class_create_generic_2): Made this static, only
301         call it from mono_class_init() and mono_class_setup_parent().
302         (collect_implemented_interfaces_aux): Call mono_class_init() on
303         the interfaces we collect.
304         (mono_class_setup_vtable): Call mono_class_init (class->parent).
305
306 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
307
308         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
309         it a real thread handle.
310
311         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
312         MonoJitExceptionInfo, since each catch clause needs its own variable.
313         
314 2005-01-11  Dick Porter  <dick@ximian.com>
315
316         * image.c (mono_pe_file_open): New variant on mono_image_open()
317         that does not set up the CLI metadata; used for FileVersionInfo so
318         it can get the data for windows binaries too.
319         
320         * process.c (process_read_string_block): Don't read off the end of
321         the StringTable block.
322
323         These both fix bug 70766.
324
325 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
326
327         * gc.c: set some fields to NULL at GC cleanup time.
328         * threads.c: if we quit the main thread, call exit ().
329
330 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
331
332         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
333
334 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
335
336         * threads.h, threads.c, object.c: added accessor and settor for
337         main_thread. Handle it specially when exiting from it: wait
338         for other foreground threads to exit.
339
340 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
341
342         * process.c, verify.c: remove some bloat.
343
344 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
345
346         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
347         the calling convention to cdecl under win32.
348
349 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
350
351         * object.c (mono_object_get_size): New function to get the size of
352         an object instance.
353
354         * profiler.c (simple_allocation): Use above.
355
356 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
357
358         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
359         ves_icall_System_AppDomain_getRootDomain (as it's not required to
360         get an appdomain by it's id and we can't assume the root's id is 0).
361         * domain-internals.h: Change the function prototype to match.
362         * icall.c: Change the icall table for AppDomain.
363
364 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
365
366         * locales.c (string_invariant_compare_char): Only compute
367         GUnicodeTypes in the case where we need them.  Test for ordinality
368         first and return if so.
369
370         From the commit:
371
372                 /*
373                  * FIXME: here we must use the information from c1type and c2type
374                  * to find out the proper collation, even on the InvariantCulture, the
375                  * sorting is not done by computing the unicode values, but their
376                  * actual sort order.
377                  */
378
379 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
380
381         * loader.c: for P/Invoke methods, allow the "Internal" shared
382         library name to refer to the calling process symbol namespace.
383
384 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
385
386         * Makefile.am: Add the security manager to the build.
387         * security-manager.c|h: New. Initialization of the security manager.
388
389 2005-01-07  Dick Porter  <dick@ximian.com>
390
391         * threads.c: 
392         * monitor.c: Update thread state during Monitor and WaitHandle
393         waits.  Fixes bug 71031.
394
395 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
396
397         * reflection.c (property_encode_signature): Correctly handle when the
398         property has no methods.
399
400 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
401
402         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
403         
404         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
405         fields from mb, not rmb. Fixes #71017.
406
407         * marshal.c (emit_ptr_to_str_conv): Add support for 
408         ByValTStr -> string conversion. Fixes #71015.
409
410         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
411
412         * mempool.c (mono_mempool_contains_addr): New helper function.
413
414 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
415
416         * metadata.c (mono_metadata_compute_size): Fix size calculation of
417         HasSematics encoded fields.
418         
419         * metadata.c (mono_type_to_unmanaged): Improve error message for 
420         invalid string marshalling.
421
422         * metadata.c: Fix warnings.
423         
424 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
425
426         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
427         profiler support.
428
429 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
430
431         * domain.c object.c domain-internals.h: Revert part of r38077 since the
432         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
433         tests.
434
435 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
436
437         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
438         so methods containing these can be AOTed.
439
440 2005-01-03  Martin Baulig  <martin@ximian.com>
441
442         * loader.c (find_method): Removed the hack for generic instances.
443         (method_from_memberref): If our parent is a generic instance, pass
444         its generic type definition to find_method() and then inflate the
445         method.
446         (mono_get_method_constrained): Pass the generic type definition to
447         find_method() and inflate the method later.
448
449         * class-internals.h (MonoStats): Added `generic_class_count'.
450
451         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
452         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
453
454         * reflection.c (mono_custom_attrs_from_params): Don't ignore
455         generic type definitions.
456
457 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
458
459         * loader.c icall.c: Fix warnings.
460
461 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
462
463         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
464         blittable types. Fixes #70864.
465
466 2004-12-29  Martin Baulig  <martin@ximian.com>
467
468         * icall.c
469         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
470
471         * reflection.c (mono_method_get_object): Create a
472         "System.Reflection.MonoGenericMethod" for inflated methods; don't
473         call mono_get_inflated_method().
474
475         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
476
477 2004-12-27  Martin Baulig  <martin@ximian.com>
478
479         * class-internals.h (MonoMethod): Added `is_inflated' flag.
480         (MonoMethodInflated): Added `inflated' field.
481
482         * class.c (mono_class_inflate_generic_method): Don't really
483         inflate the method here; just set the `is_inflated' flag in the
484         MonoMethod.
485         (mono_class_get_inflated_method): Actually inflate the method here
486         if it's not already inflated; we use the MonoMethodInflated's new
487         `inflated' field as a cache.
488
489 2004-12-26  Martin Baulig  <martin@ximian.com>
490
491         * class.c
492         (inflate_generic_class): Moved some code out of inflate_generic_type().
493         (mono_class_inflate_generic_method): If we're already inflated,
494         inflate the context and use the declaring method; ie. make sure
495         the declaring method of an inflated method is always the generic
496         method definition.
497         (mono_class_create_from_typedef): Create
498         `class->generic_container->context->gclass'.
499
500 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
501
502         * metadata-internals.h, marshal.c, reflection.c: More
503         MonoGHashTable->GHashTable.
504
505         * domain-internals.h, class.c: Change MonoGHashTable's into
506         GHashTables for some cases where no gc stuff is used
507
508         All users: update apis
509
510 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
511
512         * metadata.c (builtin_types): Make this `const'. Makes this get
513         put into the shareable section.
514         (mono_metadata_init): Casts to make gcc happy.
515
516 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
517
518         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
519
520 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
521
522         * icall.c: Added an internal call to retrieve the position and length
523         of assembly-level declarative security attributes (RequestMinimum, 
524         RequestOptional and RequestRefuse). This is used by the Assembly class
525         to re-create the corresponding permission sets.
526
527 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
528
529         * marshal.c: fix the stelemref wrapper to be type correct
530         (and faster).
531
532 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
533
534         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
535         to do key & 0x7fffffff. Hashtable already does this. It just
536         results in longer code.
537
538 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
539
540         * appdomain.c: Bump corlib version.
541         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
542         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
543         * reflection.c|h: Add functions to get declarative security infos
544         (blob position and length) for assemblies, classes and methods.
545
546 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
547
548         * reflection.c: sort the constant table (bug #70693).
549
550 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
551
552         * object-internals.h, threads.c, domain.c: add accessors for
553         the MonoThread and MonoDomain tls keys.
554
555 2004-12-18  Martin Baulig  <martin@ximian.com>
556
557         * class.c (inflate_generic_type): If we're inflating a generic
558         instance, set `ngclass->context->container = context->container';
559         ie. the container we inflated into.
560
561         * metadata.c (mono_metadata_parse_generic_param): Reflect above
562         inflate_generic_type() changes.
563
564 2004-12-17  Martin Baulig  <martin@ximian.com>
565
566         * class-internals.h
567         (MonoGenericClass): Replaced `MonoType *generic_type' with
568         `MonoClass *generic_class'.  Removed `dynamic_info'; if
569         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
570         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
571
572 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
573
574         * exception.c (mono_exception_from_token): New helper function.
575
576 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
577
578         * assembly.c (mono_assembly_load_with_partial_name): Call 
579         mono_assembly_loaded before invoking the preload hooks. Fixes
580         #70564.
581
582         * object-internals.h (MonoThread): Change culture_info and 
583         ui_culture_info into an array.
584
585         * threads.c: Cache culture info objects from more than one appdomain.
586
587         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
588         current UI culture.
589
590 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
591
592         * threads.h threads.c appdomain.c: Clear the culture_info field of
593         all threads during unloading if they point to an object in the dying
594         appdomain.
595
596 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
597
598         * culture-info.h (TextInfoEntry): New struct
599         * object-internals.h: sync with managed
600         * locales.c: fill the `text_info_data' field
601         * culture-info-tables.h: update
602
603 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
604
605         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
606         collector.
607
608 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
609
610         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
611         (ves_icall_ModuleBuilder_getMethodToken): Ditto
612
613 2004-12-12  Martin Baulig  <martin@ximian.com>
614
615         * mono-debug-debugger.c (write_type): If we're an enum and the
616         builtin types have already been initialized, call mono_class_init().
617
618 2004-12-11  Martin Baulig  <martin@ximian.com>
619
620         * metadata.c (mono_metadata_load_generic_params): Added
621         `MonoGenericContainer *parent_container' argument; automatically
622         compute `container->is_method'; pass the correct owner to
623         get_constraints().      
624
625         * reflection.c (compare_genericparam): Sort the GenericParam table
626         according to increasing owners. 
627
628 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
629
630         * profiler.c: allow disabling the default profiler.
631
632 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
633
634         * decimal.c, icall.c: allow disabling System.Decimal support.
635
636 2004-12-09  Marek Safar <marek.safar@seznam.cz>
637
638         * reflection.c: Add support for null attribute arguments.
639
640 2004-12-09  Martin Baulig  <martin@ximian.com>
641
642         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
643         names to get rid of compiler warnings.
644
645 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
646
647         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
648         mono_marshal_load_type_info (). Fixes #69625.
649         (mono_marshal_get_ptr_to_struct): Likewise.
650
651 2004-12-08  Martin Baulig  <martin@ximian.com>
652
653         * mono-debug.h: Bumped version number to 47.
654
655         * mono-debug-debugger.c
656         (mono_debugger_event_handler, mono_debugger_event): Take two
657         guint64 arguments insteed of a gpointer and a guint32.  
658
659 2004-12-08  Martin Baulig  <martin@ximian.com>
660
661         * debug-mono-symfile.h
662         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
663         `address' to `native_offset'.
664
665 2004-12-08  Martin Baulig  <martin@ximian.com>
666
667         * class.c (mono_class_create_from_typespec): Only inflate if we
668         either have `context->gclass' or `context->gmethod'.
669
670 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
671
672         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
673
674         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
675
676         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
677
678         * reflection.c (mono_assembly_get_object): Remove the workaround put
679         in for the release.
680         
681         * appdomain.c: Use the corlib_internal field from MonoAssembly.
682
683         * appdomain.c: Bump corlib version.
684
685         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
686         be visible in other appdomains.
687
688 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
689
690         * threads.c: Interlocked inc and dec for longs were messed up,
691         use a KISS based impl for this. Fixes 70234
692
693 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
694
695         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
696
697 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
698
699         * icall.c: fix to follow policy not to allow struct
700         arguments in icalls.
701
702 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
703
704         * process.c: make the patch that handles spaces in file paths work
705         on mono/windows too.
706
707 2004-12-06  Martin Baulig  <martin@ximian.com>
708
709         * class.c (mono_class_create_generic): Call
710         mono_class_setup_supertypes() if we're dynamic.
711         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
712
713 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
714
715         * object-internals.h: Add new fields to MonoThread.
716
717         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
718
719         * icall.c threads-types.h threads.c: Add new icalls.
720
721         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
722
723         * object-internals.h (MonoReflectionAssembly): Sync object layout with
724         managed side.
725
726         * appdomain.c: Bump corlib version.
727
728         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
729         internal assemblies. Fixes #69181.
730
731 2004-12-05  Martin Baulig  <martin@ximian.com>
732
733         * class.c (mono_class_inflate_generic_signature): Make this a
734         no-op if `context' is NULL or we don't have any type parameters;
735         also copy `sentinelpos'.        
736
737 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
738
739         * image.c: Add unbox_wrapper_cache.
740
741         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
742
743         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
744         function generator.
745         
746         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
747         Fixes #70173.
748
749         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
750         
751 2004-12-04  Martin Baulig  <martin@ximian.com>
752
753         * loader.c (mono_method_get_signature_full): New public function;
754         like mono_method_get_signature(), but with an additional
755         `MonoGenericContext *' argument.
756
757         * class.c (mono_class_inflate_generic_signature): Formerly known
758         as inflate_generic_signature(); make this public.
759
760 2004-12-04  Martin Baulig  <martin@ximian.com>
761
762         * metadata.c
763         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
764         instead of a `MonoGenericContainer *'.  
765         (mono_metadata_parse_array_full): Likewise.
766         (mono_metadata_parse_signature_full): Likewise.
767         (mono_metadata_parse_method_signature_full): Likewise.
768         (mono_metadata_parse_generic_inst): Likewise.
769         (mono_metadata_parse_generic_param): Likewise.
770         (mono_metadata_parse_mh_full): Likewise.
771         (mono_type_create_from_typespec_full): Likewise.
772
773 2004-12-03  Martin Baulig  <martin@ximian.com>
774
775         * class-internals.h (MonoGenericContainer): Replaced the
776         `MonoGenericContext * pointer with a `MonoGenericContext'
777         structure and made it the first element.
778
779 2004-12-03  Martin Baulig  <martin@ximian.com>
780
781         * class.c
782         (inflate_generic_type): Set the `context->container' when creating
783         a new MonoGenericContext.
784         (mono_class_inflate_generic_method): Likewise.
785         (mono_class_create_from_typespec): Just use `context->container'
786         to get the container.
787
788         * loader.c (method_from_methodspec): Set `context->parent' from
789         `context->container' - and if that's a method container, use its
790         parent.  Also set the `context->container' when creating a new
791         MonoGenericContext.
792         (mono_get_method_from_token): Use just `context->container' to get
793         the container.
794
795         * metadata.c (do_mono_metadata_parse_generic_class): Also set
796         `gclass->context->container'.
797
798         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
799         the `context->container' when creating a new MonoGenericContext.
800
801 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
802
803         * reflection.c (compare_genericparam): Sort params with identical
804         owner by their number. Fixes gen-111 on sparc.
805
806 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
807
808         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
809         around the domain changes.
810
811         * appdomain.c (mono_domain_unload): Handle the case when the thread
812         calling Unload is itself being aborted during unloading. Fixes #70022.
813
814         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
815
816         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
817         checkpoint_func as an icall so it gets a wrapper.
818         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
819         in the cross-appdomain wrappers too.
820
821         * threads.c (mono_thread_has_appdomain_ref): Make this public.
822
823         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
824
825         * reflection.c: Fix some memory leaks.
826         
827 2004-12-02  Martin Baulig  <martin@ximian.com>
828
829         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
830
831         * metadata.c (generic_class_cache): New static hashtable.
832         (mono_metadata_lookup_generic_class): New public method.
833
834 2004-12-02  Martin Baulig  <martin@ximian.com>
835
836         * class.c (mono_class_create_from_typedef): Call
837         mono_class_setup_parent() and mono_class_create_mono_type() before
838         parsing the interfaces.
839
840 2004-12-02  Martin Baulig  <martin@ximian.com>
841
842         * metadata.c (generic_inst_cache): New static hashtable.
843         (mono_metadata_lookup_generic_inst): New public function.
844         (mono_metadata_inflate_generic_inst): New public function.
845         (mono_metadata_parse_generic_inst): New public function.
846         (do_mono_metadata_parse_generic_class): Use the new
847         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
848         since this'll also use the cache.
849
850         * reflection.c (mono_reflection_bind_generic_method_parameters):
851         Use mono_metadata_lookup_generic_inst() to use the new cache.
852
853         * class.c (inflate_mono_type): Use
854         mono_metadata_inflate_generic_inst() to inflate a generic
855         instance; this'll also use the new cache.
856
857         * loader.c (method_from_methodspec): Use
858         mono_metadata_parse_generic_inst() and
859         mono_metadata_inflate_generic_inst() rather than parsing it
860         manually, so we can use the new cache.
861
862 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
863
864         * threads.c (wait_for_tids): Do not incorrectly free threads when 
865         the wait times out.
866
867 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
868
869         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
870         iter->args based on whether parameters are passed in registers (i.e.
871         MONO_ARCH_REGPARMS is defined)
872
873 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
874
875         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
876         the exception message. Fixes #70070.
877         (method_from_methodspec): Fix warnings.
878
879 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
880
881         * process.c: (complete_path) return the path quoted
882
883 2004-12-01  Martin Baulig  <martin@ximian.com>
884
885         * class-internals.h (MonoGenericInst): New structure.
886         (MonoGenericClass): Replaced `type_argc', `type_argv' and
887         `is_open' with `MonoGenericInst *inst'.
888         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
889         `is_open' with `MonoGenericInst *inst'.
890
891 2004-11-30  Martin Baulig  <martin@ximian.com>
892
893         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
894
895         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
896         to `generic_class_cache'.
897
898         * metadata.c
899         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
900         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
901         (mono_generic_inst_is_valuetype): Renamed to
902         mono_generic_class_is_valuetype().
903
904         * class-internals.h
905         (MonoGenericInst): Renamed to MonoGenericClass.
906         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
907         (MonoClass): Renamed `generic_inst' to `generic_class'.
908         (MonoGenericContext): Renamed `ginst' to `gclass'.
909
910         * object-internals.h
911         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
912
913         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
914         mono_reflection_generic_class_initialize().
915
916         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
917         now known as "System.Reflection.MonoGenericClass".
918         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
919
920 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
921
922         * class-internals.h: Added a flag field to MonoClass to cache the
923         declarative security attributes actions associated with the class.
924         * domain-internals.h: Added booleans to MonoJitInfo to cache the
925         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
926         applicable to the JITted method.
927         * reflection.c|h: Added functions to extract (as flags) which security
928         actions are available (declaratively) for a method, class or assembly.
929         * metadata.c|h: Added functions to search the declarative security
930         table in the metadata.
931         
932 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
933
934         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
935         EXPORTEDTYPES are already in the class name cache, so there is no
936         need to add extra code here to look at them. Just removes a bit of
937         cruft.
938
939         (ves_icall_System_Environment_get_TickCount): No need for #if
940         WINDOWS. We already have the code in io-layer.
941
942 2004-11-28  Martin Baulig  <martin@ximian.com>
943
944         * loader.c
945         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
946         Fixes gen-112.cs.
947
948 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
949
950         * assembly.c (do_mono_assembly_open): Instead of having a
951         conditional WITH_BUNDLE, incorporate support for bundles here, by
952         having a global `bundles' variable holding a pointer to the actual
953         bundles. 
954
955         (mono_register_bundled_assemblies): New API call used by the
956         bundle code. 
957
958         See mkbundle.1 for details.
959         
960 2004-11-27  Martin Baulig  <martin@ximian.com>
961
962         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
963         the vtable for generic methods.
964
965 2004-11-26  Martin Baulig  <martin@ximian.com>
966
967         * metadata.c
968         (mono_metadata_generic_method_hash): New public function.
969         (mono_metadata_generic_method_equal): Likewise.
970
971         * class-internals.h
972         (MonoGenericContainer): Added `GHashTable *method_hash'.
973
974         * reflection.c (ReflectionMethodBuilder): Added
975         `MonoGenericContainer *generic_container'.
976         (reflection_methodbuilder_to_mono_method): Don't create a new
977         MonoGenericContainer each time we're called.
978         (mono_reflection_bind_generic_method_parameters): Use
979         `container->method_hash' to cache the results so we don't create a
980         different method if we're called several times with the same
981         arguments.
982
983         * loader.c (method_from_methodspec): Use the new
984         `container->method_hash' here, too.
985
986 2004-11-26  Martin Baulig  <martin@ximian.com>
987
988         * class.c (inflate_generic_signature): Correctly compute
989         `res->has_type_parameters'.
990         (mono_class_vtable): Use the `has_type_parameters' flag to
991         determine whether we're a generic method.
992
993         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
994
995 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
996
997         * object.c (mono_runtime_run_main): Fix a small memory leak.
998
999 2004-11-25  Martin Baulig  <martin@ximian.com>
1000
1001         * class.c (set_generic_param_owner): Fixed the loop.
1002
1003 2004-11-25  Martin Baulig  <martin@ximian.com>
1004
1005         * object.c (mono_class_vtable): Don't create any JIT wrappers for
1006         generic methods.
1007
1008 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
1009
1010         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
1011         names. Fixes #69787.
1012
1013 2004-11-24  Martin Baulig  <martin@ximian.com>
1014
1015         * class.c (mono_class_create_generic_2): If we don't have a
1016         `ginst->parent', inflate `gklass->parent' to get our parent.
1017
1018 2004-11-24  Martin Baulig  <martin@ximian.com>
1019
1020         * reflection.c (compare_genericparam): Correctly sort the
1021         GenericParam table; fixes #69779.
1022
1023 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
1024
1025         * reflection.c: When writing a PE file, don't create a huge
1026         buffer in memory. Just write the arrays we have to the file.
1027         This reduces memory usage.
1028
1029         * metadata-internals.h: MonoDynamicStream pefile is no longer used
1030         globally.
1031
1032 2004-11-17  Martin Baulig  <martin@ximian.com>
1033
1034         * class.c (mono_class_init): Don't setup `class->parent' for
1035         dynamic instances; moved this to mono_class_generic_2().
1036         (mono_class_create_generic): Also set `klass->inited' for dynamic
1037         generic instances.
1038         (mono_class_create_generic_2): Don't do anything for dynamic
1039         generic instances.  Set `klass->parent' here and also call
1040         mono_class_setup_parent() here. 
1041
1042         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
1043         `MonoType *parent' argument; set `ginst->parent' before calling
1044         mono_class_create_generic_2(), so we set the correct parent.
1045
1046 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
1047
1048         * reflection.c: allow getting attributes from ModuleBuilder
1049         (used by ikvm).
1050
1051 2004-11-17  Martin Baulig  <martin@ximian.com>
1052
1053         * class.c (mono_class_create_from_typedef): If a type parameter is
1054         inherited from an outer class, set its owner to that class.
1055
1056 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
1057
1058         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
1059           for (int*) written size. This fixes bug #69592.
1060
1061 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
1062
1063         * icall.c: Added IsAuthenticodePresnet internal call.
1064         * image.c|h: New function that check a MonoImage for an Authenticode
1065         signature in the certificate PE data directory.
1066         * security.c|h: New internal call to ask the runtime if an 
1067         Authenticode signature seems referenced in the PE header.
1068
1069 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
1070
1071         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
1072
1073         * reflection.c (mono_image_create_pefile): Free the assembly streams
1074         after writing out the assembly file.
1075
1076         * object.c (mono_runtime_run_main): Fix small memory leak.
1077
1078         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
1079         property access modifiers. Fixes #69389.
1080
1081 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
1082
1083         * domain.c, object.c, object-internals.h, domain-internals.h,
1084         object.h, marshal.c: keep dynamic code info per domain.
1085
1086 2004-11-15  Martin Baulig  <martin@ximian.com>
1087
1088         * class.c (mono_type_get_name_recurse): Put type arguments in
1089         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
1090         see bug #68387.
1091
1092 2004-11-15  Martin Baulig  <martin@ximian.com>
1093
1094         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
1095         (mono_class_setup_vtable): When computing `the_cname' for a
1096         generic instance, don't include the namespace since we'd otherwise
1097         add it twice.
1098
1099 2004-11-15  Martin Baulig  <martin@ximian.com>
1100
1101         * class.c (mono_class_create_generic): Changed return type to void.
1102         (mono_class_create_generic_2): New public function; setup
1103         `class->method', `class->field' and `class->interfaces' here
1104         instead of in mono_class_init().
1105
1106         * class.h (mono_class_create_generic): Moved to class-internals.h.
1107
1108 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
1109
1110         * reflection.c (mono_image_create_pefile): take a file HANDLE.
1111         rather than writing to memory, write to this file. Right now,
1112         we are just writting into a buffer, and copying that. However
1113         we can avoid the buffer later.
1114
1115         (mono_dynamic_stream_reset): new function
1116
1117         * icall.c, object-internals.h: update for the above.
1118
1119 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
1120
1121         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
1122         have been using gc'd memory. First it is slower, unlikely
1123         the comment in the source code said, secondly, it increases
1124         our footprint to do it in the gc.
1125
1126         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
1127         the method so that it does not have to copy to managed code.
1128
1129 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
1130
1131         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
1132
1133 2004-11-12  Martin Baulig  <martin@localhost>
1134
1135         * reflection.c (mono_image_create_token): Allow generic method
1136         definitions here, since they may appear in an `.override'; see
1137         gen-98/gen-99 for an example.
1138
1139 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
1140
1141         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
1142         #69365.
1143
1144         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
1145         descriptive.
1146
1147 2004-11-11  Martin Baulig  <martin@ximian.com>
1148
1149         * class.c (mono_class_setup_vtable): In an explicit interface
1150         implementation, the method name now includes the arity.
1151
1152 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
1153
1154         * object.c (mono_array_full_copy): Fix warning.
1155
1156 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
1157
1158         * appdomain.c: Removed look_for_method_by_name(). Use the new method
1159         mono_class_get_method_from_name() instead.
1160         
1161         * class-internals.h: Added two new types of wrappers. 
1162         Added MonoRemotingTarget enum. Added new trampoline function type, which
1163         takes an additional MonoRemotingTarget value as parameter, so it is
1164         possible to request a trampoline for a specific target.
1165         
1166         * class.c: Added new mono_class_get_method_from_name() method.
1167         
1168         * class.h: In MonoRemoteClass, we can have now to vtables, one for
1169         general remoting sinks and one specific for cross domain calls.
1170         
1171         * debug-helpers.c: Added new wrapper names.
1172         
1173         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
1174         of a remote class.
1175         
1176         * image.c: Porperly delete value objects form the remoting invoke hashtable.
1177         
1178         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
1179         with several other methods (mono_marshal_get_xappdomain_dispatch,
1180         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
1181         and others) can generate a fast remoting wrapper for cross domain calls.
1182         More information can be found in docs/remoting.
1183         Other changes: Removed mono_find_method_by_name, and used
1184         mono_class_get_method_from_name instead.
1185         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
1186         is stored in the remoting invoke hashtable.
1187         
1188         * marshal.h: published the new method for getting the xdomain wrapper,
1189         and also added a method for getting the adequate wrapper for a given
1190         method and target.
1191         
1192         * object-internals.h, object.c: Added a couple of methods for capying and
1193         cloning arrays.
1194         Modified mono_install_remoting_trampoline, which takes the new remoting
1195         trampoline that has a remoting target as parameter.
1196         mono_class_proxy_vtable now also takes a remoting target as parameter, and
1197         will return the most suitable vtable for the target.
1198         Added mono_remote_class_vtable, which returns the vtable of a remote class
1199         (which can be the normal remoting vtable or the xdomain vtable).
1200         
1201         * threads.c: the xdomain invoke and dispatch wrappers must also be
1202         protected against interruptions.
1203
1204 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1205
1206         * icall.c: use memmove in BlockCopyInternal when the source and
1207         destination arrays are the same.
1208
1209 2004-11-09  Martin Baulig  <martin@ximian.com>
1210
1211         * class-internals.h (MonoGenericContainer): Removed `method' and
1212         `signature', replaced them with `is_method' and `is_signature'
1213         flags.  Added `context'.
1214
1215         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
1216         instead of a `MonoGenericContainer *'.
1217
1218         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
1219         for dynamic type parameters.
1220         (mono_metadata_load_generic_params): Setup `container->context'.
1221
1222         * reflection.c (mono_reflection_setup_generic_class): Setup
1223         `tb->generic_container->context'.
1224         (do_mono_reflection_bind_generic_parameters): Use
1225         mono_class_inflate_generic_type() to correctly inflate types,
1226         rather than using our own hack just for MONO_TYPE_VAR.
1227
1228 2004-11-09  Martin Baulig  <martin@ximian.com>
1229
1230         * class.c (mono_class_inflate_generic_method): Small fix; don't
1231         crash here.
1232
1233         * icall.c
1234         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
1235         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
1236         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
1237         (ves_icall_Type_BindGenericParameters): Likewise.
1238         (ves_icall_Type_get_IsGenericInstance): Likewise.
1239         (ves_icall_Type_GetGenericParameterPosition): Likewise.
1240         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
1241         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
1242         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
1243
1244 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
1245
1246         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
1247         assembly versions and public key tokens. Fixes #69113.
1248
1249 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
1250
1251         * metadata.c: fix bug introduced with the type cache changes
1252         on 2004-11-06.
1253
1254 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
1255
1256         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
1257         the MonoClass pointer instead of the token in exception clauses.
1258         * reflection.c: updates for the above and make the code not depend
1259         on the structure of MonoExceptionClause.
1260
1261 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
1262
1263         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1264         Add support for dynamic assemblies. Fixes #69114.
1265
1266         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
1267
1268 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
1269
1270         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
1271         since most only those methods use it. the code member of
1272         MonoMethodPInvoke was dead, so that can be removed too. Also,
1273         remove inline_count (again, not used), and move slot so that it
1274         can share bits with some other flags. This saves 8 bytes in the
1275         structure and gives us about 50 kb back for mcs helloworld.cs
1276
1277         * *.[ch]: Do naming changes for the above.
1278
1279         * loader.c (mono_method_get_header): Lazily init the header
1280         on first access.
1281         (mono_get_method_from_token): don't init the header here
1282         (mono_free_method): the header may never be allocated
1283
1284         Overall, this saves 150 kb of unmanaged allocations
1285         for mcs helloworld.cs. That accounts for 10% of the unmanaged
1286         memory at runtime.
1287         
1288         * loader.c, loader.h (mono_method_get_header): new accessor.
1289
1290         * *.[ch]: use the above method. Prepares us to lazily load
1291         the header.
1292
1293         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
1294         three warnings, which are actual bugs (see 69206).
1295
1296         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
1297         unused. Saves a cool 4 bytes / method.
1298
1299 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
1300
1301         * metadata.c (builtin_types): Add types for System.Object here.
1302         (mono_metadata_parse_type_full): Cache MonoType*'s that are
1303         for a class or valuetype from klass->this_arg or klass->byval_arg.
1304
1305         On mcs for a hello world, this gets us down from 21836 MonoType's
1306         to 14560.
1307
1308         (mono_metadata_free_type): Account for the above change.
1309
1310 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
1311
1312         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
1313         exception instead of asserting if name is null.
1314         (ves_icall_System_AppDomain_GetData): Ditto.
1315
1316 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
1317
1318         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
1319         EnumBuilder.
1320
1321         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
1322         Return NULL when the domain does not have entry_assembly set.
1323
1324         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
1325         Add a 'resource_modules' argument.
1326         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
1327
1328         * reflection.c (mono_reflection_create_runtime_class): Move setting
1329         of wastypebuilder here, so mono_get_type_object () returns a MonoType
1330         for enums too.
1331
1332         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
1333         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
1334         Throw an ArgumentNullException if 'ptr' is null.
1335
1336         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
1337         assemblies here. Fixes #69020.
1338
1339 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
1340
1341         * reflection.c (build_compressed_metadata): Fix the previous patch for
1342         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
1343         the stack.
1344
1345 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
1346
1347         * assembly.c (mono_assembly_names_equal): Allow a match if one of
1348         the cultures is false. Fixes #69090.
1349
1350         * reflection.c (build_compressed_metadata): Fix invalid memory read 
1351         detected by valgrind.
1352         
1353         * reflection.c (mono_reflection_get_type): Avoid triggering a 
1354         TypeResolve multiple times for the same type. Fixes #65577.
1355
1356 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
1357
1358         * marshal.c: Avoid using ldftn to call managed functions. It is
1359         much slower than just a call.
1360
1361         * reflection.c (mono_module_get_object): free the basename we
1362         allocate here from glib.
1363         
1364         * reflection.c (ensure_runtime_vtable): make sure to free
1365         overrides.  Also, we were allocating an array of MonoMethod not an
1366         array of MonoMethod*.
1367
1368         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
1369
1370         * image.c (mono_image_close): free image->guid here.
1371
1372 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
1373
1374         * reflection.c: Fix some spec conformance issues with the PE file
1375         structures so mcs compiled apps run on the Net 2.0 beta.
1376
1377 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
1378
1379         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
1380         Implement this. Fixes #67264.
1381
1382         * debug-helpers.h debug-helpers.c marshal.c: Move 
1383         mono_find_method_by_name to debug-helpers.c.
1384
1385 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
1386
1387         * object.c (mono_release_type_locks): type_initialization_hash is
1388         a GHashTable.
1389
1390         * reflection.c object.c object-internals.h: Fix warnings.
1391
1392         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
1393         without accessors. Fixes #61561.
1394
1395         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
1396         application base from the root domain if not set. Fixes #65641.
1397         (mono_runtime_init): Fix warning.
1398
1399 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1400
1401         * appdomain.c: call mono_thread_pool_init.
1402         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
1403         of worker threads based on the number of CPUs and the environment
1404         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
1405         for non-windows (windows) systems.
1406
1407 2004-10-27  Chris Toshok  <toshok@ximian.com>
1408
1409         * mono-debug-debugger.c (write_class): don't call mono_class_init
1410         here, as even with the check for (!klass->init_pending), we get
1411         into a situation where we're hitting cycles in class
1412         initialization.  Fixes #68816.
1413
1414 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1415
1416         * image.c: Avoid overwriting values in the loaded_images_hash when an
1417         assembly is loaded multiple times. Fixes #61152.
1418
1419         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1420         so multiple satellite assemblies for the same name can be loaded.
1421         Fixes #68259.
1422
1423         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1424         not NULL.
1425
1426         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1427         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1428
1429         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1430         pending finalizers are not invoked after the appdomain has been 
1431         unloaded. Fixes #67862.
1432
1433 2004-10-22  Martin Baulig  <martin@ximian.com>
1434
1435         * mono-debug-debugger.c
1436         (mono_debugger_runtime_invoke): Don't box valuetypes.
1437
1438 2004-10-22  Chris Toshok  <toshok@ximian.com>
1439
1440         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1441         don't hide private methods.
1442
1443 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1444
1445         * icall.c: Allows the runtime to "share" (when known) the public key
1446         token of an assembly. This avoid the need to recalculate the token 
1447         (from the public key) in managed code.
1448
1449 2004-10-21  Chris Toshok  <toshok@ximian.com>
1450
1451         * debug-helpers.c (append_class_name): argh, revert last patch.
1452         
1453 2004-10-21  Chris Toshok  <toshok@ximian.com>
1454
1455         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1456         not '/', so that it matches what the debugger uses to look up
1457         methods.
1458
1459 2004-10-21  Martin Baulig  <martin@ximian.com>
1460
1461         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1462         public method; this is called each time an exception is thrown and
1463         allows the debugger to use exception catch points.
1464
1465 2004-10-21  Martin Baulig  <martin@ximian.com>
1466
1467         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1468         the stack pointer and the exception object in some struct and pass
1469         that to the debugger.
1470
1471 2004-10-21  Chris Toshok  <toshok@ximian.com>
1472
1473         * mono-debug-debugger.c (do_write_class): add instance/static
1474         event support.  We don't expose "raise" or "other" yet.
1475         (event_is_static): new method.
1476
1477 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1478
1479         * mono-debug-debugger.c
1480         (mono_debugger_handle_exception): Remove
1481         bogus return value for fussy compilers.
1482
1483 2004-10-20  Martin Baulig  <martin@ximian.com>
1484
1485         * mono-debug-debugger.c
1486         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1487         (mono_debugger_handled_exception): Likewise.
1488
1489 2004-10-20  Martin Baulig  <martin@ximian.com>
1490
1491         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1492         MONO_DEBUGGER_EVENT_EXCEPTION.
1493
1494         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1495         public function to send the debugger a notification for an
1496         exception and inform it about a catch/finally clause.
1497
1498 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1499
1500         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1501         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1502         fix 2.95 build. 
1503
1504         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1505
1506 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1507
1508         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1509         marshalled as [In,Out]. Fixes #58325.
1510
1511 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1512
1513         * reflection.c (mono_method_body_get_object): Implement some fields.
1514
1515 2004-10-12  Martin Baulig  <martin@ximian.com>
1516
1517         * reflection.c (mono_reflection_bind_generic_parameters): Small
1518         fix, correctly retrieve our parent from a generic instance.
1519
1520 2004-10-12  Martin Baulig  <martin@ximian.com>
1521
1522         * metadata.c (mono_metadata_generic_param_equal): We always have
1523         an owner.
1524
1525         * class.c
1526         (mono_class_from_generic_parameter): We need to have an owner.
1527         (my_mono_class_from_generic_parameter): Likewise.
1528
1529         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1530         mono_reflection_create_generic_class() and added a new
1531         mono_reflection_setup_generic_class().  
1532         (mono_reflection_initialize_generic_param): If we're a nested
1533         generic type and inherited from the containing class, set our
1534         owner to the outer class.
1535
1536 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1537
1538         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1539
1540         * reflection.c (mono_method_body_get_object): New function to create
1541         a MethodBody object.
1542
1543         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1544
1545 2004-10-11  Martin Baulig  <martin@ximian.com>
1546
1547         * metadata.c (_mono_metadata_type_equal): Renamed to
1548         do_mono_metadata_type_equal() and made static.
1549
1550 2004-10-11  Martin Baulig  <martin@ximian.com>
1551
1552         * appdomain.c: Bump corlib version number to 28.
1553
1554 2004-10-10  Martin Baulig  <martin@ximian.com>
1555
1556         * class-internals.h
1557         (MonoGenericInst): Added `MonoGenericContainer *container'.
1558         (MonoGenericMethod): Likewise.
1559         (MonoGenericContext): Likewise.
1560         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1561
1562         * metadata.c
1563         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1564         (do_mono_metadata_parse_generic_inst): Likewise.
1565         (mono_metadata_parse_type_full): New public method.  This is the actual
1566         mono_metadata_parse_type() implementation - with an additional
1567         `MonoGenericContainer *' argument.
1568         (mono_metadata_parse_array_full): Likewise.
1569         (mono_metadata_parse_signature_full): Likewise.
1570         (mono_metadata_parse_method_signature_full): Likewise.
1571         (mono_metadata_parse_mh_full): Likewise.
1572         (mono_type_create_from_typespec): Likewise.
1573         (mono_metadata_interfaces_from_typedef_full): New public method;
1574         this is similar to the other _full() methods, but we take a
1575         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1576         (mono_metadata_parse_generic_param): Take an additional
1577         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1578         from that container.
1579         (mono_metadata_generic_param_equal): New static method to compare
1580         two type parameters.
1581         (_mono_metadata_type_equal): New static method; takes an
1582         additional `gboolean signature_only' argument - if true, we don't
1583         compare the owners of generic parameters.
1584         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1585         with a TRUE argument - do a signature-only comparision.
1586
1587         * loader.c: Use the new _full() methods and pass the
1588         MonoGenericContainer to them.
1589
1590         * object-internals.h (MonoReflectionTypeBuilder): Added
1591         `MonoGenericContainer *generic_container' field.
1592         (MonoReflectionMethodBuilder): Likewise.
1593
1594 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1595
1596         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1597         case initial images of dynamic assemblies.
1598
1599         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1600
1601         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1602
1603         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1604         length of event->other array.
1605         (typebuilder_setup_events): Ditto.
1606
1607         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1608         'assembly_by_name' and add an 'assemblies' list.
1609
1610         * assembly.h assembly.c: Add a new search hook for determining whenever
1611         an assembly is already loaded. Use this instead of searching in the
1612         loaded_assemblies list.
1613
1614         * domain.c appdomain.c: Implement the new search hook so loaded 
1615         assemblies are now scoped by appdomain. Fixes #67727.
1616
1617 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1618
1619         * threads.c (mono_thread_attach): Initialize synch_lock field so
1620         mono_thread_detach works again.
1621
1622         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1623         'lib' too. Fixes #63130.
1624
1625 2004-10-06  Jackson Harper  <jackson@ximian.com>
1626
1627         * culture-info-tables.h: regenerated.
1628
1629 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1630
1631         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1632         implemented by other interfaces in the result. Fixes #65764.
1633         
1634         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1635         Handle unloadable modules without crashing.
1636
1637         * image.c (load_modules): Revert the previous patch since modules must
1638         have a fixed index inside the array.
1639         
1640         * image.c (load_modules): Don't include native modules in the modules
1641         array.
1642
1643 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1644
1645         * reflection.h: Add param_defaults field.
1646
1647         * reflection.c: Add support for parameter defaults in dynamic methods.
1648         Fixes #64595.
1649
1650         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1651         an empty string when a type has no namespace. Fixes #64230.
1652
1653 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1654
1655         * tabledefs.h: Added "internal" security actions to support non-CAS
1656         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1657         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1658
1659 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1660
1661         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1662         constructor of abstract class. Fixes #61689.
1663
1664 2004-10-04  Martin Baulig  <martin@ximian.com>
1665
1666         * class-internals.h (MonoGenericContainer): New type.
1667         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1668         `MonoGenericContainer *generic_container'.
1669         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1670         `MonoGenericContainer *generic_container'.
1671
1672         * metadata.c (mono_metadata_load_generic_params): Return a
1673         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1674         removed the `num' argument.
1675
1676 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1677
1678         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1679         for dynamic images.
1680
1681         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1682         machine fields.
1683
1684         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1685
1686         * reflection.c: Save pe_kind and machine values into the generated
1687         image file.
1688
1689         * appdomain.c: Bump corlib version number.
1690
1691         * object-internals.h: Reorganize layout of LocalBuilder.
1692
1693         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1694         New helper function.
1695
1696         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1697         created MonoType for dynamic types. Fixes #66180.
1698
1699 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1700
1701         * threadpool.c: the ares hashtable needs a critical section around it.
1702         this prevents some nasty segfaults
1703
1704 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1705
1706         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1707         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1708         bug 67324).
1709         
1710 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1711
1712         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1713         
1714 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1715
1716         * image.c: Always canonicalize image file names, to avoid loading
1717         the same assembly twice when referenced using a relative path.
1718
1719 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1720
1721         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1722
1723         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1724
1725         * marshal.c: Fix warnings.
1726
1727 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1728
1729         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1730         attempting to marshal the delegate_trampoline as the method_addr.
1731         This patch has a static hashtable of marshalled delegates so that 
1732         we can map delegate_trampoline addresses back to delegates.  This
1733         allows a delegate passed to managed code to be passed back into native
1734         code.  Fixes #67039
1735
1736 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1737
1738         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1739
1740         * reflection.c (method_encode_code): Align method headers properly.
1741         Fixes #66025.
1742
1743 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1744
1745         * marshal.c: In the runtime invoke wrapper, reset the abort
1746         exception if it is cached. This avoids the automatic rethrowal of 
1747         the exception after the catch of the wrapper. Also check for pending
1748         interruptions before calling the managed method. This is done using
1749         the new method emit_thread_force_interrupt_checkpoint, since the
1750         normal checkpoint method is ignored when running the invoke wrapper.
1751         * object.c: If the abort exception is rethrown, set the abort_exc
1752         field of the thread, so it will be rethrown aftere every catch.
1753         * threadpool.c: Only run an interruption checkpoint if what has been
1754         requested is a stop of the thread (aborts will be ignored).
1755         * threads.c: By default, a thread will now never be interrumped while
1756         running the runtime invoke wrapper (this ensures that runtime_invoke
1757         will always return to the caller if an exception pointer is provided).
1758         There is a new special method mono_thread_force_interruption_checkpoint()
1759         to force an interruption checkpoint even if running a protected
1760         wrapper, which is used by the same runtime invoke wrapper to do a check
1761         at a safe point.
1762
1763 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1764
1765         * object.c, object-internals.h: Implemented mono_release_type_locks,
1766         which releases the cctor locks held by a thread.
1767         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1768         by a thread. Added mono_thread_exit() method to be used to safely stop
1769         a thread.
1770
1771 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1772
1773         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1774         Move null check before dereference.  Avoid indexing beyond the end
1775         of the 'modules' array.
1776
1777 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1778
1779         * metadata-internals.h (MonoImage): Add module_count field.
1780         * image.c (load_modules): Set image->module_count.
1781         (mono_image_load_file_for_image): Use image->module_count.
1782         * reflection.c (mono_image_load_module): Append to image->modules array 
1783         of dynamic assembly.
1784         (mono_module_get_object): Fix loop to actually increment index.
1785         Use image->module_count.
1786         * assembly.c (mono_assembly_load_references): Use image->module_count.
1787         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1788         Likewise.
1789
1790 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1791
1792         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1793         Avoid assert on generic types.
1794
1795 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1796
1797         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1798
1799         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1800
1801         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1802         function to convert a MarshalSpec structure to its managed counterpart.
1803
1804         * reflection.c: Fix warnings.
1805         
1806         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1807         field.
1808
1809         * icall.c (mono_create_icall_signature): Fix build.
1810
1811 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1812
1813         * icall.c: Add MakePointType icall.
1814
1815         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1816         warnings.
1817
1818 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1819
1820         * threadpool.c: reuse allocated slots in the queue.
1821
1822 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1823
1824         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1825
1826         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1827
1828         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1829         previous change.
1830
1831         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1832         ThrowOnUnmappableChar.
1833
1834         * icall.c (ves_icall_Type_GetPacking): New icall.
1835
1836 2004-09-24  Martin Baulig  <martin@ximian.com>
1837
1838         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1839
1840 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1841
1842         * appdomain.c:
1843         (mono_domain_set): allow setting a domain that is being unloaded.
1844         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1845         being unloaded.
1846
1847 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1848
1849         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1850         the GetCustomAttributes icall.
1851
1852 2004-09-23  Martin Baulig  <martin@ximian.com>
1853
1854         * object-internals.h (MonoReflectionGenericParam): Replaced
1855         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1856         with `guint32 attrs'.
1857
1858 2004-09-23  Martin Baulig  <martin@ximian.com>
1859
1860         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1861
1862 2004-09-23  Martin Baulig  <martin@ximian.com>
1863
1864         * object-internals.h (GenericParameterAttributes): New enum.
1865
1866 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1867
1868         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1869         
1870         * class.c (init_events): Fill out event->other field.
1871
1872         * class.c: Fix warnings.
1873
1874         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1875
1876 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1877
1878         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1879         walk which doesn't supply the IL offset.
1880
1881 2004-09-22  Martin Baulig  <martin@ximian.com>
1882
1883         * reflection.c (mono_reflection_setup_internal_class): If we're
1884         System.ValueType, System.Object or System.Enum, set
1885         `klass->instance_size' and create the vtable.
1886         (mono_reflection_create_internal_class): If we're an enum type,
1887         get the base class from our current corlib.
1888
1889 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1890
1891         * reflection.h (MonoResolveTokenError): New type.
1892
1893         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1894         icall.
1895
1896         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1897
1898 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1899
1900         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1901         Support also calling constructors, but only for already allocated objects.
1902
1903 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1904
1905         * reflection.c (type_get_qualified_name): If the klass is null
1906         return the typename to avoid a NullRefEx.
1907         (encode_cattr_value): Get the qualified name of the boxed type,
1908         not the underlying enumtype.  Fixes #62984.
1909
1910 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1911
1912         * marshal.c: Fix problems with previous checkin.
1913
1914 2004-09-21    <vargaz@freemail.hu>
1915
1916         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1917         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1918
1919         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1920
1921 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1922
1923         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1924         should only return a type for pointers, arrays, and passbyref types.
1925         Fixes bug #63841.
1926
1927 2004-09-21  Martin Baulig  <martin@ximian.com>
1928
1929         * domain.c (mono_debugger_check_runtime_version): New public
1930         function.
1931
1932         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1933
1934 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1935
1936         * reflection.c: Added missing sort to the declarative security 
1937         attributes table. MS implementation stops seeing the attributes if the
1938         token number regress in the table (as shown by ildasm and permview).
1939
1940 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1941
1942         * object-internals.h (MonoReflectionModule): Add 'token' field.
1943         
1944         * reflection.c (mono_reflection_get_token): Add support for Module
1945         and Assembly.
1946         (mono_module_get_object): Set 'token' field.
1947         (mono_module_file_get_object): Set 'token' field.
1948
1949         * icall.c: Add new Assembly and Module icalls.
1950
1951         * appdomain.c: Bump corlib version.
1952
1953 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1954
1955         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1956         tokens of metadata objects.
1957
1958         * reflection.h reflection.c (mono_reflection_get_token): New function
1959         to obtain the token of a metadata object.
1960
1961         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1962
1963 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1964
1965         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1966         
1967         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1968
1969 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1970
1971         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1972         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1973         AssemblyBuilder to access the permissions set in the class lib.
1974         * reflection.c: Added security attributes encoding step in 
1975         mono_image_build_metadata.
1976         * tabledefs.h: Added new security actions defined in 2.0:
1977         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1978
1979 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1980
1981         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1982         macro parameter.
1983
1984 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1985  
1986         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1987           finalized. There where random SIGSEVs at program termination, when
1988           an object being finalized was trying to do a string comparison and
1989           the current culture was already finalized.
1990  
1991 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1992
1993         * threads.c: call thread_cleanup before finishing the thread if we get
1994         there.
1995
1996 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1997
1998         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1999         assemblies from the parent. Fixes #65665.
2000
2001 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
2002
2003         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
2004         modifiers.
2005
2006 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
2007
2008         * reflection.h: add prototype for mono_get_dbnull_object
2009         * reflection.c: add prototypes for get_default_param_value_blobs 
2010         and mono_get_object_from_blob for fussier compilers
2011
2012 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
2013  
2014         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
2015         false deadlock checks in class initialization.
2016  
2017 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
2018
2019         * image.c (mono_image_addref): Fix comment.
2020
2021         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
2022         possible.
2023
2024 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
2025
2026         * reflection.c (mono_param_get_objects): Modified to return
2027         ParameterInfo.DefaultValue object.
2028
2029         (get_default_param_value_blobs):
2030         (mono_get_object_from_blob):
2031         (mono_get_dbnull_object): New helper routines. 
2032
2033         * object.c (mono_get_constant_value_from_blob): New helper routine
2034         carved out from get_default_field_value ()
2035
2036         * object-internals.h (mono_get_constant_value_from_blob): Added
2037         function declaration.
2038
2039 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
2040
2041         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
2042         referenced assemblies. Fixes #62135.
2043
2044         * exception.h exception.c (mono_get_exception_file_not_found2): New
2045         helper function.
2046
2047 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
2048
2049         * class.h class.c: Add mono_type_get_underlying_type ().
2050
2051 2004-09-09  Geoff Norton <gnorton@customerndna.com>
2052
2053         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
2054         Fix GetTypes() to support dynamically created assemblies.
2055
2056 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
2057
2058         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
2059         
2060         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
2061         previous patch.
2062
2063         * reflection.h reflection.c loader.c: Allow dynamic construction of
2064         pinvoke methods. Fixes #65571.
2065         
2066         * reflection.c (mono_reflection_get_type): Revert previous change since
2067         it causes regressions.
2068
2069 2004-09-08  Martin Baulig  <martin@ximian.com>
2070
2071         * class.c (class_compute_field_layout): Don't call
2072         mono_class_layout_fields() for open generic instances.
2073
2074 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
2075         * threads.c appdomain.c: fix typo in GC macro
2076
2077 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2078
2079         * threads.c: don't call mono_thread_detach() in start_wrapper(),
2080         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
2081
2082 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
2083
2084         * image.c (mono_image_close): Applied patch from 
2085         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
2086         assembly is loaded multiple times from data.
2087         
2088         * image.c (mono_image_open): Fix warning.
2089
2090 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2091
2092         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
2093         once. Fixes #58334.
2094         
2095         * reflection.c (mono_reflection_create_runtime_class): Initialize
2096         klass->nested_classes. Fixes #61224.
2097
2098 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2099
2100         * threads.c: sched_yield() on exit, to allow threads to quit.
2101
2102 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2103
2104         * object.c (mono_unhandled_exception): Remove leftover debug code.
2105
2106 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2107
2108         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
2109
2110 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2111
2112         * marshal.c (emit_marshal_array): Really null terminate string arrays.
2113         
2114         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
2115
2116 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2117
2118         * marshal.c (emit_marshal_array): Null terminate string arrays.
2119         
2120         * marshal.c (raise_auto_layout_exception): Fix warning.
2121
2122         * reflection.c (mono_param_get_objects): Initialize the default value
2123         with DBNull.Value, not null. Fixes #62123.
2124
2125 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
2126
2127         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
2128         throw an exception with a cute explanation.
2129
2130 2004-09-06  Dick Porter  <dick@ximian.com>
2131
2132         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
2133         Close the new process's thread handle, as we don't use it.  The
2134         handle stays around forever otherwise.
2135
2136 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2137
2138         * object.c (arith_overflow): Fix warning.
2139
2140         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
2141         calling conventions in method refs. Fixes #65352.
2142
2143         * reflection.c: Fix warnings.
2144
2145 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2146
2147         * icall.c: Add a new icall for Array.Clear
2148
2149 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2150
2151         * object.c: When allocating an array, we have to throw
2152         an overflow exception if any of the lengths are < 0.
2153
2154 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2155
2156         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
2157         properly. Also move implementation of string array marshalling to 
2158         managed code. Fixes #42316.
2159
2160 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2161
2162         * assembly.c: provide more information when loading an assembly fails.
2163
2164 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2165
2166         * filewatcher.c: don't expect the development fam package to be
2167         installed.
2168
2169 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
2170
2171         * marshal.c: Make a copy of the signature cookie since it will be
2172         freed by the caller.
2173         
2174         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
2175
2176         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
2177
2178         * metadata.c (mono_metadata_free_marshal_spec): New function to free
2179         marshal specs.
2180
2181         * marshal.c: More refactoring.
2182         
2183         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
2184         smaller functions.
2185
2186 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
2187
2188         * object.c: In mono_message_invoke, fill the output parameter array after
2189           calling the managed method (it was done before the call). This fixes
2190           bug #59299.
2191
2192 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2193
2194         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
2195         as well.
2196
2197 2004-09-02  Martin Baulig  <martin@ximian.com>
2198
2199         * class.c (mono_class_instance_size): Don't allow generic type
2200         definitions or open generic instances.
2201         (mono_class_array_element_size): If we're a value type, call
2202         mono_class_instance_size() on the original class.
2203
2204         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
2205         handle generic instances.
2206
2207         * mono-debug-debugger.c (write_type): Handle generic instances
2208         like classes.
2209
2210 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2211
2212         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
2213         the allocation request fails. Fixes #65089.
2214
2215         * object.c (mono_runtime_free_method): Do not call mono_free_method.
2216         
2217         * object.c (mono_runtime_free_method): New function to free a dynamic
2218         method.
2219
2220         * marshal.c (mono_delegate_free_ftnptr): New function to free the
2221         delegate trampoline.
2222
2223         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
2224         with hasthis as dynamic,
2225
2226         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
2227
2228         * domain.c (mono_jit_info_table_remove): New function to remove an
2229         entry from the jit info table.
2230
2231         * class-internals.h (MonoMethod): Add 'dynamic' field.
2232
2233         * loader.c: Fix warnings.
2234
2235 2004-09-01  Martin Baulig  <martin@ximian.com>
2236
2237         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
2238         instead of mono_debugger_lock() because the latter one is a no-op
2239         unless running in the debugger.
2240
2241 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2242
2243         * class.c (class_compute_field_layout): Classes with auto-layout or
2244         reference fields are not blittable.
2245         
2246 2004-09-01  Dick Porter  <dick@ximian.com>
2247
2248         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
2249         mono_image_get_filename() to get the assembly location.
2250
2251         * icall.c:
2252         * metadata.h: Fix compile warnings
2253
2254 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2255
2256         * class.c (class_compute_field_layout): System.Object is blittable.
2257
2258         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
2259         as in/out. Fixes #59909.
2260
2261 2004-09-01  Martin Baulig  <martin@ximian.com>
2262
2263         * metadata.h (MONO_TYPE_ISREFERENCE): Call
2264         mono_metadata_generic_inst_is_valuetype() if we're a generic
2265         instance to check whether our underlying type is a reference type.
2266
2267 2004-09-01  Martin Baulig  <martin@ximian.com>
2268
2269         * metadata.c (mono_type_size): If we're a generic instance, call
2270         mono_class_value_size() for value types.
2271
2272 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
2273
2274         * marshal.c: Implement more custom marshalling functionality. Fixes
2275         #64915.
2276
2277 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2278
2279         * mono-debug.c, debug-mono-symfile.c: add some locking love.
2280
2281 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
2282
2283         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
2284
2285         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
2286
2287         * icall.c: Fix some warnings.
2288
2289         * threads.c (abort_appdomain_thread): Fix unref errors.
2290         (mono_thread_current): Fix THREAD_DEBUG define.
2291
2292 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
2293
2294         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
2295
2296         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
2297
2298 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
2299
2300         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
2301         string arrays.
2302
2303 2004-08-28  Martin Baulig  <martin@ximian.com>
2304
2305         * metadata.c
2306         (mono_metadata_generic_inst_is_valuetype): New public function.
2307
2308         * metadata.h (MONO_TYPE_ISSTRUCT): Call
2309         mono_metadata_generic_inst_is_valuetype() if we're a generic
2310         instance to check whether our underlying type is a valuetype.
2311
2312 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
2313
2314         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
2315         #63768.
2316
2317 2004-08-25  Martin Baulig  <martin@ximian.com>
2318
2319         * loader.c (mono_get_method_from_token): Abstract methods can also
2320         be generic and thus have type parameters.
2321
2322         * metadata-internals.h
2323         (MonoDynamicImage): Added `GPtrArray *gen_params'.
2324
2325         * reflection.c (mono_image_get_generic_param_info): Don't create a
2326         metadata row, just add an entry to the `gen_params' array.
2327         (build_compressed_metadata): Sort the `gen_params' array and then
2328         actually create the metadata.
2329
2330 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2331
2332         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
2333
2334 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
2335
2336         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
2337
2338 2004-08-24  Martin Baulig  <martin@ximian.com>
2339
2340         * class.cs (mono_class_is_subclass_of): Like an interface, a
2341         generic instance also derives from System.Object.
2342
2343 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
2344
2345         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
2346         custom modifiers to be in any order. Fixes #61990.
2347
2348 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
2349
2350         * object.c: Register mono_object_new_fast icall.
2351         
2352         * object.c (mono_class_get_allocation_ftn): Return to calling
2353         mono_object_new_fast, since it seems faster to compute the object 
2354         size in unmanaged code than passing it as a parameter.
2355
2356         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
2357
2358         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
2359         this function with Boehm as the oom handler, so we don't have to check
2360         the result of GC_malloc.
2361
2362         * object.c: Remove checks for oom.
2363
2364         * object.h object.c (mono_class_get_allocation_ftn): New function to
2365         return the icall which can be used to allocate an instance of a given
2366         class. 
2367
2368         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
2369
2370         * class-internals.h: Add 'enabled' field.
2371
2372 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
2373
2374         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
2375
2376 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
2377         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
2378         value 0x0010.
2379
2380 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
2381
2382         * appdomain.c: use the Tls function for appdomain too,
2383         at Zoltan's request. Actually return in mono_context_get
2384
2385         * appdomain.c, profiler.c, threads.c: use __thread
2386
2387 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
2388
2389         * appdomain.c threads.c: Call GC_CreateThread on windows.
2390
2391         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
2392         multiple libraries since this don't work on windows.
2393
2394 2004-08-18  Martin Baulig  <martin@ximian.com>
2395
2396         * class-internals.h
2397         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
2398         MonoMethodHeader.
2399
2400         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
2401         MonoMethodNormal since we also need it for abstract and interface
2402         methods.
2403
2404         * reflection.c
2405         (build_compressed_metadata): Sort the GenericParam table.
2406         (mono_image_create_token): Added `gboolean create_methodspec'
2407         argument; this is false when generating a MethodImpl token.
2408         (reflection_methodbuilder_to_mono_method): Abstract and interface
2409         methods may also have generic parameters.
2410
2411 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
2412
2413         * appdomain.c: thread local alloc
2414
2415 2004-08-17  Martin Baulig  <martin@ximian.com>
2416
2417         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2418
2419         * icall.c
2420         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2421         argument.
2422
2423         * class.c (mono_type_get_full_name): New public function.
2424         (mono_type_get_name): Don't include the type arguments.
2425
2426 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2427
2428         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2429         for inclusion into the mono executable.
2430
2431 2004-08-16  Martin Baulig  <martin@ximian.com>
2432
2433         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2434         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2435
2436 2004-08-14  Martin Baulig  <martin@ximian.com>
2437
2438         * class.c (dup_type): Also copy the `byref' field.
2439
2440 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2441
2442         * reflection.c (create_dynamic_mono_image): Revert the last change 
2443         since it breaks bootstrap.
2444
2445 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2446
2447         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2448
2449         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2450         not free them with g_free.
2451
2452 2004-08-11  Martin Baulig  <martin@ximian.com>
2453
2454         * reflection.c (mono_reflection_setup_internal_class): Also call
2455         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2456
2457 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2458
2459         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2460         called during default (first) AppDomain creation. Keep track of
2461         Evidence when loading assemblies.
2462
2463 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2464
2465         * opcodes.c, opcodes.h: reduce runtime relocations.
2466
2467 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2468
2469         * culture-info.h, locales.c: fixes and chages to sue the new
2470         optimized format of the locale data.
2471         * culture-info-tables.h: regenerated.
2472
2473 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2474         
2475         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2476
2477 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2478
2479         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2480         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2481         * domain-internals.h: icall declaration.
2482         * icall.c: icall registration.
2483         * object-internals.h: New fields in MonoAssembly for CAS.
2484
2485 2004-08-05  Duncan Mak  <duncan@ximian.com>
2486
2487         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2488         CEE_LDELEM_ANY.
2489
2490 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2491
2492         * reflection.c: fix to deal with object[] arrays in custom ctors
2493         (bug #62550).
2494
2495 2004-08-05  Martin Baulig  <martin@ximian.com>
2496
2497         * class.c (mono_class_array_element_size): Added support for
2498         generic instances and correctly handle "recursive" types.
2499
2500 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2501
2502         * assembly.c: Fix warnings.
2503
2504 2004-08-04  Martin Baulig  <martin@ximian.com>
2505
2506         * class.c
2507         (mono_type_get_name_recurse): Added `gboolean include_arity'
2508         argument specifying whether or not we should include the generic
2509         arity in the type name.
2510         (_mono_type_get_name): New static function.
2511         (mono_class_setup_vtable): If we're a generic instance, don't
2512         include the generic arity in the names of explicit method
2513         implementations.        
2514
2515 2004-08-03  Martin Baulig  <martin@ximian.com>
2516
2517         * class.c (mono_type_get_name_recurse): Enclose the generic type
2518         arguments in `<', '>'.
2519
2520 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2521
2522         * gc.c: make GC warning messages use the trace API, they are just
2523         noise to most of the users.
2524
2525 2004-08-03  Martin Baulig  <martin@ximian.com>
2526
2527         * debug-mono-symfile.c (read_string): Correctly read the string.
2528
2529 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2530
2531         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2532         
2533         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2534         icalls.
2535         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2536
2537 2004-07-30  Martin Baulig  <martin@ximian.com>
2538
2539         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2540         Reflect latest symbol writer changes.   
2541
2542 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2543
2544         * object.c: always create an object if null is passed
2545         to Invoke() where a valuetype is expected.
2546
2547 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2548
2549         * marshal.c (mono_marshal_init): make managed
2550         signatures match native ones better for 64bits.
2551
2552 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2553
2554         * appdomain.c: hack to build correctly the private bin path on windows.
2555         Fixes bug #61991.
2556
2557 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2558
2559         * assembly.c: Load mscorlib from the correct framework directory
2560           (mono/<version>/mscorlib.dll).
2561         * appdomain.h: Added prototypes for new functions.
2562         * internals.h: Added some prototypes.
2563         * domain.c: When initializing the runtime, get from the executable and
2564           the configuration files the runtime version that the app supports.
2565           Added support methods for reading app.exe.config. Added list of versions
2566           supported by the JIT. Added two new methods: mono_init_from_assembly,
2567           which initializes the runtime and determines the required version from
2568           the provided exe file, and mono_init_version, which initializes
2569           the runtime using the provided version.
2570         * icall.c: Get machine.config from version-specific directory.
2571         * reflection.c: When generating an image, embed the version number
2572           of the current runtime.
2573
2574 2004-07-28  Dick Porter  <dick@ximian.com>
2575
2576         * socket-io.c
2577         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2578         returned sockaddr size before creating the remote address object.
2579         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2580         61608.
2581
2582 2004-07-28  Dick Porter  <dick@ximian.com>
2583
2584         * locales.c (string_invariant_compare_char): Fix invariant char
2585         compares between upper and lower cases.  Fixes bug 61458.
2586
2587 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2588         
2589         * marshal.c: actually cache stelem.ref wrappers.
2590         
2591 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2592
2593         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2594         sections and remove the mono_cli_rva_map () function.
2595
2596 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2597
2598         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2599         by Geoff Norton (<gnorton@customerdna.com>).
2600
2601 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2602
2603         * class.c: fix class loads for pointer types (typeof(int) !=
2604         typeof(int*)).
2605
2606 2004-07-27  Martin Baulig  <martin@ximian.com>
2607
2608         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2609         reading the debugging information from an external ".mdb" file.
2610
2611 2004-07-24  Martin Baulig  <martin@ximian.com>
2612
2613         * reflection.c (mono_image_get_type_info): Only write a class
2614         layout entry if we actually have a size or a packing size.
2615
2616 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2617
2618         * reflection.c (type_get_fully_qualified_name): 
2619         insert cast to get type checking of ?: with non-gcc compilers
2620
2621 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2622
2623         * rand.c: use g_getenv for both lookups of
2624         MONO_EGD_SOCKET
2625
2626 2004-07-17  Martin Baulig  <martin@ximian.com>
2627
2628         * reflection.c (mono_reflection_bind_generic_method_parameters):
2629         Set `gmethod->reflection_info'.
2630
2631 2004-07-17  Martin Baulig  <martin@ximian.com>
2632
2633         * class.c (mono_class_create_from_typedef): Insert the newly
2634         created class into the hash table before computing the interfaces
2635         since we could be called recursively.
2636
2637 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2638
2639         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2640         function to implement stelem.ref in managed code
2641         * class-internals.h, debug-helpers.c: a new wrapper type
2642         for the above.
2643
2644 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2645
2646         * gc.c: allow GC handles to work even when no GC is compiled in.
2647         Fix part of bug #61134 (GetAddrOfPinnedObject).
2648
2649 2004-07-13  Peter Williams  <peter@newton.cx>
2650  
2651         * process.c (complete_path): Make sure we don't attempt to execute
2652         directories.
2653  
2654 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2655
2656         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2657           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2658           and will add/subtract the hour if needed
2659
2660 2004-07-12  Martin Baulig  <martin@ximian.com>
2661
2662         * reflection.c (mono_field_get_object): If we have
2663         `field->generic_info', take the attributes from
2664         `field->generic_info->generic_type'.    
2665
2666 2004-07-12  Martin Baulig  <martin@ximian.com>
2667
2668         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2669         This function must be called before initializing the runtime.
2670         (mono_debug_init_1): New function; call this after initializing
2671         the runtime, but before loading the assembly.  It tells the
2672         debugger to load corlib and the builtin types.
2673
2674         * mono-debug-debugger.c: Did some larger changes in the debugging
2675         code; support recursive class declarations, make sure we actually
2676         add all classes.
2677
2678 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2679
2680         * debug-helpers.c: undo my previous patch and fixed the real issue in
2681         ../mini/exceptions-x86.c
2682
2683 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2684
2685         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2686         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2687         called from other .cctors.
2688
2689 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2690
2691         * loader.c: Removed the mono_loader_wine_init hack now that we are
2692         doing a managed version of Windows.Forms.
2693
2694 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2695
2696         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2697         threadpool.c, threads.c: remove static data from rootset.
2698
2699 2004-07-09  Dick Porter  <dick@ximian.com>
2700
2701         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2702         Don't do any more processing if the matched length was 0.  It was
2703         increasing the size of the string before.  Fixes bug 61167.
2704
2705 2004-07-09  Dick Porter  <dick@ximian.com>
2706
2707         * socket-io.h:
2708         * socket-io.c
2709         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2710         Add support for SO_PEERCRED if its available.
2711
2712 2004-07-09  Peter Bartok <pbartok@novell.com>
2713         * loader.c: winelib.exe.so error message is now only displayed if
2714         MONO_DEBUG is set. To help us avoid questions when people are trying
2715         out the new Managed.Windows.Forms.
2716
2717 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2718
2719         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2720         for isinst and castclass wrappers.
2721
2722         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2723         to libmetadata from the JIT, so they could be used by the marshalling
2724         code and the interpreter.
2725
2726         * marshal.c: Register marshalling related JIT icalls here instead of
2727         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2728         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2729
2730         * metadata.h: Remove unneeded marshalling conversions.
2731
2732         * opcodes.c: Update for new opcodes.
2733         
2734 2004-07-08  Martin Baulig  <martin@ximian.com>
2735
2736         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2737         (mono_debug_get_domain_data): Make this function static.
2738
2739 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2740
2741         * gc.c, object.h: add nice GC handle API for embedders.
2742
2743 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2744
2745         * reflection.c: more changes for the new api
2746
2747         * object.c: When we reflect on a field w/ a constant value, it
2748         will not have a memory location, so we must access metadata. Also,
2749         allow easier reading of strings so that we can read them from
2750         the constant data.
2751
2752         * class.c (mono_class_layout_fields): no need for literal fields here.
2753
2754         * class-internals.h: api changes for const fields
2755
2756         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2757
2758 2004-07-06  Martin Baulig  <martin@ximian.com>
2759
2760         * mono-debug.h: Increment version number to 44.
2761
2762         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2763         now a gpointer, rewrote this whole method.
2764
2765         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2766         function.  Add information about the wrapper in a new "misc table".
2767
2768         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2769         for the new misc table.
2770
2771 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2772
2773         * metadata-internals.h image.c: Add a cache for helper signatures.
2774
2775         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2776
2777 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2778
2779         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2780         delegates from a delegate. Fixes #61033.
2781         
2782         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2783         marshalling of stringbuilder arrays. Fixes #59900.
2784
2785 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2786
2787         * icall.c: Add EnumBuilder:setup_enum_type icall.
2788
2789 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2790
2791         * icall.c: Added a new icall for the property version of
2792         OffsetOfStringData.
2793
2794 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2795
2796         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2797         it has a constant size across platforms.
2798
2799         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2800         stack trace.
2801
2802 2004-06-29  Martin Baulig  <martin@ximian.com>
2803
2804         * mono-debug.c (mono_debug_add_method): Protect the whole function
2805         in mono_debugger_lock(), not just parts of it.
2806
2807 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2808
2809         * reflection.c: make sure padding bytes in heaps are zeroed.
2810
2811 2004-06-24  David Waite  <mass@akuma.org>
2812
2813         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2814         image.c, loader.c, locales.c, marshal.c, metadata.c,
2815         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2816         string-icalls.c, threads.c: change to C90-style comments from C99 /
2817         C++ -style
2818
2819 2004-06-24  Dick Porter  <dick@ximian.com>
2820
2821         * threads.c
2822         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2823         return createdNew.  Fixes bug 60412.
2824
2825         * threads-types.h: 
2826         * icall.c: Add createdNew parameter to CreateMutex icall
2827
2828 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2829
2830         * reflection.c, object-internals.h: save default value in params.
2831
2832 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2833
2834         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2835         no need to build a new path combining that with the application base.
2836         Fixes bug #60442.
2837
2838 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2839
2840         * reflection.c: fixed minor standard compliance issues.
2841
2842 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2843
2844         * reflection.c: fixed issue with encoding some custom attributes
2845         (arrays in properties and fields, bug #60411).
2846
2847 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2848
2849         * reflection.c: fix start address when copying the public key token.
2850
2851 2004-06-23  Martin Baulig  <martin@ximian.com>
2852
2853         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2854         the `exc' object in a static object to put it into the GC's root set.
2855
2856 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2857
2858         * reflection.c: make mono_reflection_setup_internal_class ()
2859         callable a second time to setup a new parent class.
2860
2861 2004-06-23  Dick Porter  <dick@ximian.com>
2862
2863         * threads.c: Check for WAIT_IO_COMPLETION return values.
2864
2865 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2866
2867         * appdomain.c: Removed the g_free on the public key token. Now copy 
2868         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2869         * assembly.c: Added public key token string value when loading 
2870         assemblies. Fix bug #60439.
2871         * icall.c: Added missing informations (like public key) in 
2872         GetReferencedAssemblies. Fix #60519.
2873         * image.h: Changed definition for public key token from const char*
2874         public_tok_value to guchar public_key_token [17];
2875         * reflection.c: Updated for changes to public key token.
2876
2877 2004-06-22  Lluis Sanchez Gual
2878
2879         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2880         for the field in base classes.
2881
2882 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2883
2884         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2885         mark headers as not supported, they are installed only for use by the
2886         debugger.
2887
2888 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2889
2890         * *.c, *.h: avoid namespace pollution in public headers.
2891
2892 2004-06-21  Martin Baulig  <martin@ximian.com>
2893
2894         * exception.c (mono_get_exception_security): It's in
2895         "System.Security", not in "System".
2896
2897         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2898         the exception classes.
2899
2900 2004-06-21  Martin Baulig  <martin@ximian.com>
2901
2902         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2903         Protect the exception object from being finalized.
2904
2905 2004-06-21  Martin Baulig  <martin@ximian.com>
2906
2907         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2908         public function.
2909
2910 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2911
2912         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2913         if it was not loaded before. Fix parts of #60439.
2914
2915 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2916
2917         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2918         code that was broken since Ben's change: wrappers are now
2919         dependent on the method signature only again.
2920
2921 2004-06-21  Martin Baulig  <martin@ximian.com>
2922
2923         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2924         added interface support.
2925
2926 2004-06-21  Martin Baulig  <martin@ximian.com>
2927
2928         * class.c (mono_vtable_get_static_field_data): New public method.
2929
2930 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2931
2932         * filewatcher.c : Windows build fix to be compliant with API changes.
2933
2934 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2935
2936         * class.h, class.c: more accessors.
2937         * metadata.h, metadata.c: prepare for hiding MonoType and
2938         MonoMethodSignature: people should use the accessors from now on
2939         outside of the tree.
2940
2941 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2942
2943         * *.c, *.h: more API cleanups.
2944
2945 2004-06-18  Jackson Harper  <jackson@ximian.com>
2946
2947         * assembly.c: Trace loading assemblies.
2948         * loader.c: Trace loading native libraries.
2949         * mono-config.c: Trace loading config files.
2950         
2951 2004-06-18  Dick Porter  <dick@ximian.com>
2952
2953         * locales.c: Tell ICU the lengths of strings, it can cope with
2954         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2955
2956 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2957
2958         * image.c: swapped name/filename;
2959
2960 2004-06-18  Martin Baulig  <martin@ximian.com>
2961
2962         * mono-debug-debugger.c (write_class): Write the parent class at
2963         the end of the header.
2964
2965 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2966
2967         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2968
2969 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2970
2971         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2972         (bundle_obj): New conditional define.
2973         (BUILT_SOURCES): Remove.
2974         ($(bundle_srcs)): Make parallel-make safe.
2975         (libmonoruntime_la_LIBADD): Make unconditional.
2976         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2977         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2978
2979 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2980
2981         * culture-info-tables.h: It was inconsistent with the latest
2982           supp info files.
2983
2984 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2985
2986         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2987         be loaded.
2988
2989         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2990         with gcc 2.95.
2991
2992 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2993
2994         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2995         cleaned up public header threads.h.
2996
2997 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2998
2999         * Makefile.am, *.c, *.h: more API cleanups.
3000
3001 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
3002
3003         * Makefile.am: removed monosn from compilation.
3004         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
3005         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
3006         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
3007         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
3008         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
3009         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
3010
3011 2004-06-15  Jackson Harper  <jackson@ximian.com>
3012
3013         * assembly.c: Make locales lower case when searching the GAC for
3014         assemblies. gacutil will always make locales lowercase when
3015         installing so this effectively makes them case insensitive.
3016         
3017 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
3018
3019         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
3020         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
3021           parameter which allows to choose whether the wait can be interrupted or 
3022           not. Also added the method mono_monitor_enter(), which locks the monitor
3023           using an infinite wait and without allowing interruption.
3024           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
3025           interrupted.
3026         * object.h: Added new fields in MonoThread. suspend_event holds the event
3027           used to susped/resume the thread. synch_lock is the lock object to use for
3028           modifying the thread state.
3029         * threads.c: Use the new synch_lock object for locking, instead of "this",
3030           which can generate deadlocks.
3031           Moved thread state change in Thread.Sleep and Thread.Join from managed
3032           to unmanaged code. This avoids a deadlock when the thread was suspended
3033           just after acquiring the thread lock.
3034           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
3035           Implemented Thread.Suspend using an event instead of ThreadSuspend,
3036           which is not fully implemented in the io-layer.
3037         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
3038
3039 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
3040
3041         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
3042         threads-types.h: more API cleanups.
3043
3044 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
3045
3046         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
3047         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
3048         threadpool.c, threads.c: first pass at the exported API cleanup.
3049
3050 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
3051
3052         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
3053
3054 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3055
3056         * icall.c: added internalGetHome.
3057
3058 2004-06-14  Dick Porter  <dick@ximian.com>
3059
3060         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
3061         possible to return successfully when '.' or '..' were the only
3062         entries in a directory, but were skipped.  The MonoIOStat was not
3063         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
3064         Fixes bug 59574.
3065
3066 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
3067
3068         * reflection.c: make binaries run on .Net 1.1 by default.
3069
3070 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3071
3072         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
3073
3074 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
3075
3076         * marshal.c: keep track of struct size with explicit layout
3077         (bug #59979).
3078
3079 2004-06-12  Martin Baulig  <martin@ximian.com>
3080
3081         * mono-debug-debugger.c: Comment out a debugging g_message().
3082
3083 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
3084
3085         * reflection.c, reflection.h: do not free custom attrs that are cached.
3086         * icall.c: use braces to make code clearer.
3087
3088 2004-06-11  Martin Baulig  <martin@ximian.com>
3089
3090         * class.h (MonoInflatedField): New type.
3091         (MonoClassField): Replaced `MonoType *generic_type' with
3092         `MonoInflatedField *generic_info'.
3093
3094         * icall.c
3095         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
3096
3097 2004-06-11  Martin Baulig  <martin@ximian.com>
3098
3099         * reflection.c (mono_image_create_method_token): Correctly encode
3100         varargs methods.
3101
3102 2004-06-11  Martin Baulig  <martin@ximian.com>
3103
3104         * metadata.c (mono_metadata_parse_method_signature): When parsing
3105         a MethodDef which has VarArgs, also set sentinelpos if we don't
3106         have any parameters.
3107
3108 2004-06-11  Martin Baulig  <martin@ximian.com>
3109
3110         * verify.c (mono_method_verify): In CEE_CALL, use
3111         mono_method_get_signature() to get the method's signature, unless
3112         we're a PInvoke method.
3113
3114 2004-06-10  Jackson Harper  <jackson@ximian.com>
3115
3116         * assembly.c: Use <path>/lib/mono/gac for the extra paths
3117         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
3118         logical name as the supplied path is just a prefix to the gac not
3119         the direct path to it.
3120         
3121 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
3122
3123         * reflection.c: make the token for a created method match
3124         the token of the MethodBuilder it was created from
3125         (IKVM requires this behaviour now).
3126
3127 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
3128
3129         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
3130         reflection.c, socket-io.c: leak fixes.
3131
3132 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
3133
3134         * icall.c: handle sentinel pos in vararg methods in position different
3135         from 0.
3136
3137 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3138
3139         * culture-info-tables.h: freshly generated.
3140
3141 2004-06-09  Martin Baulig  <martin@ximian.com>
3142
3143         * loader.c (mono_get_method_constrained): Call `mono_class_init
3144         (constrained_class)'.   
3145
3146 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
3147
3148         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
3149         any methods. Fixes #59629.
3150
3151 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3152
3153         * culture-info-tables.h: reflecting locale-builder updates.
3154
3155 2004-06-08  Dick Porter  <dick@ximian.com>
3156
3157         * object.h:
3158         * locales.c: Fixed compile warnings, including a real bug in
3159         CompareInfo_internal_compare.
3160         
3161 2004-06-08  Dick Porter  <dick@ximian.com>
3162
3163         * locales.c
3164         (ves_icall_System_Globalization_CompareInfo_internal_index):
3165         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3166         Double-check the resuls of usearches, because ICU currently
3167         ignores most of the collator settings here.  Fixes bug 59720.
3168         
3169 2004-06-08  Dick Porter  <dick@ximian.com>
3170
3171         * locales.c
3172         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3173         Fix memory leak and segfault-causing typo.  No idea how this one
3174         lasted so long without being noticed.
3175
3176 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
3177
3178         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
3179         any methods. Fixes #59629.
3180
3181 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3182
3183         * assembly.c:
3184         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
3185         own the critical section before). Removed dead code (that's done
3186         in the preload hook).
3187
3188         (mono_assembly_load_with_partial_name): call the preload hook.
3189
3190 2004-06-08  Martin Baulig  <martin@ximian.com>
3191
3192         * metadata.c (mono_metadata_signature_alloc): Default
3193         `sentinelpos' to -1.
3194
3195         * reflection.c (mono_image_get_array_token): Likewise.
3196
3197 2004-06-08  Martin Baulig  <martin@ximian.com>
3198
3199         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
3200
3201         * metadata.c (mono_metadata_parse_method_signature): When parsing
3202         a MethodDef which has VarArgs, set sentinelpos.
3203
3204         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
3205         `gint16' since we're using -1 for non-varargs methods.
3206
3207         * reflection.c
3208         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
3209         (method_encode_signature): Added varargs support.
3210         (method_builder_encode_signature): Likewise.
3211         (mono_image_get_varargs_method_token): New static method.
3212         (mono_image_create_method_token): New public method; this is
3213         called via an icall instead of mono_image_create_token() when
3214         calling a varargs method.       
3215
3216 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
3217
3218         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
3219
3220 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3221
3222         * culture-info-tables.h : Reflecting the latest locale-builder that
3223           fixed empty array representation ({} to {0}).
3224
3225 2004-06-07  Jackson Harper  <jackson@ximian.com>
3226
3227         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
3228         looking up extra gac paths. This allows MONO_GAC_PATH to act
3229         exactly like a prefix.
3230         
3231 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3232
3233         * reflection.c (mono_reflection_type_from_name): Make a copy of the
3234         type name before modifying it. Fixes #59405.
3235
3236 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3237
3238         * culture-info.h: added fields for "all datetime patterns".
3239         * locales.c: (  ves_icall_System_Globalization_CultureInfo
3240           _construct_datetime_format ()): fill xxx_patterns fields.
3241         * object.h: added fields for "all datetime patterns" to
3242           MonoDateTimeFormatInfo.
3243         * culture-info-tables.h: reflecting locale-builder updates.
3244
3245 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3246
3247         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
3248         the event has no add and remove methods. Fixes #59629.
3249
3250 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
3251
3252         * object.c: Fixed possible integer overflow when allocating large
3253         strings.
3254
3255 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3256
3257         * culture-info-tables.h: reflecting locale-builder updates.
3258
3259 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3260
3261         * culture-info-tables.h: reflecting locale-builder updates.
3262
3263 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
3264
3265         * culture-info-tables.h: reflecting locale-builder updates.
3266
3267 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
3268
3269         * threads.c: Made Thread.Sleep abortable.
3270
3271 2004-06-02  Martin Baulig  <martin@ximian.com>
3272
3273         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
3274
3275         * debug-mono-symfile.h: Bumped symbol file version number to 37.
3276
3277 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
3278
3279         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
3280
3281 2004-05-30  Jackson Harper  <jackson@ximian.com>
3282
3283         * reflection.c: Do not hardcode assembly versions or public key
3284         tokens anymore. All of this except the corlib section was dead
3285         code anyways.
3286         
3287 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
3288
3289         * object.c (mono_runtime_invoke_array): Automatically create boxed
3290         objects for byref valuetypes if needed. Fixes #59300.
3291         
3292         * object.c (mono_method_return_message_restore): Handle 
3293         MONO_TYPE_OBJECT as well.
3294
3295 2004-05-28  Jackson Harper  <jackson@ximian.com>
3296
3297         * reflection.c: The modified type encoding was causing build
3298         problems. Reverted for now.
3299         
3300 2004-05-28  Jackson Harper  <jackson@ximian.com>
3301
3302         * reflection.c/h: Take an assembly ref so that we dont create
3303         fully qualified names when encoding types in the same assembly as
3304         the custom attribute being emitted.
3305         * appdomain.c: Increment version number.
3306         
3307 2004-05-26  Duncan Mak  <duncan@ximian.com>
3308
3309         * icall.c
3310         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3311         Set the full version number (major, minor, build, revision).
3312
3313 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
3314
3315         * marshal.c (emit_struct_conv): increment src/dst after blit
3316         (mono_marshal_get_managed_wrapper,
3317         mono_marshal_get_native_wrapper): make sure we have marshalling
3318         info before marshalling params (info computation affects
3319         blittable)
3320
3321         * class.c (class_compute_field_layout): correctly deal with
3322         blittable
3323         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
3324         value types (as per what windows dows by default)
3325         (mono_class_setup_mono_type): System.ValueType is blittable
3326         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
3327         blittable
3328
3329         * marshal.c (mono_marshal_load_type_info): flag types  as
3330         non-blittable if the native layout doesn't match the managed
3331         layout
3332
3333 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3334
3335         * appdomain.c: don't add stuff in the private search path that is
3336         above the application base. If application base is not set, there's
3337         no private search path.
3338
3339 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
3340
3341         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
3342         byref struct arguments in native->managed marshalling.
3343
3344 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
3345
3346         * marshal.c (mono_marshal_get_runtime_invoke): correctly
3347         cache methods using signature (special case for methods
3348         that are value type or string class)
3349         
3350         * image.c (mono_image_close): clean up allocated GSList's
3351         in runtime_invoke_cache.
3352
3353 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3354
3355         * mono-config.c: set the correct path for mono_cfg_dir on windows when
3356         there's no MONO_CFG_DIR environment variable defined.
3357
3358 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3359
3360         * threads.c: windows version must be >= 0x0500 to include OpenThread.
3361
3362 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
3363
3364         * threadpool.c: Really wait for 500ms after the async call, even if the wait
3365           is interrumped.
3366         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
3367           before waiting for it, and call CloseHandle after the wait to unref it.
3368           This will make sure that handles are not disposed too early.
3369
3370 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3371
3372         * appdomain.c:
3373         * appdomain.h:
3374         * icall.c: removed
3375         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
3376         needed now.
3377
3378         * object.c: se the application_base only for the domain that runs
3379         Main. Fixes bug #59216,
3380
3381 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3382
3383         * appdomain.c:
3384         * object.c: only the domain in which Main is run have
3385         SetupInformation.ConfigurationFile set, so moved a few lines from
3386         appdomain.c to object.c.
3387
3388 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3389
3390         * appdomain.c: we tried to load [name].(dll|exe), but according
3391         to bug #57710, we must also try [culture]/[name].(dll|exe) and
3392         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
3393         There's a test case attached to bug #58922.
3394
3395 2004-05-27  Dick Porter  <dick@ximian.com>
3396
3397         * icall.c:
3398         * file-io.c: Implemented icalls for locking and unlocking regions
3399         in a file.
3400         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
3401         FALSE on error (fixes both compiler warning and real bug.)
3402
3403 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
3404
3405         * culture-info-tables.h: reflecting locale-builder updates.
3406
3407           (Added missing ChangeLog entry for 05/26)
3408
3409 2004-05-27  Jackson Harper  <jackson@ximian.com>
3410
3411         * locales.c: Fix some cut and paste errors.
3412         
3413 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3414
3415         * mono-config.c: set the correct path for config. directory on windows.
3416
3417 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3418
3419         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3420           on win32.
3421
3422 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3423
3424         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3425         from pinvoke functions.
3426         
3427         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3428
3429 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3430
3431         * culture-info-tables.h: reflecting locale-builder updates.
3432
3433 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3434
3435         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3436         #59086.
3437
3438 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3439
3440         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3441         * icall.c: Modified icalls for RNG.
3442         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3443         Windows (CryptoAPI).
3444
3445 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3446
3447         * locales.c: Fix build.
3448
3449 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3450
3451         * culture-info-tables.h: reflecting locale-builder updates.
3452
3453 2004-05-25  Jackson Harper  <jackson@ximian.com>
3454
3455         * locales.c: When creating the current culture use the $LANGs
3456         specific culture. So DateTimeFormat and NumberFormat entries are created.
3457         
3458 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3459
3460         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3461         a char array as parameter.
3462
3463 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3464
3465         * image.c: In mono_image_open(), always use an absolute path name to
3466           look for already loaded images.
3467
3468 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3469
3470         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3471         missing in the windows build (like older cygwin include files).
3472
3473 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3474
3475         * icall.c: Fixed check for possible integer overflow in Buffer_
3476         BlockCopy icall. Replaced comments style // by /* */.
3477
3478 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3479
3480         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3481         
3482         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3483         check after MONO_VTADDR. Fixes pinvoke2.exe.
3484
3485         * marshal.h marshal.c metadata.h: Add beginnings of support for
3486         ftnptr -> delegate marshalling.
3487
3488 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3489
3490         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3491         * threads.c: Fix warnings.
3492
3493 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3494
3495         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3496         * icall.c: Registered icalls for Suspend and Resume.
3497         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3498           Thread.Abort.
3499         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3500         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3501         * process.c: Use WaitForSingleObjectEx.
3502         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3503           checkpoints.
3504         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3505           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3506           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3507           background threads. Added basic support for Abort in Windows.
3508           Start new threads using a managed delegate invoke wrapper. This wrapper
3509           has an interruption checkpoint that is needed since an interruption
3510           can be requested before the thread leaves the unmanaged code that starts 
3511           the thread.
3512         * marshal.c: Added interruption checkpoint after every native call, and
3513           also before managed calls for wrappers called from unmanaged code to
3514           go into managed code.
3515         * object.h: Added new field in MonoThread to keep track of interruption
3516           requests.
3517
3518 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3519
3520         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3521         calls.
3522
3523 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3524
3525         * appdomain.c:
3526         * assembly.c:
3527         * gc.c:
3528         * locales.c:
3529         * mono-config.c:
3530         * rand.c: getenv -> g_getenv (windows!)
3531
3532         * process.c: complete_path is also used on non-windows platforms.
3533
3534 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3535
3536         * icall.c: new signature for Process_Start.
3537
3538         * process.[ch]: new signature for Process_Start. If we're on windows
3539         and UseShellExecute is false, we have to search for the program by
3540         ourselves if we don't get a full path.
3541
3542 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3543
3544         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3545         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3546
3547 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3548
3549         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3550         Fixes bug #58373.
3551
3552 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3553
3554         * process.c: use double quotes to quote program name and arguments on
3555         windows. Fixes bug #58575.
3556
3557 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3558
3559         * file-io.c: don't return "." and ".." when using windows Find*File.
3560
3561 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3562
3563         * marshal.c: Don't pass wrappers to message init because method 
3564         addressed used to lookup metadata. part of remoting[2|3] fix.
3565
3566 2004-05-15  Jackson Harper  <jackson@ximian.com>
3567
3568         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3569         path is essentially the same as MONO_PATH except that it points to
3570         GACs instead of lib directories.
3571         * loader.h: The user gac is gone so we dont need function to
3572         enable/disable it.
3573         * mono-config.c: user gac option is now gone.
3574         
3575 2004-05-15  Jackson Harper  <jackson@ximian.com>
3576
3577         * culture-info.h: Make defines more consistent, add calendar data
3578         to the culture info table.
3579         * culture-info-tables.h: Add basic calendar data. Basically
3580         everyone gets default gregorian until all the data is
3581         updated.
3582         * locales.c: Use the new consistent defines. Set calendar data for
3583         culture info objects.
3584         * object.h: add a field for calendar data to CultureInfo
3585         
3586 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3587
3588         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3589         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3590         a signature.
3591         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3592         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3593         an extra param that is the pointer of the method to invoke. The IL for
3594         the invoke method is no longer specific to the method, but to the
3595         signature of the method. Thus, we can share the same code for multiple
3596         methods. This reduces the number of methods that have to be compiled.
3597
3598 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3599
3600         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3601
3602         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3603
3604         * icall.c: Optimize Buffer.BlockCopy.
3605
3606 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3607
3608         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3609         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3610         quote). Changed them to "MMMM yyyy".
3611
3612 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3613
3614         * rand.c
3615         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3616
3617 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3618
3619         * reflection.h: Updated after changes to managed structures.
3620
3621         * appdomain.c: Bump corlib version.
3622
3623 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3624
3625         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3626         windows.
3627
3628 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3629
3630         * Makefile.am: link to ../os/libmonoos.la on windows.
3631
3632         * assembly.c:
3633                 -If MONO_DEBUG, warn about non-existing directories in
3634                 MONO_PATH.
3635                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3636                 compile time variable.
3637                 -Removed init_default_path and call mono_set_rootdir from
3638                 libmonoos.a instead (windows only).
3639
3640         * assembly.h: declare mono_assembly_getrootdir().
3641
3642         * domain.c:
3643         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3644
3645         * loader.c: s/getenv/g_getenv/
3646
3647 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3648
3649         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3650
3651         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3652
3653         * metadata.h: Add new marshalling conversions.
3654
3655         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3656         function.
3657
3658         * reflection.c (mono_reflection_get_type): Lookup the type in all
3659         modules of a multi-module assembly. Fixes #58291.
3660
3661 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3662
3663         * threads.c: Before aborting a background, set the StopRequested
3664         state.  This avoids throwing the Abort exception.
3665         In mono_thread_manage, don't continue with the shutdown until all
3666         aborted threads have actually stopped.
3667
3668 2004-05-10  Jackson Harper  <jackson@ximian.com>
3669
3670         * locales.c: Remove the modifier from culture names.
3671         
3672 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3673
3674         * Makefile.am: monosn is not installed any more. It has been deprecated
3675         in favor of sn.
3676
3677 2004-05-07  Jackson Harper  <jackson@ximian.com>
3678
3679         * locales.c
3680         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3681         Fix array construction, add bailout if the length is 0.
3682
3683 2004-05-07  Dick Porter  <dick@ximian.com>
3684
3685         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3686         machine doesn't have a DNS entry.  Patch by Urs Muff
3687         (umuff@quark.com), fixes bug 57928.
3688
3689 2004-05-06  Jackson Harper  <jackson@ximian.com>
3690
3691         * reflection.c: Handle null PublicTokens properly. alloc mem for
3692         assembly names culture so we dont crash when freeing it.
3693         
3694 2004-05-06  Jackson Harper  <jackson@ximian.com>
3695
3696         * assembly.c: Check the usergac when loading with partial names.
3697         
3698 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3699
3700         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3701         does nothing for now (not required for Linux/Windows) but the class
3702         library can call it (and a newer or modified runtime could need it).
3703         * icall.c: Registred icall.
3704
3705 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3706
3707         * loader.c: prints a message on module loading error we set MONO_DEBUG
3708         environment variable.
3709
3710 2004-05-05  Jackson Harper  <jackson@ximian.com>
3711
3712         * appdomain.c: Handle PublicKeyToken=null properly.
3713         
3714 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3715
3716         * environment.c|h: Added icall ves_icall_System_Environment_
3717         GetOSVersionString to get the current OS version as a string.
3718         * icall.c: Registred icall.
3719
3720 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3721
3722         * object.c: in mono_object_get_virtual_method(), take into account that
3723         non-virtual methods don't have a slot in the vtable. Check needed when
3724         the object is a proxy.
3725
3726 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3727
3728         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3729         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3730
3731         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3732
3733         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3734         passed when a valuetype is expected.
3735
3736         * object.c (mono_unhandled_exception): Only set the exit code if the
3737         exception happens in the main thread. Fixes thread5.exe.
3738
3739         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3740         invalid names. Fixes #58047.
3741
3742 2004-05-03  Jackson Harper  <jackson@ximian.com>
3743
3744         * assembly.c: This line was committed accidently and is unneeded.
3745         
3746 2004-05-03  Jackson Harper  <jackson@ximian.com>
3747
3748         * icall.c: Add new icall for Assembly::LoadWithPartialName
3749         * assembly.c/.h: new function that probes the GAC to load partial
3750         assembly names by Paolo Molaro.
3751         
3752 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3753
3754         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3755         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3756         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3757         full type name.
3758
3759 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3760
3761         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3762         * reflection.c: fix bug when parsing a full type name and Version is not
3763         the last thing in the string.
3764
3765 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3766
3767         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3768         crashes when it is freed.
3769
3770 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3771
3772         * assembly.c: print the compat warning to stderr.
3773
3774 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3775
3776         * assembly.c (mono_assembly_load_references): Add a compatibility
3777         hack to run old applications that might be still referencing the
3778         3300-based assemblies, only do this for System.xxx.
3779
3780 2004-05-01  Jackson Harper  <jackson@ximian.com>
3781
3782         * appdomain.c: If the culture is neutral we set it to "".
3783         
3784 2004-04-29  Jackson Harper  <jackson@ximian.com>
3785
3786         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3787
3788 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3789  
3790         * string-icalls.c: added low overhead function for copying chars
3791         * icall.c: added needed icall for the above function
3792  
3793 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3794
3795         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3796         Environment.GetLogicalDrives.
3797
3798 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3799
3800         * rand.c: try and talk to egd or prngd
3801         for random bytes if opening devices fail.
3802
3803 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3804
3805         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3806         alignment for the type using the native alignment of its members 
3807         instead of using klass->min_align.
3808
3809         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3810
3811 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3812
3813         * file-io.c:
3814         * socket-io.c: added check for sys/aio.h.
3815
3816 2004-04-28  Dick Porter  <dick@ximian.com>
3817
3818         * threads.c: Don't abort a thread thats already aborting, when
3819         terminating everything.
3820
3821 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3822
3823         * icall.c: added 2 new async calls for Socket.
3824
3825         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3826         IO on *nix systems.
3827
3828         * threadpool.c: removed unused variable.
3829
3830 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3831
3832         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3833
3834 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3835
3836         * locales.c: put back string_invariant_tolower () and
3837         string_invariant_toupper ().
3838
3839 2004-04-26 David Waite <mass@akuma.org>
3840
3841         * file-io.h:
3842         * socket-io.h:
3843         * threads.h:
3844         * unicode.h: remove comma from end of enumeration declarations
3845
3846 2004-04-26 David Waite <mass@akuma.org>
3847
3848         * debug-mono-symfile.h:
3849         * decimal.c:
3850         * mono_debug.h:
3851         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3852
3853
3854 2004-04-26  Jackson Harper  <jackson@ximian.com>
3855
3856         * appdomain.c: Increment version number.
3857         
3858 2004-04-26  Jackson Harper  <jackson@ximian.com>
3859
3860         * appdomain.c: Set assembly references public token value when
3861         PublicKeyToken is specified, not the hash_value. Free public token
3862         values when free assembly name data. Previously the public key
3863         token was hex decoded, however we are using hex encoded public key
3864         tokens, so this is not neccasary.
3865         * assembly.c: Lookup assemblies in the gac if their public token
3866         value is set. Add function to allow enabling user gac
3867         lookups. Specify whether or not the assembly was loaded from the
3868         GAC. Compare full assembly names when checking the cache for
3869         assemblies (Temporarily disabled see comment in code). Remove
3870         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3871         specifies trace-loader they get extra info to stdout on the
3872         loading of assemblies.
3873         * image.h: Add a field for an assembly references public token
3874         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3875         whether an assembly has been loaded from the GAC.
3876         * image.c: Remove a corlib -> mscorlib name mapping.
3877         * loader.h: Add function to enable/disable the user gac.
3878         * mono-config.c: Check if the usergac is enabled in the config
3879         file.
3880         * icall.c: New icall to determine whether or not an assembly has
3881         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3882         * tabldefs.h: Add constant for assemblyref flag that specifies a
3883         full public key is used instead of a public token.
3884         * reflection.c: Remove mscorlib -> corlib mappings. Set
3885         PublicTokenValue instead of hash value. This value is a hex
3886         string so it does not need to be expanded.
3887
3888 2004-04-26  Martin Baulig  <martin@ximian.com>
3889
3890         * mono-debug-debugger.c (mono_debugger_initialize): Set
3891         `mono_debugger_initialized' before calling mono_debug_lock().
3892
3893 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3894
3895         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3896           InternalToUpper/InternalToLower.
3897         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3898           removed invariant culture shortcut.  This is now done in managed code.
3899         * locales.c: (string_invariant_toupper/tolower) removed.
3900
3901 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3902
3903         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3904         Added Poll internal call.
3905
3906         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3907         call for Poll. Select was too heavy for polling a single socket.
3908
3909         * threadpool.[ch]: added mono_threadpool_cleanup.
3910         * threads.c: use it. Don't use Thread_Abort on windows.
3911
3912 2004-04-23  Martin Baulig  <martin@ximian.com>
3913
3914         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3915
3916 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3917
3918         * icall.c: Registred new icalls for key pair protection and added an
3919         icall for Environment.GetFolderPath on Windows.
3920         * security.c|h: Added new icalls for key pair protection.
3921
3922 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3923
3924         * socket-io.c: don't display the non-supported family warning for known
3925         families. Now this is not displayed on windows when checking support
3926         for IPv4/IPv6.
3927
3928 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3929
3930         * class.c: don't display the layout warning for static fields.
3931
3932 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3933
3934         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3935         * locales.c, locales.h: Added new icalls for culture-specific
3936         Char.ToLower and Char.ToUpper.
3937
3938 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3939
3940         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3941         by David Waite.
3942
3943 2004-04-20  Martin Baulig  <martin@ximian.com>
3944
3945         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3946         of the type name before passing it to mono_reflection_type_from_name().
3947
3948 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3949
3950         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3951         encodings here. Fixes #56965.
3952
3953 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3954
3955         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3956         fix test on strstr result not that I can see anything that
3957         relies on the result.
3958
3959 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3960
3961         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3962         Fixes #57081.
3963
3964         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3965
3966         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3967         function to determine which marshalling to use for strings. Fixes
3968         #56965.
3969
3970         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3971
3972         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3973
3974 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3975
3976         * icall.c: #include mono-config.h
3977
3978 2004-04-15  Jackson Harper  <jackson@ximian.com>
3979
3980         * culture-info-tables.h: Fix date formats for en-US culture.
3981         
3982 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3983
3984         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3985         ThreadPool.SetMinThreads.
3986         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3987         ThreadPool.SetMinThreads.
3988
3989 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3990
3991         * mono-config.c: also load the .config file in the directory
3992         where the assembly was found.
3993
3994 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3995
3996         * assembly.c: load per-assembly config files.
3997         * icall.c: decrapified code to get the config dir and moved to
3998         mono-config.c.
3999         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
4000         per-assembly config files. When doing a dll map lookup give precedence
4001         to the per-assembly data.
4002
4003 2004-04-14  Martin Baulig  <martin@ximian.com>
4004
4005         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
4006         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
4007         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
4008
4009         * mono-debugger-debugger.c: While the debugger is locked, remember
4010         whether the symbol tables have changes and send one single
4011         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
4012
4013 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
4014
4015         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
4016
4017         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
4018         function.
4019
4020         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
4021         account when marshalling string arrays. Fixes #56965.
4022
4023 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
4024
4025         * icall.c: Add new icalls mapping for security.
4026         * security.c|h: Add internal calls for WindowsIdentity,
4027         WindowsImpersonationContext and WindowsPrincipal.
4028
4029 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
4030
4031         * class.c: Added comment to ensure the System.MonoDummy class
4032         is removed when no longer necessary
4033
4034 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
4035
4036         * appdomain.c: Pass arguments to the bootstraping exceptions to
4037         minimize JITed methods at boot
4038
4039         * metadata.c (mono_exception_from_name_two_strings): Allow for the
4040         second string to be null.
4041
4042         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
4043         Change the protocol to minimize the JIT methods at startup.  Now
4044         it Returns the internal codepage, if the value of "int_code_page"
4045         is 1 at entry, and we can not compute a suitable code page
4046         number, returns the code page as a string.
4047
4048 2004-04-13  Jackson Harper  <jackson@ximian.com>
4049
4050         * culture-info-tables.h: Fix number of decimal digits for all
4051         english locales.
4052
4053 2004-04-13  Jackson Harper  <jackson@ximian.com>
4054
4055         * icall.c: Clairfy out of sync error message. It is not always
4056         your corlib that is out of sync.
4057
4058 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
4059
4060         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
4061         properties when only the set accessor is overriden. Fixes #55874.
4062
4063 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
4064
4065         * assembly.c (mono_assembly_load_references): Make this thread safe.
4066         Fixes #56327.
4067
4068 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
4069
4070         * monosn.c: Add missing initialization calls.
4071
4072 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
4073
4074         * locales.c:
4075         ves_icall_System_Globalization_CultureInfo_construct_number_format
4076         Fix g_assert so it compiles on fussier compilers re int/ptr
4077         mismatch
4078
4079 2004-04-08  Dick Porter  <dick@ximian.com>
4080
4081         * socket-io.h:
4082         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
4083         53992.  Also rearrange the code so that the internal calls return
4084         an error value and exceptions are thrown from managed code.
4085
4086         * icall.c: Add type info to the socket icalls.
4087
4088 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4089
4090         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
4091         owes me a beer.
4092
4093 2004-04-07  Martin Baulig  <martin@ximian.com>
4094
4095         * class.c (mono_class_from_generic_parameter): Don't default
4096         `klass->parent' to `mono_defaults.object_type'.
4097
4098 2004-04-07  Martin Baulig  <martin@ximian.com>
4099
4100         * reflection.c (mono_reflection_initialize_generic_parameter): Set
4101         `param->pklass->reflection_info'.       
4102
4103 2004-04-07  Jackson Harper  <jackson@ximian.com>
4104
4105         * culture-info-tables.h: Fix date separator symbol.
4106         
4107 2004-04-07  Martin Baulig  <martin@ximian.com>
4108
4109         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
4110         from System.Type to System.MonoType.
4111
4112 2004-04-07  Martin Baulig  <martin@ximian.com>
4113
4114         * reflection.h
4115         (MonoReflectionGenericParam): Added `has_reference_type' and
4116         `has_value_type' fields.
4117
4118         * reflection.c (mono_image_get_generic_param_info): Encode the
4119         correct flags if we have the `class' or `struct' constraint.
4120
4121 2004-04-07  Martin Baulig  <martin@ximian.com>
4122
4123         * reflection.h
4124         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
4125
4126 2004-04-07  Jackson Harper  <jackson@ximian.com>
4127
4128         * appdomain.c: Revert extra patches, just wanted to bump the
4129         version number.
4130         
4131 2004-04-07  Jackson Harper  <jackson@ximian.com>
4132
4133         * Makefile.am: Add culture-info private headers.
4134         * icall.c: Add new icalls for contructing locales.
4135         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
4136         * locales.h: Declare new culture info construction methods.
4137         * object.h: Add new fields used to avoid the CultureMap to
4138         MonoCultureInfo.
4139         * culture-info.h: Definition of structs used in the culture info
4140         tables.
4141         * culture-info-tables.h: Autogenerated tables that contain culture
4142         info data. This file was generated with the locale-builder tool.
4143         * appdomain.c: Incement corlib version number.
4144         
4145 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
4146
4147         * appdomain.c: (mono_runtime_init) move mono_thread_init
4148         to before mono_object_new calls so critical sections
4149         are initialized before use.
4150
4151 2004-04-07  Martin Baulig  <martin@ximian.com>
4152
4153         * icall.c
4154         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
4155         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
4156         (ves_icall_MonoGenericParam_initialize): Removed.
4157         (monogenericparam_icalls): Removed.
4158         (generictypeparambuilder_icalls): Added new table for
4159         System.Reflection.Emit.GenericTypeParameterBuilder.
4160
4161         * reflection.c
4162         (mono_reflection_define_generic_parameter): Removed.
4163         (mono_reflection_initialize_generic_parameter): This is now called
4164         from GenericTypeParameterBuilder's .ctor.
4165
4166 2004-04-06  Martin Baulig  <martin@ximian.com>
4167
4168         * class.c (mono_class_init): Don't inflate nested classes in a
4169         generic instance.
4170         (mono_type_get_name_recurse): Include the generic arguments for
4171         generic instances and generic type declarations.
4172         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
4173         (_mono_class_get_instantiation_name): Removed.
4174         (mono_class_create_generic): Always use `gklass->name' as our name.
4175
4176         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
4177
4178         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
4179         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
4180         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
4181         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
4182         closed generic methods here.
4183
4184         * reflection.c
4185         (mono_reflection_generic_inst_get_nested_types): Removed.
4186         (inflate_mono_method): Copy the generic parameters from the
4187         MonoMethodHeader into out MonoGenericMethod.
4188
4189 2004-04-06  Martin Baulig  <martin@ximian.com>
4190
4191         * row-indexes.h
4192         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
4193
4194         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
4195
4196         * reflection.c (build_compressed_metadata): If we have any entries
4197         in the GenericParam, MethodSpec or GenericParamConstraint tables,
4198         set the header version to 1.1.
4199
4200 2004-04-06  Martin Baulig  <martin@ximian.com>
4201
4202         * class.c (mono_class_init): If we're a generic instance,
4203         initialize our nested classes, too.
4204         (_mono_class_get_instantiation_name): Deal with the new `!%d'
4205         suffix. 
4206
4207 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4208
4209         * process.c: quote the argument passed to the shell on windows.
4210
4211 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
4212
4213         * threads.c (mono_alloc_special_static_data): Allow this to be
4214         called during startup.
4215
4216 2004-04-02  Martin Baulig  <martin@ximian.com>
4217
4218         * icall.c
4219         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
4220
4221 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
4222
4223         * icall.c: Fix build.
4224
4225 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4226
4227         * Makefile.am: Added security.c|h.
4228         * icall.c: Added icall for get_UserName;
4229         * security.c: New file for security related icalls. Added function
4230         get_UserName for System.Environment (fix #56144).
4231         * security.h: New. Header file for security.c
4232
4233 2004-04-02  Dick Porter  <dick@ximian.com>
4234
4235         * icall.c: Deleted the icalls that were obsoleted some time ago
4236         by the ICU string code, and which were mixed into the icall
4237         rearranging.  Fixes bug 55969.
4238
4239         * string-icalls.h: 
4240         * string-icalls.c: Deleted the code that those icalls reference.
4241
4242 2004-04-01  Martin Baulig  <martin@ximian.com>
4243
4244         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
4245
4246         * class.c (mono_class_from_generic_parameter): Don't set 
4247         TYPE_ATTRIBUTE_INTERFACE.
4248         (my_mono_class_from_generic_parameter): Likewise.
4249
4250 2004-04-01  Martin Baulig  <martin@ximian.com>
4251
4252         * loader.c (find_method): Added an optional `MonoClass *ic'
4253         argument to search in a specific interface.
4254         (mono_get_method_constrained): New public function.
4255
4256 2004-04-01  Martin Baulig  <martin@ximian.com>
4257
4258         * reflection.c (mono_image_get_generic_field_token): Use the
4259         `handleref' cache here.
4260
4261 2004-04-01  Martin Baulig  <martin@ximian.com>
4262
4263         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
4264
4265         * reflection.c (create_generic_typespec): Use the `typespec' hash
4266         here, not the `typeref' one.    
4267
4268 2004-04-01  Martin Baulig  <martin@ximian.com>
4269
4270         * class.c (mono_class_inflate_generic_type): Moved the
4271         functionality into a new static inflate_generic_type() which
4272         returns NULL if it didn't do anything.  Only increment the
4273         `mono_stats.inflated_type_count' if we actually inflated
4274         something.
4275         (mono_class_get_full): Check the classes type to see whether we
4276         need to inflate it; also inflate MONO_TYPE_(M)VAR.
4277
4278 2004-04-01  Jackson Harper  <jackson@ximian.com>
4279
4280         * reflection.c: Set culture for assembly references.
4281         
4282 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
4283
4284         * reflection.[ch], icall.[ch], Fix support for pinning variables.
4285
4286 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4287
4288         * assembly.c:
4289         (do_mono_assembly_open): the critical section also covers
4290         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
4291
4292 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4293
4294         * threads.c:
4295         (mono_manage_threads): abort the background threads when finishing.
4296         Fixes bug #47232.
4297
4298 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4299
4300         * gc.c: only close the done_event handle if there was no timeout.
4301         C-ified comments.
4302
4303 2004-03-30  Martin Baulig  <martin@ximian.com>
4304
4305         * icall.c (icall_entries): It's called "System.Activator", not
4306         "System.Activation".    
4307
4308 2004-03-30  Martin Baulig  <martin@ximian.com>
4309
4310         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
4311         (mono_class_create_from_typespec): Likewise.
4312
4313 2004-03-30  Martin Baulig  <martin@ximian.com>
4314
4315         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
4316         `has_ctor_constraint' and `initialized'.
4317
4318 2004-03-30  Martin Baulig  <martin@ximian.com>
4319
4320         * reflection.c (encode_new_constraint): New static function to add
4321         the constructor constraint attribute to a type parameter.
4322         (encode_constraints): Call encode_new_constraint() if necessary.
4323
4324         * reflection.h
4325         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
4326
4327         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
4328         
4329 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
4330
4331         * reflection.c, icall.c: add support for pinning variables. 
4332
4333 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
4334
4335         * marshal.c (mono_marshal_get_managed_wrapper):
4336         init bool local with zero rather than null.
4337
4338 2004-03-29  Martin Baulig  <martin@ximian.com>
4339
4340         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
4341         the "official" behavior here.
4342         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
4343
4344 2004-03-29  Martin Baulig  <martin@ximian.com>
4345
4346         * icall.c: Reflect latest API changes.
4347
4348 2004-03-29  Martin Baulig  <martin@ximian.com>
4349
4350         * loader.c (mono_get_method_from_token): Also call
4351         mono_metadata_load_generic_params () for abstract and interface
4352         methods; replace the type arguments in the method signature with
4353         the ones which are loaded from the metadata.
4354
4355 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
4356
4357         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
4358         of the lock is not the current thread. MS.NET don't do it, in spite of
4359         what the documentation says. See bug #56157.
4360
4361 2004-03-28  Martin Baulig  <martin@ximian.com>
4362
4363         * class.c (mono_class_init): Don't call init_properties() and
4364         init_events() for generic instances; set `prop->parent' when
4365         inflating properties.
4366
4367         * reflection.c (mono_generic_inst_get_object): Call
4368         `mono_class_init (ginst->klass)'.
4369         (mono_type_get_object): Only create a MonoGenericInst if your
4370         generic type is a TypeBuilder.
4371         (do_mono_reflection_bind_generic_parameters): Only set
4372         `ginst->is_dynamic' if our generic type is a TypeBuilder.
4373
4374 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
4375
4376         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
4377         Fixes #56091.
4378
4379 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4380
4381         * icall.c: added Kill_internal icall.
4382         * process.[ch]: added Kill_internal icall.
4383
4384 2004-03-25  Martin Baulig  <martin@ximian.com>
4385
4386         * class.h (MonoStats): Added `generic_instance_count',
4387         `inflated_method_count', `inflated_type_count' and
4388         `generics_metadata_size'.       
4389
4390 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4391
4392         * reflection.c: no warnings now.
4393
4394 2004-03-25  Martin Baulig  <martin@ximian.com>
4395
4396         * class.c (mono_class_get_full): New public function; does a
4397         mono_class_get(), but also takes a `MonoGenericContext *'.
4398
4399         * loader.c (mono_field_from_memberref): Renamed to
4400         `field_from_memberref', made static and added `MonoGenericContext *'
4401         argument.
4402         (mono_field_from_token): Added `MonoGenericInst *' argument.
4403         (method_from_memberef): Likewise.
4404         (mono_get_method_from_token): Likewise.
4405         (mono_get_method_full): New public function; does a
4406         mono_get_method(), but also takes a `MonoGenericContext *'.
4407
4408         * verify.c (mono_method_verify): Get the method's generic context
4409         and pass it to mono_field_from_token(), mono_get_method_full() and
4410         mono_class_get_full().
4411
4412 2004-03-25  Martin Baulig  <martin@ximian.com>
4413
4414         * class.c (mono_class_inflate_generic_type): Take a
4415         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4416         `MonoGenericMethod *'.
4417
4418 2004-03-25  Martin Baulig  <martin@ximian.com>
4419
4420         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4421         instead of the MonoGenericMethod here.
4422
4423 2004-03-25  Martin Baulig  <martin@ximian.com>
4424
4425         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4426         each time we create a new MonoGenericInst, we also create a new
4427         context which points back to us.
4428
4429         * class.c (inflate_method): Use `ginst->context' instead of
4430         creating a new context.
4431
4432         * loader.c (method_from_memberref): Use
4433         `klass->generic_inst->context' instead of creating a new context.
4434
4435 2004-03-25  Martin Baulig  <martin@ximian.com>
4436
4437         * class.h (MonoGenericContext): New struct.
4438         (MonoGenericMethod): Removed `generic_inst'.
4439
4440         * class.c (mono_class_inflate_generic_method): Take a
4441         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4442
4443 2004-03-25  Martin Baulig  <martin@ximian.com>
4444
4445         * loader.h (MonoMethodInflated): New typedef.
4446
4447         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4448         `generic_param_count' consume just 30 bits, added `is_inflated'
4449         and `has_type_parameters' flags (one bit each).
4450
4451         * class.c (mono_class_inflate_generic_method): Create a
4452         MonoMethodInflated instead of a MonoMethodNormal and set
4453         `is_inflated' in the method signature.
4454
4455         * class.h (MonoGenericMethod): Removed `generic_method'.
4456
4457 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4458
4459         * image.c: Make sure the name of a MonoImage is always an absolute path.
4460           This fixes bug #54415.
4461
4462 2004-03-24  Martin Baulig  <martin@ximian.com>
4463
4464         * class.c (mono_class_setup_vtable): If we're a generic instance,
4465         use our generic type's vtable size.
4466
4467 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4468
4469         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4470         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4471         problems.
4472
4473 2004-03-23  Martin Baulig  <martin@ximian.com>
4474
4475         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4476         `MonoEvent *events'.
4477
4478         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4479         (typebuilder_icalls): Added "get_event_info"; calls
4480         mono_reflection_event_builder_get_event_info(). 
4481
4482         * reflection.c (mono_reflection_generic_inst_initialize): Added
4483         `MonoArray *events'.
4484         (mono_reflection_event_builder_get_event_info): New function.
4485
4486 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4487
4488         * object.h: add mono_type_initialization_init
4489
4490         * object.c (mono_runtime_class_init): 
4491         implement class constructor synchronization rules
4492         to cope with threading issues.  
4493         add mono_type_initialization_init
4494
4495         * appdomain.c (mono_runtime_init): call 
4496         mono_type_initialization_init
4497
4498         * class.h: removing initializing field from MonoVTable
4499
4500 2004-03-23  Martin Baulig  <martin@ximian.com>
4501
4502         * class.c (my_mono_class_from_generic_parameter): Use
4503         `param->name' if it's not NULL. 
4504
4505 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4506
4507         * class.c: do not insert non-virtual methods in the vtable.
4508         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4509         that means the method is non-virtual. This never would have
4510         happened before.
4511
4512 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4513
4514         * profiler.c: Added lock for accessing coverage_hash.
4515
4516 2004-03-22  Martin Baulig  <martin@ximian.com>
4517
4518         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4519         `method->method->signature->generic_param_count != 0' to make it
4520         work for interface methods.
4521
4522 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4523
4524         * process.c: quote the string passed to the shell using g_shell_quote.
4525
4526 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4527
4528         * threads.c:
4529         (mono_threads_manage): don't remove the finalizer thread and self
4530         from the threads hash table so that mono_thread_manage can be called
4531         more than once.
4532
4533 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4534
4535         * process.c: quote the arguments when UseShellExecute is true. Fixes
4536         bug #55790.
4537
4538 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4539
4540         * threads.c: set mono_thread_detach as a cleanup routine for every
4541         thread. This way it's always executed upon thread termination, either
4542         aborted or finished normally. No more xsp hangs!
4543
4544 2004-03-17  Martin Baulig  <martin@ximian.com>
4545
4546         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4547         `int count_nested' and a `MonoType **nested'.
4548
4549         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4550         most of the functionality into a new static
4551         do_mono_reflection_bind_generic_parameters() and don't take a
4552         `MonoType *nested_in' argument any more.  Don't compute nested
4553         types here.
4554         (mono_reflection_generic_inst_get_nested_types): New public method
4555         to get nested types.
4556
4557         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4558         we're a nested class.
4559
4560         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4561         mono_reflection_generic_inst_get_nested_types() to compute the
4562         nested types.
4563
4564 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4565
4566         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4567         descriptive error message under windows.
4568         
4569 2004-03-17  Martin Baulig  <martin@ximian.com>
4570
4571         * class.c (dup_type): Added `const MonoType *original' argument;
4572         copy the attrs from the original type.
4573
4574 2004-03-17  Martin Baulig  <martin@ximian.com>
4575
4576         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4577         `m->generic_inst_cache' here.
4578
4579 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4580
4581         * exception.h exception.c: Add stack_overflow_exception.
4582
4583 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4584
4585         * threadpool.c:
4586         (overlapped_callback): call SetEvent *after* invoking the callback.
4587         No need to call CloseHandle.
4588
4589 2004-03-16  Martin Baulig  <martin@ximian.com>
4590
4591         * reflection.c (mono_image_get_fieldref_token): Take a
4592         `MonoReflectionField *' instead of a `MonoClassField *' and a
4593         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4594
4595 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4596
4597         * appdomain.c: don't add the culture to the filename we're looking for
4598         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4599
4600 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4601
4602         * locales.c: don't ignore symbols when doing case insensitive compares.
4603         Thanks Dick! Fixes bug #54046.
4604
4605         * threads.c: surround 'threads' usage with enter/leave in
4606         mono_thread_manage.
4607
4608 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4609
4610         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4611         implicitly marshalled as [Out]. Fixes #55450.
4612
4613         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4614         an exception.
4615
4616 2004-03-16  Martin Baulig  <martin@ximian.com>
4617
4618         * class.c (mono_class_from_generic_parameter): Use the actual
4619         parameter name. 
4620
4621 2004-03-16  Martin Baulig  <martin@ximian.com>
4622
4623         * reflection.c (type_get_signature_size): New static function.
4624         Compues the size of the type in a method signature.
4625         (method_get_signature_size): New static function; calls
4626         type_get_signature_size() to compute the actual size of the
4627         method's signature.
4628         (method_encode_signature): Use method_get_signature_size() to get
4629         the signature's size rather than using `nparams * 10'.
4630
4631 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4632
4633         * file-io.h: define here WapiOverlapped on windows. I don't want the
4634         regular OVERLAPPED one.
4635
4636         * file-io.c:
4637         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4638         Disabling AIO on windows.
4639
4640 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4641
4642         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4643         bug #55385.
4644
4645 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4646
4647         * appdomain.c: upgraded corlib version.
4648
4649         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4650         and BeginWrite. Allow opening files for asynchrnous operations.
4651
4652         * file-io.h: new struct that maps FileStreamAsyncResult.
4653         * icall.c: added new icalls.
4654         * process.[ch]: support setting child process environment variables
4655         and use the SHELL or COMSPEC when UseShellExecute is true.
4656
4657         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4658         callback for async. IO is here and also BindHandle.
4659
4660         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4661         from here.
4662
4663 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4664
4665         * reflection.c (create_custom_attr): Allow len == 0.
4666
4667         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4668         computation on big-endian machines.
4669
4670 2004-03-13  Martin Baulig  <martin@ximian.com>
4671
4672         * class.h (MonoGenericInst): Added `int count_ifaces'.
4673
4674         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4675         `ginst->count_ifaces' instead `klass->interface_count' since we
4676         may get called before the vtable is created.
4677
4678         * loader.c (mono_method_get_param_names): If we're a generic
4679         instance, return and don't initialize the class.
4680
4681         * reflection.c (mono_reflection_setup_generic_class): Don't call
4682         ensure_runtime_vtable().
4683         (mono_reflection_bind_generic_parameters): Set
4684         `ginst->count_ifaces'.
4685
4686 2004-03-11  Jackson Harper <jackson@ximian.com>
4687
4688         * icall.c:
4689         * unicode.c:
4690         * unicode.h: Remove unused System.Char icalls.
4691         
4692 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4693
4694         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4695         code when we P/Invoke the first library in Windows.Forms, instead
4696         of when we first open the assembly.
4697
4698         * assembly.c: Drop the lookup from here.
4699
4700 2004-03-10  Martin Baulig  <martin@ximian.com>
4701
4702         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4703         class for properties, fields and events.  Finally fixes #54945.
4704
4705 2004-03-10  Martin Baulig  <martin@ximian.com>
4706
4707         * metadata.c (mono_metadata_class_equal): New static function;
4708         checks whether two generic instances or two generic parameters are
4709         equal.
4710         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4711         compare classes.        
4712
4713 2004-03-10  Martin Baulig  <martin@ximian.com>
4714
4715         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4716
4717         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4718         argument and write it into the `reflection_info' field.
4719
4720         * icall.c
4721         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4722         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4723
4724 2004-03-09  Jackson Harper  <jackson@ximian.com>
4725
4726         * char-conversions.h: use 8 bits for numeric data its all we need
4727         * icall.c: numeric data is only 8 bits now.
4728
4729 2004-03-09  Martin Baulig  <martin@ximian.com>
4730
4731         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4732
4733         * class.c (init_properties, init_events): Initialize the new
4734         `parent' field.
4735
4736         * reflection.c (typebuilder_setup_properties): Likewise.
4737         (typebuilder_setup_events): Likewise.
4738
4739         * reflection.h (MonoEventInfo): Replaced `parent with
4740         `declaring_type' and `reflected_type'.
4741
4742         * icall.c (ves_icall_get_property_info): Distinguish between
4743         declaring and reflected type.
4744         (ves_icall_get_event_info): Likewise.
4745
4746 2004-03-09  Martin Baulig  <martin@ximian.com>
4747
4748         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4749         (ves_icall_Type_GetField): Correctly set field->klass.
4750
4751 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4752
4753         * loader.h: Fix warning.
4754
4755 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4756
4757         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4758         library routine if present.  Notice that it will still continue
4759         executing even if its missing, for those working on the Gtk#
4760         edition of Windows.Forms.
4761
4762         * assembly.c (do_mono_assembly_open): If loading the
4763         System.Windows.Forms call mono_loader_wini_init.
4764
4765 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4766
4767         * class.h: Added MonoRemoteClass struct.
4768         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4769         function for MonoStrings.
4770         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4771         Added internal call for getting the proxy type.
4772         * marshal.c: Get the type of transparent proxies from its remote_class.
4773         Added methods that generate the IL for type checks and casts:
4774         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4775         mono_marshal_get_proxy_cancast.
4776         * marshal.h: Declaration of the previous new methods.
4777         * object.c: Added new moethods for creating and updating MonoRemoteClass
4778         instances: mono_remote_class, mono_upgrade_remote_class, 
4779         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4780         * verify.c: FIx transparent_proxy_fields layout.
4781         * appdomain.c: Bump corlib version.
4782
4783 2004-03-04  Jackson Harper  <jackson@ximian.com>
4784
4785         * icall.c: Add icall to access char conversion tables.
4786         * char-conversions.h: Character conversion tables.
4787         * Makefile.am: Add char-conversions.h private header file.
4788         
4789 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4790
4791         * appdomain.c (unload_thread_main): Increase unloading timeout to
4792         10 sec as a temporary workaround for Nant problems.
4793
4794 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4795
4796         * gc.c: Add checks for GC_enable and GC_disable.
4797
4798         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4799         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4800         (bug #54988).
4801         
4802 2004-02-27  Martin Baulig  <martin@ximian.com>
4803
4804         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4805         `MonoReflectionType *' instead of a `MonoType *'.
4806
4807 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4808
4809         * gc.c (run_finalize): Avoid finalizing the object representing the
4810         finalizer thread.
4811         (finalizer_thread): Fix warning.
4812
4813 2004-02-25  Martin Baulig  <martin@ximian.com>
4814
4815         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4816         argument for nested types.
4817         (mono_class_create_generic): Added support for nested generictypes.
4818
4819         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4820         `GList *nested'.
4821
4822         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4823
4824         * reflection.c (method_encode_signature): Increase the minimum
4825         value of `size' from 10 to 11.
4826         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4827         and `MonoType **types' arguments instead of the `MonoArray
4828         *types'; added `MonoType *nested_in'.  Recursively instantiate
4829         nested classes. 
4830
4831 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4832
4833         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4834         stack_overflow_ex members which are used by exception handling.
4835
4836         * appdomain.c (mono_runtime_init): Initialize the new members.
4837
4838         * gc.c (mono_gc_enable): New helper function.
4839         * gc.c (mono_gc_disable): New helper function.
4840
4841 2004-02-23  Martin Baulig  <martin@ximian.com>
4842
4843         * icall.c: I must have been really stupid - make it actually work
4844         this time ;-)
4845
4846 2004-02-23  Martin Baulig  <martin@ximian.com>
4847
4848         * loader.c (method_from_memberref): Only inflate the method if
4849         it's in another klass.
4850
4851 2004-02-23  Martin Baulig  <martin@ximian.com>
4852
4853         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4854         (mono_class_init): If we're a generic instance and an interface,
4855         compute `class->interface_id'; also create `class->interfaces'
4856         here and inflate them.
4857
4858         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4859         `ginst->is_open'.
4860         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4861
4862         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4863
4864 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4865
4866         * reflection.c (method_encode_code): Improved the error message
4867         generated by the exception.
4868
4869 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4870
4871         * icall.c: Martin did not do what he said in the ChangeLog for
4872         2004-02-18, but put back the changes for properties and events.
4873         Commenting those changes out again and adding comment to bug #54518.
4874         
4875         * process.c: removed warning.
4876
4877 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4878
4879         * marshal.c (emit_struct_conv): Print an error message instead of
4880         asserting when a type does not have the StructLayout attribute.
4881
4882 2004-02-20  Martin Baulig  <martin@ximian.com>
4883
4884         * reflection.c (mono_type_get_object): Also use the cache for
4885         generic instances.
4886         (mono_reflection_bind_generic_parameters): Always compute
4887         `ginst->ifaces'.        
4888
4889 2004-02-20  Martin Baulig  <martin@ximian.com>
4890
4891         * class.h (MonoGenericMethod): Removed `klass'.
4892
4893         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4894         *klass' argument.
4895
4896 2004-02-20  Martin Baulig  <martin@ximian.com>
4897
4898         * reflection.c (method_encode_methodspec): Actually use the
4899         uninflated signature for the memberref.
4900
4901 2004-02-20  Martin Baulig  <martin@ximian.com>
4902
4903         * class.h (MonoGenericMethod): Removed `declaring'.
4904
4905         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4906         is NULL, compute it here.
4907
4908 2004-02-20  Martin Baulig  <martin@ximian.com>
4909
4910         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4911
4912         * metadata.c (mono_metadata_generic_inst_hash): New method.
4913         (mono_metadata_generic_inst_equal): New method.
4914
4915         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4916         `klass->image->generic_inst_cache' cache to avoid creating
4917         duplicate MonoGenericInst's.
4918
4919         * class.c (mono_class_inflate_generic_type): Use the cache.
4920
4921 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4922
4923         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4924
4925 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4926
4927         * icall.c: added Socket.WSAIoctl icall.
4928
4929         * socket-io.[ch]: implemented
4930         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4931
4932 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4933
4934         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4935
4936 2004-02-18  Urs C Muff  <umuff@quark.com>
4937
4938         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4939         this work on PPC and other big-endian architectures.
4940
4941         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4942         fields with an underscore to make sure they're only accessed by
4943         the read32() macro.
4944
4945 2004-02-18  Martin Baulig  <martin@ximian.com>
4946
4947         * icall.c: Put the klass->refclass changes back for methods and
4948         fields, but not for properties and events.  We're currently not
4949         distinguishing between DeclaringType and ReflectedType for
4950         properties and events, that's what caused the regressions.
4951
4952 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4953
4954         * object.c:
4955         (mono_async_result_new): the handle can be NULL.
4956
4957         * threadpool.c: Use an event instead of a semaphore, don't initialize
4958         it until needed. This saves quite a few semaphores from being created
4959         when using the threadpool.
4960
4961 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4962
4963         * object.c (mono_string_is_interned_lookup): Fix interning of long
4964         strings. Fixes #54473.
4965
4966         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4967
4968         * icall.c: Revert the klass->refclass changes since they introduce
4969         regressions (bug #54518).
4970
4971 2004-02-18  Martin Baulig  <martin@ximian.com>
4972
4973         * class.c (mono_class_init): If we're a generic instance and don't
4974         come from a TypeBuilder, inflate our members here.
4975         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4976         (mono_class_create_generic): New public method.
4977         (mono_class_initialize_generic): Removed.
4978         (get_instantiation_name): Renamed to
4979         _mono_class_get_instantiation_name() and made it public.
4980
4981 2004-02-18  Martin Baulig  <martin@ximian.com>
4982
4983         * class.c (mono_class_inflate_generic_type): Clear the new
4984         instance's `nginst->klass' when inflating a generic instance.
4985         (mono_class_is_subclass_of): Added (basic) support for generic
4986         instances.
4987
4988 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4989
4990         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4991         MonoMempool to hold compiled native code.
4992
4993 2004-02-17  Martin Baulig  <martin@ximian.com>
4994
4995         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4996         `properties'.
4997
4998         * reflection.c (mono_reflection_generic_inst_initialize): Added
4999         `MonoArray *properties' argument.
5000
5001         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
5002
5003 2004-02-17  Martin Baulig  <martin@ximian.com>
5004
5005         * icall.c (ves_icall_Type_GetFields): Renamed to
5006         ves_icall_Type_GetFields_internal() and added a
5007         `MonoReflectionType *rtype' argument; pass it to
5008         mono_field_get_object() to set the field's "reflected" type.
5009         (ves_icall_Type_GetConstructors): Likewise.
5010         (ves_icall_Type_GetEvents): Likewise.
5011         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
5012         argument; pass it to mono_method_get_object() to set the method's
5013         "reflected" type.       
5014
5015 2004-02-17  Martin Baulig  <martin@ximian.com>
5016
5017         * class.h (MonoDynamicGenericInst): New type.
5018         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
5019
5020         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
5021         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
5022         (ves_icall_MonoGenericInst_GetFields): New interncall.
5023
5024         * class.c (mono_class_from_generic): Don't call
5025         mono_class_initialize_generic() if this is a dynamic instance;
5026         ie. it's being created from a TypeBuilder.
5027         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
5028         `class->byval_arg.type'.
5029
5030         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
5031         to `inflate_method' and made static.
5032         (mono_reflection_inflate_field): Removed.
5033         (mono_reflection_generic_inst_initialize): New public method.
5034
5035         * reflection.h (MonoReflectionGenericInst): Removed `methods',
5036         `ctors' and `fields'; added `initialized'.
5037
5038 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
5039
5040         * debug-helpers.c (mono_method_full_name): Fix output for empty
5041         namespaces.
5042
5043 2004-02-12  Martin Baulig  <martin@ximian.com>
5044
5045         * class.h (MonoClassField): Added `MonoType *generic_type'.
5046
5047         * reflection.c (mono_image_get_fieldref_token): Added support for
5048         instantiated generic types.
5049         (field_encode_inflated_field): Removed.
5050         (mono_image_get_inflated_field_token): Removed.
5051         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
5052
5053         * reflection.h (MonoReflectionInflatedField): Removed.
5054
5055 2004-02-12  Martin Baulig  <martin@ximian.com>
5056
5057         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
5058         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
5059
5060         * reflection.c (mono_image_get_methodspec_token): Take a
5061         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
5062         (mono_image_create_token): Check whether we have a
5063         `method->signature->gen_method' and call
5064         mono_image_get_methodspec_token() if appropriate.
5065         (inflated_method_get_object): Removed.
5066         (mono_reflection_bind_generic_method_parameters): Return a
5067         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
5068         (mono_reflection_inflate_method_or_ctor): Likewise.
5069
5070         * reflection.h (MonoReflectionInflatedMethod): Removed.
5071
5072 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
5073
5074         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
5075         for custom valuetype marshalling.
5076
5077         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
5078
5079 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5080
5081         * icall.c: fixed WSAGetLastError_internal name.
5082
5083 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
5084
5085         * threads.c (mono_thread_attach): Allow this to be called multiple
5086         times for a thread.
5087         
5088         * threads.c (build_wait_tids): Do not wait for ourselves.
5089
5090         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
5091         appdomain list is empty.
5092
5093         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
5094         memory returned by mono_string_builder_to_utf16, since it points into
5095         managed memory. Thanks to Bernie Solomon for noticing this.
5096
5097         * icall.c: Add AppDomainSetup icalls.
5098
5099         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
5100
5101         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
5102         types.
5103
5104         * reflection.c (reflection_methodbuilder_to_mono_method): Save
5105         custom attributes to the method_aux struct. Also fix array indexes etc.
5106
5107         * loader.c (mono_method_get_param_names): Make dynamic case work again.
5108         
5109 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
5110
5111         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
5112         (both static and runtime) and reduce startup time.
5113
5114 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
5115
5116         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
5117         AsAny marshalling conversion instead of crashing.
5118
5119         * marshal.c: Fix warnings.
5120
5121 2004-02-09  Martin Baulig  <martin@ximian.com>
5122
5123         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
5124
5125         * reflection.h (MonoReflectionInflatedMethod): Removed the
5126         `declaring' field, it's now in the unmanaged MonoGenericMethod.
5127
5128         * reflection.c (method_encode_methodspec): Removed the `method'
5129         argument; we get it from `gmethod->declaring'.
5130         (inflated_method_get_object): Removed the `declaring' argument.
5131
5132 2004-02-09  Martin Baulig  <martin@ximian.com>
5133
5134         * class.h (MonoGenericMethod): New type.
5135         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
5136         `generic_method'.
5137
5138         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
5139         a `MonoGenericMethod *gen_method' one.
5140
5141         * class.c (mono_class_inflate_generic_type): Take an additional
5142         `MonoGenericMethod * argument.  This is only non-NULL if we're
5143         inflating types for a generic method.   
5144         (mono_class_inflate_generic_signature): Renamed to
5145         inflate_generic_signature() and made static; take a
5146         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5147         (inflate_generic_header): Take a `MonoGenericMethod *' argument
5148         instead of a `MonoGenericInst *' one.
5149         (mono_class_inflate_generic_method): Likewise.
5150
5151         * reflection.c (encode_generic_method_sig): Take a
5152         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5153         (method_encode_methodspec): Likewise.
5154         (inflated_method_get_object): Likewise. 
5155
5156         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
5157         field with a `MonoGenericMethod *gmethod' one.  
5158
5159 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
5160
5161         * class.h (mono_class_has_parent): add parens to expansion
5162         so you can ! this.
5163
5164 2004-02-08  Martin Baulig  <martin@ximian.com>
5165
5166         * image.h (MonoImage): Removed `generics_cache'.
5167
5168         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
5169         instead of a `MonoType *' argument; removed the `inflate_methods'
5170         argument.  Don't inflate methods here.
5171
5172         * loader.c (find_method): If it's a generic instance, call
5173         mono_class_init() on the `sclass->generic_inst->generic_type'.
5174
5175         * metadata.c (mono_type_size): Make this work on uninitialized
5176         generic instances; call it on the `ginst->generic_type's class.
5177
5178         * reflection.c (mono_reflection_bind_generic_parameters): Call
5179         mono_class_from_generic() to create the `ginst->klass'.
5180
5181 2004-02-08  Martin Baulig  <martin@ximian.com>
5182
5183         * class.h (MonoClass): Changed type of `generic_inst' from
5184         `MonoType *' to `MonoGenericInst *'.
5185
5186 2004-02-08  Martin Baulig  <martin@ximian.com>
5187
5188         * icall.c (ves_icall_Type_BindGenericParameters): Just call
5189         mono_type_get_object(), this is now creating a `MonoGenericInst'
5190         for MONO_TYPE_GENERICINST.
5191         (ves_icall_MonoGenericInst_GetParentType): Likewise.
5192         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
5193
5194         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
5195         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
5196         (inflated_method_get_object): Added `MonoClass *refclass' argument.
5197         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
5198         and reflected type.
5199
5200         * reflection.h (MonoReflectionInflatedMethod): Removed
5201         `declaring_type' and `reflected_type'.
5202
5203 2004-02-08  Martin Baulig  <martin@ximian.com>
5204
5205         * class.h (MonoGenericInst): Added `MonoType *parent' and
5206         `MonoType **ifaces'.
5207
5208         * reflection.h (MonoReflectionGenericInst): Removed `klass',
5209         `parent' and `interfaces'.
5210
5211         * reflection.c (mono_reflection_bind_generic_parameters): Take a
5212         `MonoType *' argument and return a `MonoType *'.
5213
5214         * icall.c
5215         (ves_icall_MonoGenericInst_GetParentType): New interncall.
5216         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
5217
5218 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5219
5220         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
5221         valuetype marshalling.
5222
5223 2004-02-06  Martin Baulig  <martin@ximian.com>
5224
5225         * class.c
5226         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
5227         (my_mono_class_from_generic_parameter): Likewise.
5228
5229 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5230
5231         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
5232         contents of the symbol files lazily.
5233
5234         * object.h (MonoThread): Add 'name' and 'name_len' fields.
5235
5236         * threads.h threads.c icall.c: New icalls for getting and setting the
5237         threads name.
5238
5239 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
5240
5241         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
5242         Raise an exception when the domain is not found.
5243
5244 2004-02-03  Martin Baulig  <martin@ximian.com>
5245
5246         * reflection.c (mono_image_get_methodspec_token): Use the
5247         uninflated signature; fixes gen-33.
5248
5249 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
5250
5251         * gc.c threads.c: Make the finalizer thread a normal managed thread so
5252         the finalizer code can use thread functionality.
5253
5254         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
5255         the finalizer thread.
5256
5257         * threads.c: Make some functions more robust.
5258
5259         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
5260
5261         * metadata.h: Add new marshalling conventions.
5262
5263         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
5264         stringbuilder marshalling. Fixes #53700.
5265
5266         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
5267
5268         * reflection.c (mono_image_get_type_info): Save declarative security
5269         info.
5270
5271         * reflection.c (mono_image_get_field_info): Handle uninitialized 
5272         unmanaged fields as well.
5273
5274         * appdomain.c: Bump corlib version.
5275
5276 2004-02-01  Martin Baulig  <martin@ximian.com>
5277
5278         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
5279         method type arguments.  
5280
5281 2004-01-30  Duncan Mak  <duncan@ximian.com>
5282
5283         * marshal.h: Add prototype for
5284         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
5285         and
5286         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
5287         fix the build.
5288
5289 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
5290
5291         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
5292         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
5293
5294 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5295
5296         * marshal.c (mono_marshal_get_native_wrapper): Add support for
5297         custom marshalling of valuetypes.
5298
5299         * marshal.c: Fix some warnings.
5300
5301 2004-01-29  Martin Baulig  <martin@ximian.com>
5302
5303         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
5304         for generic method parameters.
5305
5306         * reflection.c (method_encode_methodspec): Write the uninflated
5307         signature into the methodspec table.
5308         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
5309         is always the uninflated method.
5310         (reflection_methodbuilder_to_mono_method): Copy the generic
5311         parameters from the MethodBuilder into `header->gen_params'.
5312
5313 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5314
5315         * class.c (mono_class_from_generic_parameter): Fix warning.
5316
5317 2004-01-27  Martin Baulig  <martin@ximian.com>
5318
5319         * class.c (mono_class_from_generic_parameter): Don't create
5320         `klass->methods' here.  
5321
5322 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
5323
5324         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
5325         extension since it does not work with libraries named lib<FOO>.dll.so.
5326
5327 2004-01-25  Martin Baulig  <martin@ximian.com>
5328
5329         * class.c (mono_class_inflate_generic_type): Added support for
5330         MONO_TYPE_GENERICINST.
5331
5332         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
5333         inflate methods on open constructed types.      
5334
5335 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5336
5337         * object.c: fire ProcessExit event in the root AppDomain after running
5338         Main. Fixes bug #53299.
5339
5340 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
5341
5342         * socket-io.c: include the new socket-wrappers.h header.
5343         Use the wrappers instead of the unix socket functions to make the code
5344         more clear.
5345
5346 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
5347
5348         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
5349
5350         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5351         Fixes #22532.
5352
5353 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
5354
5355         * reflection.c (mono_image_create_pefile): Handle the case when the
5356         entry point is not a MethodBuilder.
5357
5358         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5359         field to ReflectionMethod since it is not allways a builder.
5360
5361         * reflection.c (type_get_fully_qualified_name): New helper function to
5362         return the fully qualified name of a type.
5363
5364         * reflection.c (encode_marshal_blob): Always emit the fully qualified
5365         type name for custom marshallers.
5366
5367         * reflection.c (mono_marshal_spec_from_builder): Ditto.
5368
5369         * class.c (mono_class_setup_vtable): If a parent class already 
5370         implements an interface, use the implementing methods from that class.
5371         Fixes #53148.
5372
5373 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5374
5375         * threadpool.c: just return instead of ExitThread to allow for thread
5376         clean up earlier.
5377
5378 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
5379
5380         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
5381         when closing resource modules.
5382
5383         * reflection.c (mono_image_create_pefile): Handle the case when the
5384         entry point is not a MethodBuilder.
5385
5386         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5387         field to ReflectionMethod since it is not allways a builder.
5388
5389 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
5390
5391         * marshal.c (mono_marshal_get_managed_wrapper): 
5392         mono_marshal_alloc takes native int so CONV_I
5393         the arg for 64bits.
5394
5395 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
5396
5397         * reflection.c (fixup_cattrs): New function to fixup the methoddef
5398         tokens in the cattr table. Fixes #53108.
5399
5400 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5401
5402         * loader.c: don't trim ".dll" before looking up in the config file.
5403         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
5404
5405 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
5406
5407         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
5408         Return the module which contains the resource as well.
5409         (ves_icall_System_Reflection_Module_Close): New icall.
5410
5411         * appdomain.c: Bump corlib version number.
5412
5413         * image.c (mono_image_addref): New public function.
5414
5415         * assembly.c: Call mono_image_addref.
5416
5417         * reflection.c (mono_module_get_object): Increase reference count of 
5418         the image.
5419
5420         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5421         Fixes #22532.
5422
5423         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5424         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5425         proper exceptions on DllImport problems.
5426
5427 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5428
5429         * class.c, metadata.c: eliminate CSIZE macro.
5430
5431 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5432
5433         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5434         * object.h: Added async_callback field in MonoAsyncResult.
5435         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5436         * verify.c: Added async_callback in MonoAsyncResult layout.
5437
5438 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5439
5440         * reflection.c (mono_reflection_get_custom_attrs): Add support
5441         for Modules.
5442
5443 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5444
5445         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5446         marshalling.
5447         (mono_marshal_method_from_wrapper): Add null pointer check.
5448
5449 2004-01-16  Martin Baulig  <martin@ximian.com>
5450
5451         * debug-mono-symfile.h: Set version number to 36 and reflect
5452         latest symbol writer changes.
5453
5454 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5455
5456         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5457         multi-dimensional arrays.
5458         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5459         (mono_class_from_mono_type): Use bounded_array_class_get.
5460         
5461         * class.c (mono_bounded_array_class_get): New function which takes
5462         a 'bounded' bool argument to distinguish vectors from one dimensional
5463         arrays.
5464
5465         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5466         bounded_array_class_get if the array has bounds.
5467
5468         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5469         Search modules loaded using AssemblyBuilder:AddModule as well.
5470
5471 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5472
5473         * appdomain.c: increased corlib version.
5474         * filewatcher.c: removed g_print.
5475         * icall.c:
5476         (get_property_info): only allocate what is actually requested.
5477         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5478
5479 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5480
5481         * Makefile.am: added filewatcher.[ch]
5482         * filewatcher.[ch]: FileSystemWatcher runtime support.
5483         * icall.c: added new FSW icalls.
5484
5485 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5486
5487         * string-icalls.c: fix stringbuilder regression as suggested by
5488         Iain McCoy <iain@mccoy.id.au>.
5489
5490 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5491
5492         * process.c (process_read_stringtable_block): Recognize '007f' as
5493         a language neutral stringtable block.
5494
5495 2004-01-12  Patrik Torstensson
5496
5497         * object.h (MonoStringBuilder) : Changed layout to support our
5498         new stringbuilder class.
5499         * marshal.c: Change marshalling to support the new layout of 
5500         string builder.
5501         * appdomain.c: increased version number because new layout of
5502         string builder.
5503
5504 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5505
5506         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5507         assembly name as an string instead of an AssemblyName, since it is
5508         easier to extract info from it.
5509
5510         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5511         the culture subdirectories too. Fixes #52231.
5512
5513 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5514
5515         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5516         It takes 2 new parameters with an optional name for the method to look
5517         for and case ignoring info.
5518
5519         * threadpool.c: removed unused variable.
5520
5521 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5522
5523         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5524         It takes 2 new parameters with an optional name for the property to look
5525         for and case ignoring info.
5526         Fixes bug #52753.
5527
5528 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5529
5530         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5531         Fix #52451.
5532
5533 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5534
5535         * appdomain.c:
5536         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5537         Fixes bug #52630.
5538
5539 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5540
5541         * reflection.c: Add support for more than one unmanaged resource.
5542
5543         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5544         in field->def_value, as done in all other cases.
5545
5546         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5547         TypeBuilders.
5548
5549         * reflection.c (mono_reflection_create_runtime_class): Remove 
5550         errorneous assignment to klass->element_class, since it is already
5551         done in mono_reflection_setup_internal_class.
5552
5553 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5554
5555         * gc.c: added missing LeaveCriticalSection.
5556         * icall.c: indented a couple of lines.
5557         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5558         if we call EndInvoke inside a callback. Fixes bug #52601.
5559
5560 2004-01-07  Martin Baulig  <martin@ximian.com>
5561
5562         * mono-debug-debugger.h
5563         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5564
5565 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5566
5567         * appdomain.c: Use messages in NotImplementedException.
5568
5569         * exception.c (mono_get_exception_not_implemented): Now this takes
5570         a message argument.
5571
5572         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5573         exception instead of g_asserting an aborting when something is not
5574         implemented.
5575
5576         Add some inline docs.
5577
5578 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5579
5580         * reflection.h: Update after changes to object layout.
5581
5582         * reflection.c: Implement saving of unmanaged aka win32 resources.
5583
5584         * appdomain.c: Bump version number.
5585
5586         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5587         Handle missing domains gracefully.
5588
5589 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5590
5591         * file-io.c : On Windows, there are much more invalid_path_chars.
5592
5593 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5594
5595         * class.h, object.c: prepare for GetType () speedup.
5596
5597 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5598
5599         * profiler.c: workaround for --profile null reference exception on
5600           cygwin. Patch by Patrik Torstensson.
5601
5602 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5603
5604         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5605         make work for unaligned access.
5606
5607 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5608
5609         * class.c: small cleanup (class->fields [i] -> field).
5610         * image.c: check address of metadata is valid.
5611
5612 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5613
5614         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5615         search the list of loaded assemblies.
5616
5617         * reflection.c (mono_reflection_type_from_name): Use 
5618         mono_assembly_loaded instead of mono_image_loaded.
5619
5620         * reflection.c: Fix warnings.
5621
5622 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5623
5624         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5625         is dynamic. This is needed since an assembly can contain both dynamic and
5626         non-dynamic images.
5627
5628         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5629         assembly->dynamic.
5630
5631         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5632
5633         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5634         to store modules loaded using AddModule.
5635
5636         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5637         on Modules.
5638
5639         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5640
5641         * reflection.c (mono_image_fill_export_table_from_module): New function to
5642         fill out the EXPORTEDTYPES table from a module.
5643
5644         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5645         into a separate function. Also handle loaded non-dynamic modules.
5646
5647         * reflection.c (mono_image_basic_init): Fix memory allocation.
5648
5649         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5650
5651         * assembly.c (mono_assembly_load_references): Make this public.
5652
5653 2003-12-19  Martin Baulig  <martin@ximian.com>
5654
5655         * class.c (mono_class_initialize_generic): Made this static, take
5656         a `MonoGenericInst *' instead of a `MonoClass *'.
5657         (mono_class_from_generic): Call mono_class_initialize_generic()
5658         unless we're already initialized or being called from
5659         do_mono_metadata_parse_generic_inst().
5660
5661         * class.h (MonoGenericInst): Added `initialized' and
5662         `init_pending' flags.
5663
5664         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5665         `mono_class_init (gklass)' or mono_class_initialize_generic()
5666         here; set `generic_inst->init_pending' while parsing the
5667         `type_argv'.
5668
5669 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5670
5671         * locales.c: include string.h for memxxx prototypes
5672
5673 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5674
5675         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5676         constructor when accessing literal fields.
5677
5678 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5679
5680         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5681
5682         * reflection.c (assembly_add_resource_manifest): New function to fill
5683         the MANIFESTRESOURCE table.
5684
5685         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5686
5687         * reflection.h: Update to changes in class layout.
5688
5689         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5690         Reenable call to mono_runtime_is_shutting_down ().
5691
5692         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5693         determine if the runtime is shutting down.
5694
5695 2003-12-16  Jackson Harper <jackson@ximian.com>
5696
5697         * icall.c: comment out call to mono_runtime_is_shutting_down to
5698         fix build.
5699         
5700 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5701
5702         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5703         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5704
5705 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5706
5707         * reflection.c: move definition of swap_with_size
5708         to before its first call
5709
5710 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5711
5712         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5713
5714         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5715         icall.
5716
5717         * object.c: Fix warnings.
5718
5719         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5720         members if FlattenHierarchy is set.
5721
5722         * reflection.c (mono_image_add_decl_security): New function to emit
5723         declarative security.
5724
5725         * reflection.h reflection.c: Add support for declarative security.
5726
5727         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5728         
5729 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5730
5731         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5732         
5733         * appdomain.c verify.c: Moved corlib version checking into its own
5734         function in appdomain.c since it needs to create vtables etc.
5735
5736 2003-12-13  Patrik Torstensson <p@rxc.se>
5737
5738         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5739         instead of unwrapped server.
5740
5741 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5742
5743         * verify.c (check_corlib): Fix field index.
5744
5745 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5746
5747         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5748         GetGacPath icall.
5749
5750 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5751
5752         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5753         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5754         cope with sizeof(size_t) != sizeof(guint32).
5755
5756 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5757
5758         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5759         in case of failure.
5760
5761 2003-12-10  Mark Crichton <crichton@gimp.org>
5762
5763         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5764         in managed code.
5765
5766         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5767
5768 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5769
5770         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5771         marked as deleted.
5772
5773 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5774
5775         * verify.c (check_corlib): Handle the case when the version field is 
5776         initialized by a static constructor.
5777
5778 2003-12-08  Patrik Torstensson  <p@rxc.se>
5779
5780     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5781
5782 2003-12-08  Martin Baulig  <martin@ximian.com>
5783
5784         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5785         a MonoReflectionGenericParameter, also take the parameter index
5786         and name as arguments.
5787         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5788         (ves_icall_MonoGenericParam_initialize): New interncall.
5789         (ves_icall_Type_make_byref_type): New interncall.
5790
5791         * reflection.h (MonoReflectionGenericParam): Derive from
5792         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5793         `index' fields.
5794
5795         * reflection.c (mono_reflection_define_generic_parameter): Create
5796         and return a new MonoReflectionGenericParam; don't initialize the
5797         constraints here.
5798         (mono_reflection_initialize_generic_parameter): New public method;
5799         initializes the constraints and creates the `param->pklass'.
5800
5801 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5802
5803         * reflection.h reflection.c: Use the new fields 'num_types', 
5804         'num_fields' and 'num_methods' to track the number of types etc.
5805
5806         * verify.c (check_corlib): Check corlib version number.
5807
5808 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5809
5810         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5811         function works on all methods.
5812
5813 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5814
5815         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5816         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5817         the custom_type_info flag of the transparent proxy.
5818         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5819         objects that supports IRemotingTypeInfo.
5820         * object.h: Added custom_type_info field in transparent proxy.
5821
5822 2003-12-06  Martin Baulig  <martin@ximian.com>
5823
5824         * class.c (mono_class_create_from_generic): Removed.
5825         (mono_class_from_generic): Check `ginst->klass' before doing
5826         anything else.  This is important to fully support "recursive"
5827         generic types.
5828
5829         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5830         empty `generic_inst->klass' before doing anything else.
5831
5832 2003-12-06  Dick Porter  <dick@ximian.com>
5833
5834         * verify.c: 
5835         * object.h:
5836         * icall.c:
5837         * locales.c: Use C structs to access class fields.  Don't do a
5838         conversion between MonoString and UChar because both are
5839         platform-endian UTF-16.  Compare now takes startindex and count
5840         parameters.  Add a char overload for IndexOf.  Speed up the
5841         invariant string IndexOf.
5842
5843 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5844
5845         * Makefile.am (monosn_LDADD): Fix parallel build.
5846
5847 2003-12-04  Martin Baulig  <martin@ximian.com>
5848
5849         * icall.c
5850         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5851         (ves_icall_Type_make_array_type): New interncall.       
5852
5853 2003-12-04  Martin Baulig  <martin@ximian.com>
5854
5855         * locales.c: also change it in the !HAVE_ICU case.
5856
5857 2003-12-04  Dick Porter  <dick@ximian.com>
5858
5859         * icall.c:
5860         * locales.c: construct_compareinfo is now in CompareInfo, not
5861         CultureInfo.
5862
5863 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5864
5865         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5866         image->files array.
5867
5868         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5869         table as well.
5870
5871         * assembly.c (mono_assembly_load_references): Only load references
5872         once.
5873
5874         * class.c (mono_class_from_name): Avoid linear search of the 
5875         EXPORTEDTYPE table.
5876
5877         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5878
5879 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5880
5881         * image.h (MonoImage): Add 'field_cache' field.
5882
5883         * loader.c (mono_field_from_token): Cache field lookups.
5884         
5885         * reflection.c (mono_module_get_object): Fix name property.
5886
5887         * icall.c (ves_icall_get_enum_info): Update after changes to 
5888         mono_metadata_get_constant_index ().
5889
5890         * icall.c: Get rid of get_type_info icall, use a separate icall for
5891         each type property to avoid needless memory allocations. Fixes #51514.
5892
5893         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5894         to avoid needless binary searches.
5895
5896         * class.c (class_compute_field_layout): Move the initialization of
5897         field->def_value to mono_class_vtable ().
5898
5899         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5900         non-corlib types.
5901
5902         * object.c (mono_object_allocate): Make it inline.
5903
5904         * object.c (mono_object_allocate_spec): Make it inline.
5905         
5906 2003-12-02  Dick Porter  <dick@ximian.com>
5907
5908         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5909         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5910
5911 2003-12-01  Dick Porter  <dick@ximian.com>
5912
5913         * threads.c: Fix signature and call in CreateMutex and
5914         CreateEvent.
5915
5916 2003-12-01  Dick Porter  <dick@ximian.com>
5917
5918         * icall.c: 
5919         * locales.c: Implement string compares and searching
5920
5921         * object.h: Add extra Thread field
5922
5923 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5924
5925         * reflection.c (fixup_method): Add support for MonoCMethod.
5926
5927 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5928
5929         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5930
5931         * reflection.c (assembly_name_to_aname): Allow extra characters in
5932         assembly names. Fixes #51468.
5933
5934 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5935
5936         * exception.c (mono_exception_from_name_domain): New helper function.
5937
5938         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5939         exception object in the correct domain.
5940
5941         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5942         formatting + make a copy a the input data.
5943
5944         * loader.c (mono_get_method_from_token): Methods which contain
5945         native code do not have entries in the ImplMap.
5946
5947         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5948         Thanks to Gonzalo for spotting this.
5949         
5950         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5951         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5952
5953         * assembly.h (mono_assembly_load_from): Split the second part of 
5954         assembly loading into a new public function.
5955
5956         * exception.h (mono_get_exception_bad_image_format): New function.
5957
5958 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5959
5960         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5961         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5962         
5963         * icall.c: Add new icall for creating dynamic methods.
5964
5965         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5966
5967         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5968
5969         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5970         create a dynamic method.
5971
5972         * reflection.c (resolve_object): New helper function.
5973
5974         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5975         which manipulate it so they can also work on dynamic methods.
5976
5977         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5978         creating the MonoReflectionMethodAux structure if it is not needed.
5979         
5980         * reflection.h verify.c: Update after changes to object layout.
5981
5982         * reflection.c (method_builder_encode_signature): Fix compilation on
5983         gcc 2.95.x.
5984
5985 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5986
5987         * appdomain.h: Added support for context static fields. Added static_data
5988           field to MonoAppContext and renamed thread_static_fields to a more
5989           generic special_static_fields in MonoAppDomain, since it can now contain
5990           context static fields.
5991         * domain.c: Updated hashtable name.
5992         * object.c: Replaced field_is_thread_static() for a more generic
5993           field_is_special_static() which also checks for context static attribute.
5994           In mono_class_vtable(), added support for static context fields.
5995         * threads.c: Changed methods that manage thread static fields to more
5996           generic methods so they can be reused both for thread and context static
5997           data.
5998         * threads.h: Declared some new methods.
5999
6000 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
6001
6002         * reflection.h: Update after changes to the managed types.
6003
6004         * reflection.c (encode_custom_modifiers): New helper function.
6005
6006         * reflection.c (method_encode_signature): Emit custom modifiers.
6007
6008         * reflection.c (field_encode_signature): Emit custom modifiers.
6009
6010 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
6011
6012         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
6013
6014         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
6015         implementation.
6016
6017         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
6018         icall.
6019
6020         * object.c (mono_field_get_value_object): New function.
6021
6022         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
6023         specific.
6024
6025 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
6026
6027         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
6028         return a preallocated out-of-memory exception instance.
6029
6030         * object.c (out_of_memory): Use the new function.
6031
6032         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
6033         flag is before the custom modifiers. Fixes #49802.
6034
6035 2003-11-16  Martin Baulig  <martin@ximian.com>
6036
6037         * class.c (mono_class_is_open_constructed_type): Implemented the
6038         MONO_TYPE_GENERICINST case.
6039
6040 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
6041
6042         * assembly.c (mono_assembly_fill_assembly_name): New function to
6043         fill out the MonoAssemblyName structure.
6044         (mono_assembly_open): Use the new function.
6045
6046         * icall.c (fill_reflection_assembly_name): New helper function.
6047
6048         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
6049         new function.
6050
6051         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
6052
6053 2003-11-15  Martin Baulig  <martin@ximian.com>
6054
6055         * class.c (mono_class_is_open_constructed_type): New public
6056         function; checks whether a type is an open constructed type,
6057         ie. whether it still contains type parameters.
6058         (mono_class_inflate_generic_type): If we're a type parameter and
6059         the inflated type is also a MONO_TYPE_(M)VAR, return the original
6060         type.
6061
6062         * class.h (MonoGenericInst): Added `guint32 is_open'.
6063
6064         * loader.c (method_from_methodspec): Check whether we're an open
6065         or closed constructed type and set `ginst->is_open'.
6066
6067         * reflection.c (mono_reflection_bind_generic_parameters): Check
6068         whether we're an open or closed constructed type and set
6069         `ginst->is_open'.
6070         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
6071         from open constructed types.
6072
6073 2003-11-15  Martin Baulig  <martin@ximian.com>
6074
6075         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6076         a generic instance (instead of a generic type declaration) with
6077         unbound generic parameters, bind them to our actual types.
6078
6079 2003-11-14  Martin Baulig  <martin@ximian.com>
6080
6081         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
6082
6083         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6084         an interface type, populate `res->interfaces' with instantiated
6085         versions of all the interfaces we inherit.
6086
6087 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
6088
6089         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
6090         when MONO_PATH is set but doesn't contain the install dir.
6091
6092 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6093
6094         * icall.c:
6095         (ves_icall_Type_GetInterfaces): don't return an interface twice when
6096         it's also implemented in base classes. Fixes bug #50927.
6097
6098 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
6099
6100         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
6101         if this method is called from a finalizer. Fixes #50913.
6102
6103 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
6104
6105         * threads.c: Implement VolatileRead/VolatileWrite
6106
6107         * icall.c: Add new icalls for VolatileRead/VolatileWrite
6108
6109 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6110
6111         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
6112         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
6113         2.95.3.
6114
6115         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
6116         from Peter Ross (pro@missioncriticalit.com).
6117         
6118 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
6119
6120         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
6121
6122 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6123
6124         * assembly.c (mono_assembly_load_references): Disable check because it
6125         triggers on older corlibs which lots of people have.
6126
6127 2003-11-12  Jackson Harper  <jackson@ximian.com>
6128
6129         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
6130         load corlib.dll if mscorlib.dll is not found.
6131         * assembly.h: Remove corlib name define.
6132         * class.c:
6133         * domain.c:
6134         * image.c: Change corlib name to mscorlib.
6135         
6136 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6137
6138         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
6139
6140 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
6141
6142         * appdomain.h: Added loader_optimization here to sync with the C#
6143         code, and add disallow_binding_redirects field.
6144
6145 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6146
6147         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
6148
6149         * reflection.c (mono_image_build_metadata): Fix crash on modules
6150         with no types.
6151
6152         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
6153
6154         * icall.c (ves_icall_get_method_info): Return callingConvention as
6155         well.
6156
6157         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
6158         namespaces from the EXPORTEDTYPE table as well.
6159
6160         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
6161         from all modules inside the assembly.
6162         
6163 2003-11-11  Martin Baulig  <martin@ximian.com>
6164
6165         * reflection.c (mono_reflection_bind_generic_parameters): Make
6166         this work for interfaces.
6167
6168 2003-11-11  Martin Baulig  <martin@ximian.com>
6169
6170         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
6171
6172 2003-11-11  Martin Baulig  <martin@ximian.com>
6173
6174         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
6175         "MonoInflatedMethod" and "MonoInflatedCtor".
6176
6177 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6178
6179         * reflection.c (resolution_scope_from_image): Use the assembly table
6180         from the manifest module, since other modules don't have it.
6181
6182         * debug-helpers.c (mono_type_full_name): New helper function.
6183
6184         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
6185
6186         * image.c (mono_image_load_file_for_image): New public function which
6187         is a replacement for the load_file_for_image in class.c.
6188
6189         * assembly.c (mono_assembly_load_module): A wrapper for the function
6190         above which does assembly association and reference loading too.
6191
6192         * class.c (mono_class_from_name): Call mono_assembly_load_module.
6193
6194 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6195
6196         * appdomain.c: not all of the attributes for the full assembly name
6197         are required and the order doesn't matter. Fixes bug #50787.
6198
6199 2003-11-10  Dick Porter  <dick@ximian.com>
6200
6201         * locales.c: Use platform-endian UTF16
6202
6203 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6204
6205         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6206         
6207 2003-11-10  Martin Baulig  <martin@ximian.com>
6208
6209         * metadata.c
6210         (mono_metadata_load_generic_params): Make this actually work.
6211
6212         * reflection.c (mono_reflection_bind_generic_parameters): If our
6213         parent is a generic instance, pass all the `types' to it, no
6214         matter whether it has the same number of type parameters or not.
6215
6216 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6217
6218         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6219
6220         * assembly.c (mono_assembly_load_references): Move the image<->assembly
6221         assignment code to this function so it gets called recursively for all
6222         modules.
6223
6224         * image.c (load_modules): Remove the assembly assignment since it is
6225         now done by mono_assembly_load_references.
6226         
6227         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
6228         Add 'module' argument.
6229         (mono_module_get_types): New helper function.
6230         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
6231
6232 2003-11-08  Martin Baulig  <martin@ximian.com>
6233
6234         * class.c (mono_class_inflate_generic_method): Interface method
6235         don't have a header.
6236
6237         * reflection.c (mono_image_get_methodspec_token): Take an
6238         additional `MonoGenericInst *' argument instead of reading it from
6239         the header; this is necessary to support interfaces.
6240         (mono_image_create_token): Pass the `MonoGenericInst *' from the
6241         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
6242         (inflated_method_get_object): Take an additional `MonoGenericInst *'
6243         argument.
6244
6245         * reflection.h (MonoReflectionInflatedMethod): Added
6246         `MonoGenericInst *ginst'.
6247
6248 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
6249
6250         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
6251
6252 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
6253
6254         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
6255
6256 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
6257
6258         * reflection.c 
6259         (reflection_methodbuilder_from_method_builder):
6260         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
6261         initialize a ReflectionMethodBuilder structure.
6262         (mono_image_get_methodbuilder_token):
6263         (mono_image_get_ctorbuilder_token): New functions to emit memberref
6264         tokens which point to types in another module inside the same assembly.
6265
6266         * reflection.c: Use the new helper functions.
6267         
6268         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
6269
6270         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
6271         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
6272
6273         * reflection.c (resolution_scope_from_image): Emit a moduleref if
6274         neccesary.
6275
6276         * reflection.c (mono_image_build_metadata): Emit metadata only for the
6277         current module. Emit the manifest only for the main module.
6278
6279         * reflection.c (mono_image_create_token): Add assertion when a 
6280         memberref needs to be created.
6281
6282         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
6283
6284         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
6285         larger buffer for the custom attribute blob. Fixes #50637.
6286         
6287 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6288
6289         * threadpool.c: notify listener on async processing handles after
6290         invoking the async callback. Thanks to Zoltan.
6291
6292 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6293
6294         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
6295         avoid code duplication.
6296
6297         * reflection.h (MonoDynamicImage): New type which is currently unused,
6298         but will be used through the ref.emit code in place of 
6299         MonoDynamicAssembly.
6300
6301         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6302         object layout.
6303
6304         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
6305         a MonoDynamicImage instead of just a MonoImage.
6306         
6307         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
6308         icalls to ModuleBuilder but keep their semantics, so they will work
6309         with moduleb->assemblyb. This will change later.
6310         
6311 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6312
6313         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6314         object layout.
6315
6316         * reflection.c (mono_image_build_metadata): Avoid creation of a default
6317         main module, since it is now done by the managed code.
6318
6319 2003-11-03  Martin Baulig  <martin@ximian.com>
6320
6321         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
6322         `ginst->klass' here.
6323         (method_encode_methodspec): Don't use the `ginst->generic_method's
6324         klass if it's a generic instance, use `ginst->klass' in this case.
6325
6326 2003-11-03  Martin Baulig  <martin@ximian.com>
6327
6328         * reflection.c (mono_image_get_generic_method_param_info):
6329         Removed, use mono_image_get_generic_param_info() instead.
6330         (mono_image_get_type_info): Write the GenericParam table before
6331         the Method table.  This is neccessary because in the GenericParam
6332         table, type parameters of the class (ie. '!0' etc.) must come
6333         before the ones from its generic methods (ie. '!!0' etc).
6334
6335 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6336
6337         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
6338
6339 2003-11-02  Martin Baulig  <martin@ximian.com>
6340
6341         * reflection.c (create_generic_typespec): Take a
6342         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
6343         the generic parameters from it.
6344
6345 2003-11-02  Martin Baulig  <martin@ximian.com>
6346
6347         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
6348         instead of a `MonoClassField *' since we just need the type.
6349         (create_generic_typespec): New static function.  Creates a
6350         TypeSpec token for a generic type declaration.
6351         (mono_image_get_generic_field_token): New static function.
6352         (mono_image_create_token): If we're a FieldBuilder in a generic
6353         type declaration, call mono_image_get_generic_field_token() to get
6354         the token.
6355
6356 2003-11-02  Martin Baulig  <martin@ximian.com>
6357
6358         * reflection.h
6359         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
6360         `MonoReflectionGenericInst *declaring_type' and
6361         `MonoReflectionGenericInst *reflected_type' fields.
6362
6363         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
6364         `MonoReflectionGenericInst *declaring_type' and a
6365         `MonoReflectionGenericInst *reflected_type' argument instead of a
6366         single `MonoReflectionGenericInst *type' one.  Set
6367         `res->declaring_type' and `res->reflected_type' from them.
6368         (mono_reflection_inflate_field): Likewise.      
6369
6370 2003-11-02  Martin Baulig  <martin@ximian.com>
6371
6372         * class.c (mono_class_setup_vtable): Don't store generic methods
6373         in the vtable.  
6374
6375 2003-11-02  Martin Baulig  <martin@ximian.com>
6376
6377         * reflection.h (MonoReflectionGenericInst): Added
6378         `MonoReflectionType *declaring_type'.
6379
6380         * reflection.c (mono_reflection_bind_generic_parameters): Use
6381         `if (tb->parent)' instead of `klass->parent'.
6382
6383 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
6384
6385         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
6386         with an empty ASSEMBLY table.
6387
6388         * reflection.c (mono_image_build_metadata): Avoid using the same loop
6389         variable in the inner and outer loops.
6390
6391 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
6392
6393         * metadata.h (mono_metadata_make_token): Put parentheses around macro
6394         argument.
6395
6396         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
6397         
6398         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
6399         icalls. Instead, do everything in managed code. This is needed since
6400         it is hard to restore the original domain etc. in unmanaged code in the
6401         presence of undeniable exceptions.
6402
6403         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
6404         New icalls to push and pop appdomain refs.
6405
6406 2003-10-31  Martin Baulig  <martin@ximian.com>
6407
6408         * class.c (inflate_generic_type): Renamed to
6409         mono_class_inflate_generic_type() and made it public.
6410
6411         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
6412         New interncall.
6413
6414         * loader.c (mono_field_from_memberref): Also set the retklass for
6415         typespecs.
6416
6417         * fielder.c (mono_image_get_inflated_field_token): New static
6418         method; creates a metadata token for an inflated field.
6419         (mono_image_create_token, fixup_method): Added support for
6420         "MonoInflatedField".
6421         (fieldbuilder_to_mono_class_field): New static function.
6422         (mono_reflection_inflate_field): New public function.
6423
6424         * reflection.h
6425         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6426         (MonoReflectionInflatedField): New typedef.     
6427
6428 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6429
6430         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6431         for Solaris and other platforms without s6_addr16
6432
6433 2003-10-30  Martin Baulig  <martin@ximian.com>
6434
6435         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6436         argument instead of two.
6437         (mono_class_inflate_generic_signature): Likewise.
6438         (inflate_generic_header): Likewise.
6439         (mono_class_inflate_generic_method): Likewise.  In addition, if
6440         `ginst->klass' is set, it becomes the new `method->klass'.
6441
6442         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6443         field.
6444
6445         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6446         first byte. [FIXME]
6447         (method_encode_methodspec): If we have generic parameters, create
6448         a MethodSpec instead of a MethodRef.
6449         (fixup_method): Added support for "MonoInflatedMethod" and
6450         "MonoInflatedCtor".
6451         (mono_image_create_token): Added support for "MonoInflatedMethod"
6452         and "MonoInflatedCtor".
6453         (inflated_method_get_object): New static function; returns a
6454         managed "System.Reflection.MonoInflatedMethod" object.
6455         (mono_reflection_bind_generic_method_parameters): Return a
6456         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6457         (mono_reflection_inflate_method_or_ctor): Likewise.
6458         (mono_image_get_generic_method_param_info): Initialize unused
6459         fields to zero.
6460         (mono_image_get_generic_param_info): Likewise.
6461
6462         * reflection.h (MonoReflectionInflatedMethod): New public
6463         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6464         "S.R.MonoInflatedCtor" classes.
6465
6466         * loader.c (method_from_memberref): If we're a TypeSpec and it
6467         resolves to a generic instance, inflate the method.
6468
6469 2003-10-28  Dick Porter  <dick@ximian.com>
6470
6471         * object.c (mono_runtime_run_main): Convert command-line arguments
6472         into utf8, falling back to the user's locale encoding to do so.
6473
6474 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6475
6476         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6477         at this time.
6478
6479         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6480
6481         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6482         up icalls at method definition time. Partially fixes #33569.
6483
6484 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6485
6486         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6487         marshalling of arrays. Fixes #50116.
6488
6489         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6490
6491         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6492         points to a vtable in the dying appdomain.
6493
6494         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6495         listeners into unmanaged code inside the lock.
6496
6497         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6498         domains and add some comments.
6499
6500 2003-10-25  Martin Baulig  <martin@ximian.com>
6501
6502         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6503
6504         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6505
6506         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6507         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6508         currently parsing.  Create the generic class and store it in
6509         `generic_inst->klass' before parsing the type arguments.  This is
6510         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6511         for an example.
6512         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6513         to support recursive typespec entries.
6514
6515         * class.c (mono_class_setup_parent): If our parent is a generic
6516         instance, we may get called before it has its name set.
6517         (mono_class_from_generic): Splitted into
6518         mono_class_create_from_generic() and mono_class_initialize_generic().
6519
6520 2003-10-25  Martin Baulig  <martin@ximian.com>
6521
6522         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6523         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6524         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6525         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6526
6527         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6528         (create_typespec): Likewise.
6529         (mono_reflection_bind_generic_parameters): Return a
6530         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6531         (mono_reflection_inflate_method_or_ctor): New public function.
6532
6533         * reflection.h (MonoReflectionGenericInst): New typedef.        
6534
6535 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6536
6537         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6538         inside the domain lock. Fixes #49993.
6539         
6540         * object.c (mono_class_vtable): When typed allocation is used, 
6541         allocate vtables in the GC heap instead of in the mempool, since the
6542         vtables contain GC descriptors which are used by the collector even
6543         after the domain owning the mempool is unloaded.
6544
6545         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6546
6547         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6548         reflect what it does. Also invalidate mempools instead of freeing
6549         them if a define is set.
6550
6551         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6552         of the appdomain.
6553         
6554         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6555         hold the finalizable objects in this domain.
6556
6557         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6558         appdomain.
6559
6560         * appdomain.c (mono_domain_set): New function to set the current
6561         appdomain, but only if it is not being unloaded.
6562
6563         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6564         appdomain which is being unloaded.
6565         
6566         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6567         unloading of the root appdomain.
6568
6569         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6570         icall to execute a method in another appdomain. Intended as a 
6571         replacement for InternalSetDomain, which can confuse the code 
6572         generation in the JIT.
6573
6574         * appdomain.c (mono_domain_is_unloading): New function to determine
6575         whenever an appdomain is unloading.
6576
6577         * appdomain.c (mono_domain_unload): New function to correctly unload
6578         an appdomain.
6579
6580         * assembly.c (mono_assembly_load_references): Check that an assembly
6581         does not references itself.
6582
6583         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6584         domain manually, it asks the finalizer thread to do it, then waits for
6585         the result. Also added a timeout.
6586
6587         * icall.c: Register the new icalls.
6588
6589         * threads.h threads.c: Export the mono_gc_stop_world and 
6590         mono_gc_start_world functions.
6591         
6592         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6593         function to fill out the mempool with 0x2a.
6594
6595 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6596
6597         * reflection.h (MonoReflectionMethodAux): New structure to store
6598         information which is rarely used, thus is not in the MonoMethod
6599         structure.
6600
6601         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6602         store the aux info.
6603
6604         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6605         and marshalling info into the aux structure.
6606
6607         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6608         from the aux structure.
6609
6610         * loader.c (mono_method_get_param_names): Retrieve the param names from
6611         the aux structure.
6612         
6613 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6614
6615         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6616         warning.
6617
6618 2003-10-21  Dick Porter  <dick@ximian.com>
6619
6620         * socket-io.c
6621         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6622         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6623
6624 2003-10-21  Martin Baulig  <martin@ximian.com>
6625
6626         * reflection.c (mono_reflection_bind_generic_parameters):
6627         `klass->parent' is NULL for interfaces.
6628
6629 2003-10-21  Martin Baulig  <martin@ximian.com>
6630
6631         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6632
6633 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6634
6635         * exception.c (mono_exception_from_name_msg): New helper function for
6636         creating exceptions and initializing their message field.
6637
6638         * exception.c: Simplify functions using the new helper.
6639
6640         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6641         New function.
6642
6643         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6644         mono_raise_exception, since otherwise gcc doesn't generate the function
6645         epilog for raise_exception, confusing the stack unwinding in the JIT.
6646         Fixes #45043.
6647
6648         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6649         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6650         Fixes #49499.
6651
6652 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6653
6654         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6655         utf8.
6656
6657 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6658
6659         * icall.c: Removed GetUninitializedObject method because
6660           AllocateUninitializedClassInstance does the same.
6661
6662 2003-10-18  Martin Baulig  <martin@ximian.com>
6663
6664         * class.c (inflate_generic_signature): Renamed to
6665         mono_class_inflate_generic_signature() and made it public.
6666         (my_mono_class_from_generic_parameter): New static function; if we
6667         don't already have the generic parameter's MonoClass, create a
6668         very simple one which is just used internally in the runtime and
6669         not passed back to managed code.
6670
6671         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6672
6673         * metadata.h (MonoMethodSignature): Moved the
6674         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6675         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6676
6677         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6678         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6679         interncall on the MonoMethod class, not on MethodInfo.
6680         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6681         calling mono_reflection_bind_generic_method_parameters() directly.
6682
6683         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6684         return the already computed `method->signature'.
6685         (method_from_methodspec): New static function to load a method
6686         from a MethodSpec entry.
6687         (mono_get_method_from_token): Call the new method_from_methodspec()
6688         for MethodSpec tokens.  
6689         (mono_get_method_from_token): If we're a generic method, load the
6690         type parameters.
6691
6692         * reflection.c (mono_image_get_memberref_token): Allow
6693         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6694         table.
6695         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6696         (mono_image_create_token): First check whether it's a generic
6697         method (so we'd need to create a MethodSpec), then do the other
6698         two alternatives.
6699         (mono_reflection_bind_generic_method_parameters): Return a
6700         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6701         called directly from the interncall.
6702
6703 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6704
6705         * reflection.c (load_public_key): Move loading of the public key
6706         into managed code.
6707
6708         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6709
6710         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6711         fields.
6712
6713         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6714         culture, hash_alg and public_key. Fixes #49555.
6715
6716 2003-10-17  Martin Baulig  <martin@ximian.com>
6717
6718         * class.h (MonoGenericInst): Moved this declaration here and added
6719         `MonoMethod *generic_method'.
6720
6721         * icall.c
6722         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6723         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6724
6725         * metadata.c (mono_metadata_type_equal): Two types of
6726         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6727         index; ie. don't compare the address of the `MonoGenericParam'
6728         structure.
6729         (mono_metadata_load_generic_params): Removed the `MonoMethod
6730         *method' argument.
6731
6732         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6733         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6734
6735         * reflection.c (method_encode_signature): Encode the number of
6736         generic parameters.
6737         (encode_generic_method_sig): New static function.
6738         (method_encode_methodspec): New static function; creates an entry
6739         in the MethodSpec table for a generic method.
6740         (mono_image_get_methodspec_token): New static function.
6741         (mono_image_create_token): Call mono_image_get_methodspec_token()
6742         for generic methods.
6743         (mono_reflection_bind_generic_method_parameters): New public
6744         function.  Instantiates a generic method.
6745
6746 2003-10-16  Martin Baulig  <martin@ximian.com>
6747
6748         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6749         *gen_params' here from MonoMethodHeader.
6750
6751         * metadata.c (mono_metadata_parse_method_signature): If we have
6752         generic parameters, initialize `method->gen_params' and then set
6753         the correct `type->data.generic_param' in all the parameters.
6754
6755 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6756
6757         * threads.c (mono_threads_get_default_stacksize): New function to 
6758         return the default stacksize.
6759
6760         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6761         termination of the finalizer thread, since the previous method had
6762         race conditions. Fixes #49628.
6763
6764         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6765         as for the other managed threads.
6766
6767 2003-10-16  Martin Baulig  <martin@ximian.com>
6768
6769         * class.c (inflate_generic_signature): Copy `generic_param_count'
6770         and `gen_params'.
6771
6772         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6773         New interncall.
6774
6775         * metadata.c (mono_metadata_parse_method_signature): Actually set
6776         the `method->generic_param_count' here.
6777         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6778
6779 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6780
6781         * object.h: Add a new field to TypedRef to simplify the implementation
6782         of the REFANY opcodes in the JIT.
6783
6784         * icall.c: Make use of the new field.
6785
6786         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6787         dynamically.
6788
6789 2003-10-15  Martin Baulig  <martin@ximian.com>
6790
6791         * class.c (mono_class_from_gen_param): Renamed to
6792         mono_class_from_generic_parameter() and moved most of the
6793         functionality from mono_reflection_define_generic_parameter()
6794         here; ie. we create a "real" class here.
6795         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6796         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6797         previously been called.
6798
6799         * class.h (MonoGenericParam): Moved the declaration of this struct
6800         here from metadata.h and added `MonoMethod *method'.
6801
6802         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6803         interncall.
6804
6805         * loader.c (mono_get_method_from_token): If we have any generic
6806         parameters, call mono_metadata_load_generic_params() to read them
6807         from the MONO_TABLE_GENERICPAR.
6808
6809         * metadata.c (mono_metadata_load_generic_params): Added
6810         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6811
6812         * metadata.h (MonoMethodSignature): Replaced
6813         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6814         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6815
6816         * reflection.c (mono_reflection_define_generic_parameter): Moved
6817         most of the functionality into the new
6818         mono_class_from_generic_parameter(); set the `method' field if
6819         we're a method parameter.       
6820
6821 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6822
6823         * marshal.c (emit_struct_conv): if native size is 0
6824         emit no code.
6825
6826 2003-10-14  Martin Baulig  <martin@ximian.com>
6827
6828         * icall.c: The generics API has changed in the spec since it was
6829         added to System.Type; these modifications make it match the spec
6830         again.
6831         (ves_icall_Type_GetGenericParameters): Renamed to
6832         `ves_icall_Type_GetGenericArguments'.
6833         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6834         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6835         `ves_icall_MonoType_get_HasGenericArguments'.
6836         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6837         `ves_icall_MonoType_get_IsGenericParameter'.
6838         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6839         this is no interncall anymore.
6840         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6841         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6842
6843 2003-10-14  Martin Baulig  <martin@ximian.com>
6844
6845         * reflection.c (mono_reflection_bind_generic_parameters): Also
6846         inflate generic methods if we're reading the class from IL.
6847
6848 2003-10-13  Martin Baulig  <martin@ximian.com>
6849
6850         * reflection.c (mono_reflection_define_generic_parameter): This
6851         method isn't called directly from the icall anymore; take a
6852         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6853         method generic parameters.
6854         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6855         (method_builder_encode_signature): Encode generic parameters.
6856         (mono_image_get_method_info): Write generic params to the
6857         MONO_TABLE_GENERICPARAM table.
6858
6859         * reflection.h (MonoReflectionMethodBuilder): Added
6860         `MonoArray *generic_params'.
6861
6862         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6863
6864         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6865         wrapper for mono_reflection_define_generic_parameter().
6866         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6867
6868 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6869
6870         * marshal.h: Add missing function to fix build.
6871
6872         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6873         the SetLastError pinvoke attribute.
6874
6875         * marshal.c (mono_marshal_set_last_error): New helper function called
6876         by the generated code.
6877         
6878         * marshal.c (mono_mb_emit_branch): New helper function.
6879
6880         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6881
6882         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6883         classes as parameters and return values of delegates. Fixes #29256. 
6884
6885 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6886
6887         * locales.c: use gint32 in non HAVE_ICU case
6888
6889 2003-10-11  Martin Baulig  <martin@ximian.com>
6890
6891         * mono-debug.c (mono_debug_add_method): Added a workaround for
6892         bug #48591.
6893
6894 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6895
6896         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6897         delegates passed to native code must use the STDCALL calling 
6898         convention. Fixes #35987.
6899
6900 2003-10-10  Martin Baulig  <martin@ximian.com>
6901
6902         * class.c (inflate_generic_type): If we're inflating for a generic
6903         type instance (and not for a generic method), return
6904         MONO_TYPE_MVAR unchanged.
6905
6906 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6907
6908         * string-icalls.c: Join ignores null strings in the source array.
6909         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6910         * threads.c: GetAvailableTheads is slightly more accurate.
6911
6912 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6913
6914         * threads.h threads.c : add mono_threads_set_default_stacksize
6915         and pass default to CreateThread calls.
6916
6917 2003-10-09  Dick Porter  <dick@ximian.com>
6918
6919         * icall.c:
6920         * locales.h:
6921         * locales.c: Internal calls for constructing CultureInfo and
6922         related objects from libicu (if its available.)
6923
6924 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6925
6926         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6927
6928 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6929
6930         * threadpool.c: added an argument to async_invoke_thread that is the
6931         item to process, pass the MonoAsyncResult to the thread start function
6932         when creating a new thread. This way we don't need to acquire any lock
6933         when we're creating a new thread. Readded a semaphore for faster
6934         response times (instead of that Sleep i added).
6935
6936 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6937
6938         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6939         get daylight change dates better on Windows, fix handling
6940         of platforms without tm_gmtoff.
6941
6942 2003-10-06  Martin Baulig  <martin@ximian.com>
6943
6944         * class.c (inflate_generic_method): Renamed to
6945         mono_class_inflate_generic_method() and made public.
6946         (mono_class_init): Don't inflate the generic methods here.
6947         (mono_class_from_generic): Added `gboolean inflate_methods'
6948         argument.  Inflate the methods here.
6949
6950         * loader.c (mono_method_get_param_names): Ignore instances of
6951         generic types for the moment.
6952
6953         * reflection.c (fixup_method): Added support for inflated methods.
6954         (mono_image_create_token): Use mono_image_get_methodref_token()
6955         for inflated methods.
6956         (mono_custom_attrs_from_param): Ignore instances of generic types
6957         for the moment.
6958         (mono_reflection_bind_generic_parameters): New public function.
6959         Moved all the functionality from
6960         ves_icall_Type_BindGenericParameters() here and added support for
6961         dynamic types.
6962         (mono_reflection_define_generic_parameter): Initialize
6963         `klass->methods' here.
6964
6965         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6966         functionality into mono_reflection_define_generic_parameter().
6967         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6968         TypeBuilder, return that TypeBuilder.
6969
6970 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6971
6972         * appdomain.c: removed mono_delegate_semaphore.
6973
6974         * threadpool.c:
6975         (mono_thread_pool_add): moved hash table creation inside and the thread 
6976         creation outside of the critical region.
6977         (mono_thread_pool_finish): removed obsolete code.
6978         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6979         continue or exit the thread depending on the queue.
6980
6981 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6982
6983         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6984         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6985         handle more bool marshalling options
6986
6987 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6988
6989         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6990         arrays of structs. Also add a more descriptive error message when
6991         a structure member is marshalled as LPArray.
6992
6993 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6994
6995         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6996         marshalling arrays of complex types. Fixes #29098. Also remove an
6997         usused and incomplete function.
6998
6999 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7000
7001         * gc.c: report heap_size - free_bytes as total memory allocated
7002         (bug#49362).
7003
7004 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
7005
7006         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
7007         fix timezone handling problems on Windows.
7008         
7009         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
7010         asserts when the year is outside the range handled by ms the functions.
7011
7012         * class.c (setup_interface_offsets): If the class is an interface,
7013         fill out its interface_offsets slot.
7014
7015 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7016
7017         * threadpool.c: mark threadpool threads as background.
7018
7019 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
7020
7021         * decimal.c - define DECINLINE to nothing if not using GCC
7022
7023 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
7024
7025         * assembly.c: More refcount fixes.
7026
7027 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7028
7029         * string-icalls.c: if we're not trimming, return the same string.
7030         When not splitting, don't create a new string.
7031
7032 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7033
7034         * image.c:
7035         (mono_image_open): increment the ref_count inside the critical section.
7036
7037 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
7038
7039         * image.c (mono_image_open): Fix reference counting bug.
7040
7041 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
7042
7043         * marshal.c (mono_marshal_type_size) struct alignment changed for 
7044         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
7045         64bits. Avoid leak in mono_marshal_get_native_wrapper when
7046         mono_lookup_pinvoke_call throws.        
7047
7048 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
7049
7050         * reflection.c (mono_reflection_parse_type): Fix #49114.
7051
7052         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
7053         temporary workaround for cygwin header problem.
7054
7055         * object.c (mono_object_isinst): Synchronize this with the code
7056         generated by the JIT for casts.
7057
7058 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
7059
7060         * reflection.c (encode_type): Fix #38332.
7061
7062 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
7063
7064         * marshal.c (mono_marshal_method_from_wrapper): New function to return
7065         the original method from the wrapper method.
7066
7067 2003-09-25  Martin Baulig  <martin@ximian.com>
7068
7069         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
7070         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
7071         (ves_icall_Type_get_IsGenericInstance): New interncall.
7072
7073 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
7074
7075         * object.c: fix cast warning in big endian code.
7076
7077 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
7078
7079         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
7080         
7081 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7082
7083         * assembly.c: don't call check_env from mono_assembly_load. It's
7084         already done once in mono_assemblies_init and may cause headaches when
7085         multiple threads are loading assemblies.
7086
7087 2003-09-19  Martin Baulig  <martin@ximian.com>
7088
7089         * reflection.c (mono_reflection_define_generic_parameter): Don't
7090         allocate `klass->methods', set `klass->flags' to
7091         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
7092
7093 2003-09-18  Martin Baulig  <martin@ximian.com>
7094
7095         * class.c (mono_class_init): Don't create `class->methods' if it's
7096         already initialized.
7097
7098         * metadata.c (mono_metadata_load_generic_params): Make this
7099         actually work.
7100
7101         * reflection.c (mono_reflection_define_generic_parameter): Set
7102         parent class and interfaces from the constraints.
7103
7104         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
7105         to keep this struct in sync with the declaration in TypeBuilder.cs.
7106
7107 2003-09-17  Martin Baulig  <martin@ximian.com>
7108
7109         * metadata.h (MonoType): Replaced the data's `int type_param'
7110         field with `MonoGenericParam *generic_param'.
7111         (MonoGenericParam): Added `MonoClass *klass'.
7112
7113         * class.c (mono_class_from_gen_param): Removed the
7114         `MonoImage *image' and `int type_num' arguments.
7115
7116         * metadata.c (mono_metadata_parse_generic_param): New static
7117         method; creates a MonoGenericParam which just contains the index.
7118         (do_mono_metadata_parse_type): Call
7119         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
7120         MONO_TYPE_MVAR.
7121
7122         * reflection.c (mono_image_typedef_or_ref): Generic type
7123         parameters may be in the same assembly, but never use a typedef
7124         for them.
7125         (mono_reflection_define_generic_parameter): We're now creating a
7126         "real" class for the type parameter; it's now safe to call
7127         mono_class_from_mono_type() on the class'es type, it'll do the
7128         right thing.
7129
7130 2003-09-16  Martin Baulig  <martin@ximian.com>
7131
7132         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
7133         `symfile->range_entry_size' and `symfile->class_entry_size' here;
7134         the `symfile' data structure must be fully initialized before it
7135         gets added to the table.
7136
7137 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
7138
7139         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
7140
7141         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
7142         class init trampolines.
7143
7144 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
7145
7146         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
7147         to the built-in profiler to turn off time and allocation profiling
7148         respectively.
7149
7150 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
7151
7152         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
7153         g_direct_equal.
7154
7155         * debug-helpers.c (mono_method_full_name): Print the wrapper type
7156         in human readable form.
7157
7158 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
7159
7160         * reflection.c icall.c: Fixed warnings.
7161
7162         * image.c (load_class_names): Use a temporary hash table to hold the
7163         namespaces in order to avoid doing many string comparisons.
7164
7165         * image.h: Fix typo.
7166
7167         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
7168         Pass NULL instead of g_direct_equal to the GHashTable constructor 
7169         since the NULL case is short-circuited inside g_hash_table_lookup, 
7170         leading to better performance.  
7171
7172         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
7173         obtain the first custom attribute for a given index. Depends on the
7174         CustomAttribute table being sorted by the parent field.
7175
7176         * reflection.c (mono_custom_attrs_from_index): Use the new function 
7177         for better performance.
7178
7179 2003-09-07  Martin Baulig  <martin@ximian.com>
7180
7181         * class.c (mono_class_init): If we're a generic instance, inflate
7182         all our methods instead of loading them from the image.
7183         (mono_class_from_generic): Set `class->methods = gklass->methods'.
7184
7185 2003-09-07  Martin Baulig  <martin@ximian.com>
7186
7187         * mono-debug-debugger.c: Added support for constructors.
7188
7189 2003-09-06  Martin Baulig  <martin@ximian.com>
7190
7191         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
7192         New interncall.
7193
7194         * reflection.c (mono_reflection_setup_generic_class): Call
7195         ensure_runtime_vtable() to create the vtable.
7196
7197 2003-09-05  Martin Baulig  <martin@ximian.com>
7198
7199         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
7200         MONO_TYPE_MVAR.
7201
7202 2003-09-04  Martin Baulig  <martin@ximian.com>
7203
7204         * reflection.c (mono_reflection_define_generic_parameter): Generic
7205         parameters start with zero.
7206
7207 2003-09-04  Martin Baulig  <martin@ximian.com>
7208
7209         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
7210
7211         * reflection.h (MonoReflectionGenericParam): New typedef.
7212         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
7213         the generic parameters from the managed TypeBuilder.
7214
7215         * reflection.c (mono_reflection_define_generic_parameter): New function.
7216         (mono_reflection_create_runtime_class): Encode generic parameters.
7217         (mono_reflection_setup_generic_class): New function; this is
7218         called after adding adding all generic params to the TypeBuilder.
7219         (encode_type): Added MONO_TYPE_VAR.
7220
7221 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
7222
7223         * class.h class.c (mono_class_needs_cctor_run): Moved this method
7224         here from the JIT.
7225
7226         * assembly.h assembly.c: Moved the AOT loading code into an assembly
7227         load hook.
7228
7229 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
7230
7231         * reflection.h reflection.c class.h class.c: Delete duplicate 
7232         definition of mono_type_get_name () from reflection.c and export the
7233         one in class.c.
7234
7235         * class.c: Class loading fixes from Bernie Solomon 
7236         (bernard@ugsolutions.com).
7237
7238         * reflection.c: Endianness fixes from Bernie Solomon 
7239         (bernard@ugsolutions.com).
7240         
7241 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
7242
7243         * assembly.h assembly.c: Define a file format version for AOT
7244         libraries.
7245         
7246         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
7247
7248         * appdomain.h (MonoJitInfo): New field to determine whenever the
7249         code is domain neutral.
7250         
7251 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
7252
7253         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
7254
7255 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
7256
7257         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
7258         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
7259         Avoid caching the result since strings must be domain specific. Fixes
7260         #48050.
7261
7262 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
7263
7264         * marshal.c (mono_marshal_init): Make this callable multiple times
7265         since it is hard to find a correct place to call it.
7266
7267         * object.c (mono_runtime_class_init): Execute static constructors in
7268         the correct appdomain.
7269
7270         * image.c (build_guid_table): Handle the case when multiple images have
7271         the same GUID.
7272
7273 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7274
7275         * icall.c: added a couple of icalls for System.Web.
7276
7277 2003-08-28  Martin Baulig  <martin@ximian.com>
7278
7279         * icall.c (ves_icall_Type_BindGenericParameters): Use
7280         `klass->generic_inst' instead of `&klass->byval_arg' in the
7281         mono_type_get_object() call.  The returned type must be
7282         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
7283
7284 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
7285
7286         * NOTES: New file.
7287
7288         * object.c (mono_class_proxy_vtable): Make it thread safe.
7289
7290         * pedump.c: Fix warning.
7291
7292         * object.c appdomain.h: Get rid of metadata_section. 
7293         It is no longer needed and it was causing deadlocks with domain->lock.
7294
7295         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
7296
7297 2003-08-26  Martin Baulig  <martin@ximian.com>
7298
7299         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
7300
7301 2003-08-26  Martin Baulig  <martin@ximian.com>
7302
7303         * pedump.c (main): Call mono_metadata_init(),
7304         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
7305         and mono_loader_init().
7306
7307 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
7308
7309         * loader.h: Add missing include to fix build.
7310
7311         * image.h: mono_image_load_references is no more.
7312
7313         * assembly.c: Reworked assembly loading to make it really thread safe.
7314         After these changes, the assembly returned by mono_assembly_open is
7315         fully initialized, i.e. all its references assemblies are loaded.
7316
7317         * assembly.c (mono_image_load_references): Renamed to 
7318         mono_assembly_load_references, and made private, since clients no
7319         longer need to call it.
7320
7321         * class.c: Removed calls to mono_assembly_load_references, since it was
7322         a source of deadlocks.
7323
7324         * loader.h loader.c class.h class.c: Protect data structures using a 
7325         new lock, the loader lock.
7326
7327         * class.c (mono_class_setup_vtable): Create temporary hash tables and
7328         GPtrArrays only when needed.
7329
7330         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
7331         into empty structures by mcs. Fixes pinvoke7.cs.
7332         
7333         * domain.c (mono_init): Call a new initialization function.
7334
7335         * appdomain.c (mono_runtime_init): Call the new initializer function
7336         of the marshal module.
7337
7338         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
7339         inserted into empty structures by mcs. Fixes pinvoke7.cs.
7340
7341         * marshal.h marshal.c: Added locks around the wrapper caches to make
7342         this module thread safe.
7343
7344         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
7345         this argument. Fixes pinvoke1.exe.
7346
7347 2003-08-25  Lluis Sanchez <lluis@ximian.com>
7348
7349         * object.h: Added call_type field to MonoMethodMessage and the corresponding
7350         enumeration of values. Removed fields to store remote call output values in
7351         MonoAsyncResult. Not needed any more.
7352         * object.c: Initialize call_type and async_result fields in mono_message_init.
7353         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
7354         dispatching the message.
7355         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
7356         async call to finish. To do it use a message with EndInvoke call type.
7357
7358 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
7359
7360         * loader.h loader.c (mono_method_hash_marhal_info): New function which
7361         determines whenever a method has marshalling info.
7362
7363 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7364
7365         * assembly.c: fix the build on windows.
7366
7367 2003-08-22 Lluis Sanchez <lluis@ximian.com>
7368
7369         * object.cs: Fixed bug #47785.
7370
7371 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
7372
7373         * string-icalls.c (StringReplace): If their are no occurances of
7374         the old string found return a reference to the supplied
7375         string. This saves some memory and matches MS behavoir.
7376         
7377 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7378
7379         * socket-io.c: fixed compilation for systems that define AF_INET6
7380         and don't define SOL_IP/SOL_IPV6.
7381
7382 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
7383
7384         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
7385         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
7386
7387         * rawbuffer.c rawbuffer.h: Make this module thread safe.
7388
7389         * domain.c: Make this module thread safe.
7390
7391         * domain.c (mono_init): Call new initialization function.
7392
7393         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
7394         reference types too. Fixes #38812.
7395
7396         * image.c (mono_image_init): Fixed warnings.
7397
7398         * class.c (mono_class_from_typeref): Handle assembly load failure
7399         correctly.
7400
7401         * appdomain.c (add_assemblies_to_domain): Handle the case when
7402         the references of an assembly are not yet loaded.
7403
7404         * metadata.c image.c assembly.c: Moved initialization of global
7405         variables to a separate function called at startup since lazy 
7406         initialization of these variables is not thread safe.
7407         
7408         * image.c assembly.c: Made this module thread safe by adding locks in 
7409         the appropriate places.
7410
7411         * domain.c (mono_init): Call the new initialization functions of the
7412         three modules.
7413
7414 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7415
7416         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7417           make a direct call. It is proxy's work to make the call asynchronous.
7418           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7419           the return values.
7420         * object.cs: mono_method_call_message_new(): read AsyncResult and
7421           state object from parameters list, if this info is requested.
7422         * object.h: Added fields to store remote call output values in
7423           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7424
7425 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7426
7427         * object.h: add needed fields to MonoThread.
7428         * threads.c, threads.h: allow registering a function to cleanup data
7429         allocated per thread by the JIT.
7430
7431 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7432
7433         * loader.h: portability fix by Bernie Solomon
7434         * <bernard@ugsolutions.com>.
7435
7436 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7437
7438         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7439         return a MonoArray. This simplifies the code and also ensures that
7440         the cache allways contains an object reference as a value.
7441
7442         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7443         function.
7444
7445 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7446
7447         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7448         fixes a problem with byte ordering when getting the address family for
7449         a socket.
7450
7451 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7452
7453         * .cvsignore: Added monosn.
7454
7455         * reflection.h reflection.c loader.c: Added support for parameter
7456         marshalling to dynamically created types. Fixes #47295.
7457
7458 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7459
7460         * rand.c: remove useless warnings.
7461
7462 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7463
7464         * class.c: implemented ldtoken for methods and fieldrefs.
7465
7466 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7467
7468         * threadpool.c: when mono_async_invoke was called, no one took care of
7469         monitoring the queue. So if the method invoked took some time and we
7470         got new async invoke requests after 500 ms (the thread created waited
7471         that long in WaitForSingleObject), the new async invoke was not called
7472         until the previous one finished.
7473
7474         This is fixed now. Thanks to Totte for helping with it.
7475
7476 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7477
7478         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7479
7480 2003-08-11  Martin Baulig  <martin@ximian.com>
7481
7482         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7483
7484 2003-08-06  Martin Baulig  <martin@ximian.com>
7485
7486         * mono-debug-debugger.c: Added support for static fields,
7487         properties and methods.
7488
7489 2003-08-06  Martin Baulig  <martin@ximian.com>
7490
7491         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7492         make this work for applications with multiple application domains.
7493
7494 2003-08-04  Martin Baulig  <martin@ximian.com>
7495
7496         * mono-debug-debugger.c: Completely reworked the type support; the
7497         most important thing is that we're now just using one single
7498         `MonoType' instance per type.
7499
7500 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7501
7502         * mono-endian.h, mono-endian.c, icall.c: Added icall
7503         ves_icall_System_Double_AssertEndianity to assert double word endianity
7504         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7505
7506 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7507
7508         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7509         support, icalls and fixes.
7510
7511 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7512
7513         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7514         classes that are a punctuation character in .NET is not the same a
7515         g_unichar_ispunct.
7516
7517 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7518
7519         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7520
7521 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7522
7523         * icall.c: Add new MemCopy internalcall.
7524         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7525         Simplified code; It is not necessary to handle all the cases here,
7526         as the C# code takes care of it.  Only handle the case of the name
7527         resource embedded into the assembly.
7528
7529         Changed signature to return the data pointer and the size of the
7530         data. 
7531
7532 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7533
7534         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7535         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7536
7537 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7538
7539         * socket-io.c: ignore EINTR error in select.
7540
7541 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7542
7543         * class.h, class.c: removed unused subclasses field in MonoClass.
7544
7545 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7546
7547         * icall.c: improve fix of get_base_definition(). If the parent class
7548           doesn't have the mehod, look at the parent of the parent.
7549         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7550           to check if a parameter is an in or out parameter
7551           (PARAM_ATTRIBUTE_IN is not set by default).
7552           mono_method_return_message_restore(): Use mono_class_value_size to
7553           get the size of a value type. mono_type_stack_size (parameterType)
7554           does not return the correct value if parameterType is byRef.
7555           mono_load_remote_field(), mono_load_remote_field_new(),
7556           mono_store_remote_field(), mono_store_remote_field_new():
7557           raise exception if the remote call returns an exception.
7558
7559 2003-07-28  Martin Baulig  <martin@ximian.com>
7560
7561         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7562         method.  This is a wrapper around mono_runtime_invoke() which
7563         boxes the instance object if neccessary.
7564
7565 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7566
7567         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7568         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7569
7570 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7571
7572         * icall.c: disable mcs bug workaround.
7573
7574 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7575
7576         * object.c (mono_runtime_class_init): Take the metadata_section
7577         mutex before obtaining the domain mutex.
7578
7579         * appdomain.h: Added definition of metadata_section mutex here. 
7580
7581         * object.c: define metadata_mutex here.
7582
7583 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7584
7585         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7586         fixed.
7587
7588 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7589
7590         * reflection.c: Fix bug #46669
7591
7592 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7593
7594         * exception.c:
7595         * exception.h:
7596         * icall.c:
7597         * object.h: fill in the type name for TypeLoadException.
7598
7599 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7600
7601         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7602         relationship between TypeBuilders while compiling corlib) and bug
7603         45993 (Array types returned from the runtime while compiling
7604         corlib were from the loaded corlib).
7605
7606 2003-07-22  Martin Baulig  <martin@ximian.com>
7607
7608         * mono-debug-debugger.c: Reworked the type support a bit more;
7609         distinguish between types and classes.
7610
7611 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7612
7613         * icall.c: add IsArrayImpl icall.
7614
7615 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7616
7617         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7618         initializing real_size only once. Also fix bug #46602.
7619
7620 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7621
7622         * object.c: Renamed mono_metadata_section to metadata_section.
7623
7624 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7625
7626         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7627           empty array if the type is an array. Fixed.
7628           ves_icall_MonoMethod_get_base_definition: if the base method
7629           is abstract, get the MethodInfo from the list of methods of
7630           the class.
7631         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7632           and it was 1-based. Fixed in mono_param_get_objects.
7633
7634 2003-07-20  Martin Baulig  <martin@ximian.com>
7635
7636         * mono-debug.h: Set version number to 31.
7637         (mono_debug_init): Added `MonoDomain *' argument.
7638
7639         * mono-debug-debugger.c: Reworked the type support; explicitly
7640         tell the debugger about builtin types; pass the `klass' address to
7641         the debugger.
7642
7643 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7644
7645         * image.c: Allow new metadata tables to be loaded without a
7646         warning. Also update the warning message to give the new constant value.
7647                 
7648 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7649
7650         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7651         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7652         array type representation changes.
7653
7654 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7655
7656         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7657         on Environment.Exit () call.
7658
7659 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7660
7661         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7662         requires a matching corlib.
7663
7664 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7665
7666         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7667           Committed again without the CRs.
7668         
7669 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7670
7671         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7672           getting it from the "this" socket instance. Did not work
7673           if the socket is a subclass of Socket.
7674           Also fixed bug #35371.
7675
7676 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7677
7678         * metadata.c: fixed size for TypedByRef.
7679         * loader.c: when searching for a method, consider the vararg amrker.
7680         * unicode.c, decimal.c: constify some arrays.
7681
7682 2003-07-15  Dick Porter  <dick@ximian.com>
7683
7684         * socket-io.c: Fixed compilation for gcc < 3.2.
7685
7686         Fixed compilation for machines that don't have AF_INET6 (thanks to
7687         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7688
7689         Fixed compile warnings.
7690         
7691         Fixed formatting and line endings.
7692
7693 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7694
7695         * socket-io.h:
7696         * socket-io.c: Added IPv6 support.
7697
7698 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7699
7700         * class.c (mono_class_is_assignable_from): New function to implement
7701         the is_assignable_from logic. Used by mono_object_isinst, 
7702         Type::IsAssignableFrom () and the interpreter.
7703
7704         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7705         Object, even interfaces.
7706         
7707         * object.c (mono_object_isinst): Implement in terms of 
7708         is_assignable_from.
7709
7710         * icall.c (ves_icall_type_is_assignable_from): New icall.
7711
7712 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7713
7714         * domain.c (foreach_domain): fix compiler warning.
7715
7716 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7717
7718         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7719         not available on all plattforms
7720
7721 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7722
7723         * image.h image.c: Store the metadata version string in MonoImage.
7724         * icall.c: New icall to retrieve the image version.
7725         * reflection.c (create_dynamic_image): Fill in the image version field
7726         * reflection.c (build_compressed_metadata): Use the image version
7727         from the image structure.
7728
7729 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7730
7731         * appdomain.c: modified comment.
7732         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7733         That will be its last iteration when mono_gc_cleanup is called from
7734         mono_runtime_cleanup and before the domain is unloaded.
7735
7736         Fixes bug #45962.
7737
7738 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7739
7740         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7741         attributes.
7742
7743 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7744
7745         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7746         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7747         Bernie Solomon <bernard@ugsolutions.com>.
7748
7749 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7750
7751         * object.c, object.h: provide mono_object_new_fast() for faster
7752         allocation in some special cases.
7753
7754 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7755
7756         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7757         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7758
7759 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7760
7761         * threadpool.c: fix leaks.
7762
7763 2003-07-01  Dick Porter  <dick@ximian.com>
7764
7765         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7766         using MonoGHashTables.  Fixes threadpool bug posted to list.
7767
7768 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7769
7770         * image.h, image.c: added support to load an assembly from a byte array.
7771         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7772         assembly bundle support.
7773
7774 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7775
7776         * threadpool.c (mono_thread_pool_add): keep a reference to the
7777         AsyncResult to prevent GC
7778
7779 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7780
7781         * class.c: leak fix.
7782
7783 2003-06-25  Dick Porter  <dick@ximian.com>
7784
7785         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7786         for the async object, the WaitHandle object will close the handle.
7787         Fixes bug 45321.
7788
7789 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7790
7791         * class.c: in mono_array_class_get (), lookup from the hash with the
7792         same type we insert: this works around a bug in
7793         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7794         lluis. The real fix will have to wait for after the release.
7795
7796 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7797
7798         * icall.c: fix memory leak when getting type members.
7799
7800 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7801
7802         * reflection.c: added more pubtoken special cases.
7803
7804 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7805
7806         * class.c: handle field offset correctly when class size
7807         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7808
7809 2003-06-20  Martin Baulig  <martin@ximian.com>
7810
7811         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7812         *image' field.
7813
7814 2003-06-20  Martin Baulig  <martin@ximian.com>
7815
7816         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7817
7818 2003-06-20  Martin Baulig  <martin@ximian.com>
7819
7820         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7821         just distinguish between variables in registers and variables at
7822         an offset relative to a register.
7823
7824 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7825
7826         * icall.c: #ifdef out latest changes until mcs is fixed.
7827
7828 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7829
7830         * icall.c: return members in metadata order.
7831
7832 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7833
7834         * icall.c: avoid infinite loop in GetTimeZoneData.
7835
7836 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7837
7838         * icall.c: added Marshal.Prelink/All icalls.
7839
7840 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7841
7842         * object.c, object.h: fix warnings and do some overflow checking
7843         when creating arrays.
7844
7845 2003-06-17  Dick Porter  <dick@ximian.com>
7846
7847         * file-io.h:
7848         * file-io.c: File attributes need to be tweaked slightly when
7849         passed from the managed to the w32 world.
7850
7851 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7852         * profiler.h profiler-private.h profiler.c: Rework last patch
7853         based on suggestion by Paolo.
7854         
7855 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7856
7857         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7858         instruction level coverage data collection.
7859         * profiler.h profiler.c (: Added new callback function which can be
7860         used by the profiler to limit which functions should have coverage
7861         instrumentation.
7862         * profiler.c (mono_profiler_load): Call g_module_build_path to
7863         generate the file name of the profiler library.
7864
7865 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7866
7867         * profiler.c, profiler.h, profiler-private.h: added basic block 
7868         coverage profiling API.
7869
7870 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7871
7872         * reflection.c (mono_reflection_create_runtime_class): Add support
7873         for events in dynamically generated code.
7874
7875         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7876         not allocated.
7877
7878 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7879
7880         * icall.c: when getting timezone info, return reasonable values if we
7881         can't get the actual data.
7882
7883 2003-06-14  Dick Porter  <dick@ximian.com>
7884
7885         * threads.c (start_wrapper): Remove the reference to the thread
7886         object in the TLS data, so the thread object can be finalized.
7887         This won't be reached if the thread threw an uncaught exception,
7888         so those thread handles will stay referenced :-( (This is due to
7889         missing support for scanning thread-specific data in the Boehm GC
7890         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7891
7892 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7893
7894         * reflection.c: ensure streams and tables are first allocated with
7895         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7896
7897 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7898
7899         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7900
7901 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7902
7903         * reflection.c (mono_reflection_create_runtime_class): Add support for
7904         properties to dynamically created classes.
7905         * reflection.c: Fix a few places where non-MonoObjects were inserted
7906         into the tokens hashtable.
7907
7908 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7909
7910         * object.c: some support to handle out of memory exceptions.
7911
7912 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7913
7914         * marshal.c (mono_marshal_get_native_wrapper): support reference
7915         return types
7916
7917 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7918
7919         * object.h, object.c: more portability stuff from Bernie Solomon.
7920         Unexport mono_object_allocate(). Added mono_object_unbox ().
7921         Set exitcode when an unhandled exception is thrown.
7922
7923 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7924
7925         * marshal.c (mono_marshal_get_native_wrapper): use custom
7926         marshaler for return types.
7927
7928 2003-06-10  Dick Porter  <dick@ximian.com>
7929
7930         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7931         ip_mreq is available
7932
7933 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7934
7935         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7936         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7937         by Bernie Solomon <bernard@ugsolutions.com>.
7938
7939 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7940
7941         * gc.c (mono_gc_init): Avoid error message on shutdown when
7942         GC_DONT_GC=1 is used.
7943
7944         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7945         New icall to return the GUID of a module.
7946
7947 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7948
7949         * class.c: ensure instance size always includes the parent's size
7950         even whem class size is set explicitly (fixes bug#44294).
7951
7952 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7953
7954         * profiler.h, profiler.c: made the simple profiler thread-safe,
7955         get more accurate timing info. Allow the loading of an
7956         externally-developed profiler module.
7957
7958 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7959
7960         * marshal.c (mono_marshal_get_native_wrapper): improved
7961         class/byref arguments.
7962         (mono_marshal_get_native_wrapper): better string marshaling support.
7963
7964 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7965
7966         * class.c: ensure .pack and .size are handled correctly and
7967         simplified layout of static fields.
7968
7969 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7970
7971         * appdomain.c
7972         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7973
7974         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7975         current directory (fix bug 44008)
7976
7977 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7978
7979         * marshal.c (mono_marshal_get_native_wrapper): started support for
7980         custom marshalers.
7981         (mono_delegate_to_ftnptr): consider marshalling specifications
7982
7983 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7984
7985         * reflection.c, reflection.h: emit custom marshal info.
7986
7987 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7988
7989         * object.c: free the GError.
7990         * icall.c: added CloseEvent_internal.
7991         * threads.[ch]:
7992         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7993         call.
7994
7995 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7996
7997         * loader.c (mono_method_get_signature): Add support for dynamic
7998         assemblies.
7999
8000 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
8001
8002         * reflection.c: fixed bug #43905.
8003
8004 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8005
8006         * class.c, domain.c, icall.c, metadata.h, object.h: support for
8007         handling TypedReference and ArgIterator.
8008         * loader.c, loader.h: added function to get signature at call site.
8009
8010 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8011
8012         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
8013         data readonly. Buglets and warning fixes. Some MethodSpec support.
8014
8015 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
8016
8017         * class.h, class.c, object.c: remove relative numbering support.
8018
8019 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
8020
8021         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
8022         free the string, until we get a chance to fix Gtk#
8023
8024 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8025
8026         * marshal.c: revert last patch.
8027
8028 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
8029
8030         * icall.c: updates for new mono_class_vtable() not calling
8031         the type constructor anymore.
8032
8033 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8034
8035         * object.h, object.c: separate vtable creation from type
8036         initialization. Make running the .cctor thread safe.
8037
8038 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
8039
8040         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
8041
8042 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
8043
8044         * loader.c (mono_get_method): consider calling convention
8045
8046 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
8047
8048         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
8049         to return the invisible global type for a module.
8050
8051         * reflection.c (mono_image_build_metadata): Emit global fields too.
8052
8053 2003-05-20  Peter Williams  <peterw@ximian.com>
8054
8055         * loader.c (mono_lookup_internal_call): Add a few newlines.
8056
8057 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
8058
8059         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
8060         literal strings.
8061
8062         * appdomain.c (set_domain_search_path): Recalculate search path when
8063         AppDomainSetup.PrivateBinPath changes.
8064
8065         * object.c (mono_class_compute_gc_descriptor): It turns out some
8066         parts of the class libs (like System.Thread) holds pointers to
8067         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
8068         to treat native int a pointer type here.
8069         
8070 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
8071
8072         * appdomain.h, domain.c: add hashtable for jump target resolution.
8073
8074 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
8075
8076         * reflection.h reflection.c icall.c: Added new icalls 
8077         GetManifestResourceInfoInternal, GetModulesInternal and support
8078         infrastructure.
8079
8080 2003-05-16  Dick Porter  <dick@ximian.com>
8081
8082         * icall.c:
8083         * file-io.h:
8084         * file-io.c: Implement System.IO.MonoIO::GetTempPath
8085
8086 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
8087
8088         * object.c: mono_store_remote_field: little fix to previous patch.
8089
8090 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
8091
8092         * class.c: add constructors to array classes.
8093         * icall.c: special case array construction for InternalInvoke (),
8094
8095 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
8096
8097         * class.h class.c reflection.c object.c: Added support for field
8098         defaults in dynamically generated classes.
8099
8100 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8101
8102         * reflection.c: properly encode charset for ddlimport.
8103
8104 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
8105
8106         * threads.c: allow compiling without GC.
8107
8108 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8109
8110         * appdomain.h, object.c, object.h, threads.c, threads.h: added
8111         handling of thread static data.
8112
8113 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8114
8115         * reflection.h, reflection.c: added mono_custom_attrs_free ().
8116
8117 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
8118
8119         * class.c (mono_array_class_get): always set the serializable flags
8120         (mono_array_class_get): always set the SEALED attribute for array types
8121
8122 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
8123
8124         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
8125         attributes (fix for bug 42021).
8126
8127 2003-05-12  Dick Porter  <dick@ximian.com>
8128
8129         * gc.c: Don't run finalizers when the finalizer thread is
8130         finishing up, because the default domain has already been
8131         destroyed.
8132
8133 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
8134
8135         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
8136         value is null, we should throw an exception.   This is slightly
8137         different than the other conventions used for the constructor.
8138
8139 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8140
8141         * socket-io.c: fixed windows build.
8142
8143 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8144
8145         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
8146
8147 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
8148
8149         * object.c (mono_string_new_wrapper): Compatibility fix for MS
8150         compilers.
8151
8152 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
8153
8154         * class.c (mono_class_layout_fields): Add experimental GC aware
8155         auto layout facility. Requires class library changes to work correctly.
8156
8157         (mono_class_setup_vtable): Avoid overriding explicit interface
8158         method implementations. Fixes iface3.exe test.
8159
8160         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
8161         object reference.
8162         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
8163         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
8164
8165         * metadata.h: Add new type classification macro which determines
8166         whenever the type holds an object reference.
8167
8168 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
8169
8170         * marshal.c (mono_marshal_get_native_wrapper): cleanups
8171
8172 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
8173
8174         * gc.c (finalizer_thread): Work around a GC bug.
8175
8176 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
8177
8178         * marshal.c (emit_struct_conv): allow unions
8179
8180         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
8181
8182 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
8183
8184         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
8185
8186 2003-05-06  Martin Baulig  <martin@ximian.com>
8187
8188         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
8189
8190 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8191
8192         * socket-io.c:
8193         (Select_internal): allow NULLs, don't create arrays if not needed.
8194         Coupled with Socket.cs changes.
8195
8196         * threadpool.c:
8197         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
8198         register a finalizer for it that will close the semaphore handle. This
8199         fixes the leak and make Lupus' test run with > 4080 loops.
8200
8201 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
8202
8203         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
8204         Jerome Laban (bug #42287)
8205
8206 2003-05-02  Martin Baulig  <martin@ximian.com>
8207
8208         * debug-mono-symfile.h
8209         (MonoSymbolFile): Moved declaration into mono-debug.h.
8210         (MonoDebugMethodJitInfo): Likewise.
8211         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
8212         argument.
8213         (_mono_debug_address_from_il_offset): Take a
8214         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
8215
8216         * mono-debug.h
8217         (MonoDebugDomainData): New struct.
8218         (mono_debug_get_domain_data): New function.
8219         (mono_debug_add_method): Take an additional `MonoDomain *'
8220         argument.
8221         (mono_debug_source_location_from_address): Likewise.
8222         (mono_debug_il_offset_from_address): Likewise.
8223         (mono_debug_address_from_il_offset): Likewise.
8224
8225 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
8226
8227         * reflection.c: one more check for null type in custom attrs.
8228
8229 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8230
8231         * reflection.c: avoid warning (comparison is always false due to limited
8232         range of data type).
8233
8234 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8235
8236         * icall.c: throw an exception in Type.GetField if the argument 'name'
8237         is NULL.
8238
8239 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
8240
8241         * reflection.c: fixed handling of enums in named arguments to custom
8242         attributes (bug #42123).
8243
8244 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8245
8246         * reflection.c: use the right array element type and handle
8247         a null for a Type argument, too.
8248
8249 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
8250
8251         * reflection.c: handle arrays as arguments to custom attributes.
8252
8253 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
8254
8255         * reflection.c: handle a string value in a custom attr
8256         ctor that takes an object.
8257
8258 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
8259
8260         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
8261         (fix bug #42063)
8262
8263 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
8264
8265         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
8266
8267 2003-04-27  Martin Baulig  <martin@ximian.com>
8268
8269         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
8270         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
8271         MONO_DEBUGGER_EVENT_BREAKPOINT.
8272         (mono_breakpoint_trampoline_code): Removed.
8273         (mono_debugger_event_handler): The last argument is now a
8274         `guint32'.
8275         (mono_debugger_insert_breakpoint_full): Removed the
8276         `use_trampoline' argument.
8277         (mono_debugger_method_has_breakpoint): Likewise.
8278         (mono_debugger_trampoline_breakpoint_callback): Renamed to
8279         mono_debugger_breakpoint_callback(); take the method and
8280         breakpoint number as arguments.
8281
8282 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8283
8284         * metadata.c: fix off by one when loading parameters attributes.
8285
8286 2003-04-24  Martin Baulig  <martin@ximian.com>
8287
8288         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
8289
8290 2003-04-24  Martin Baulig  <martin@ximian.com>
8291
8292         * mono-debug-debugger.c: Moved all code which interacts with the
8293         Mono Debugger here.
8294
8295         * debug-mono-symfile.c: This code now just deals with the symbol
8296         file itself, the debugger code is now in mono-debug-debugger.c.
8297
8298 2003-04-23  Martin Baulig  <martin@ximian.com>
8299
8300         * mono-debug.c (mono_debug_source_location_from_il_offset):
8301         New method; like mono_debug_source_location_from_address(), but
8302         takes an IL offset instead of a machine address.
8303
8304 2003-04-23  Martin Baulig  <martin@ximian.com>
8305
8306         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
8307         `line' field; this is now computed by the debugger.
8308
8309 2003-04-23  Martin Baulig  <martin@ximian.com>
8310
8311         * mono-debug.[ch]: New files.  This is the new debugging interface.
8312
8313         * mono-debug-debugger.[ch]: New files.  Moved all code which
8314         interacts with the Mono Debugger here.
8315
8316 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
8317
8318         * domain.c (mono_init): initialize mono_defaults.monitor_class
8319
8320 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
8321
8322         * reflection.c (method_encode_code): Add a spicy exception to help
8323         future compiler authors.
8324
8325 2003-04-21  Martin Baulig  <martin@ximian.com>
8326
8327         * icall.c
8328         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8329         Make this work with relative pathnames; g_filename_to_uri() needs
8330         an absolute filename.
8331
8332 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
8333
8334         * icall.c: Track name changes in Object and ValueType.
8335
8336 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
8337
8338         * metadata.c (mono_type_stack_size): size should be a multiple of
8339         sizeof (gpointer)
8340
8341 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8342
8343         * gc.c:
8344         (internal_domain_finalize): moved into mono_domain_finalize. No need
8345         to create another thread because the finalizers will be run in the
8346         finalizer thread.
8347         
8348         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
8349         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
8350         to be run (MS does this too).
8351
8352 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
8353
8354         * object.c (mono_class_compute_gc_descriptor): Update comment.
8355
8356         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
8357
8358         * image.h: Add synchronized wrapper cache.
8359
8360         * image.c (do_mono_image_open): Initialize cache.
8361
8362         * reflection.c (create_dynamic_mono_image): Initialize cache.
8363
8364 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8365
8366         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
8367         ves_icall_System_Buffer_ByteLengthInternal.
8368
8369 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8370
8371         * reflection.c: setup klass->nested_in earlier. Allow
8372         a dash in the assembly name.
8373
8374 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
8375
8376         * metadata.c (mono_type_to_unmanaged): dont access
8377         type->data.klass for MONO_TYPE_OBJECT
8378         (mono_type_to_unmanaged): consider System.Delegate class
8379
8380 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
8381
8382         * class.c: just setup supertypes in the proper place instead of
8383         initializing the full element class for arrays.
8384
8385 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8386
8387         * class.c: ensure the element class of arrays is initialized.
8388         Setup the supertype info for array classes, too.
8389
8390 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
8391
8392         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
8393
8394 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8395
8396         * Makefile.am: re-added -m option when running cygpath. This way,
8397         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
8398         separator.
8399         * mono-config.c: same codepath for locating mono config file for WIN32
8400         and the rest.
8401         * assembly.c: if mono_assembly_setrootdir is called, don't override
8402         the value set.
8403
8404 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8405
8406         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
8407         MONO_ASSEMBLIES variable.
8408
8409 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8410
8411         * icall.c: added Assembly::GetNamespaces() icall.
8412
8413 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8414
8415         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8416
8417 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8418
8419         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8420         * object.c: fixed bug in the construction of vtable for proxies
8421
8422 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8423
8424         * object.c (mono_array_new): Mark mono_array_new as an icall.
8425
8426 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8427
8428         * class.c: fixed test for public method when overriding interfaces.
8429         Closes bug #40970.
8430
8431 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8432
8433         * appdomain.h, domain.c: added mono_domain_foreach() to
8434         be able to access the currently loaded appdomains.
8435         * object.c: make string interning work across sppdomains.
8436         Mark some functions for use as icalls.
8437
8438 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8439
8440         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8441
8442         * reflection.h reflection.c: Allocate long living data using 
8443         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8444
8445         * reflection.c: Double the allocation size in streams instead of
8446         increasing it, to prevent unneccesary copying on large assemblies.
8447         
8448         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8449         creation if the assembly does not have the Run flag set.
8450
8451 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8452
8453         * class.h: avoid the C++ keywords in header files (Jerome Laban
8454         spotted and fixed this).
8455
8456 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8457
8458         * object.c:
8459         (mono_unhandled_exception): fill in the arguments for the
8460         UnhandledException event. Only trigger that event for the default
8461         domain (as MS does).
8462
8463 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8464
8465         * object.c: Improve typed allocation stuff based on suggestions from
8466         Paolo. Also turn it on if the GC library supports it.
8467
8468 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8469
8470         * object.c object.h class.h: Added experimental typed allocation
8471         facility using the interfaces in gc_gcj.h.
8472
8473         * os/gc_wrapper.h: Added new include files.
8474         
8475 2003-04-03  Martin Baulig  <martin@ximian.com>
8476
8477         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8478         which is not yet enabled by default.
8479
8480         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8481         functions.
8482         (mono_gc_lock, mono_gc_unlock): New static functions.
8483
8484         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8485         functions; stop/start the world for the garbage collector.  This
8486         is using the windows API; we need to complete the SuspendThread()/
8487         ResumeThread() implementation in the io-layer to make this work on Unix.
8488         (mono_gc_push_all_stacks): New public function; tells the garbage
8489         collector about the stack pointers from all managed threads.
8490
8491 2003-04-03  Martin Baulig  <martin@ximian.com>
8492
8493         * object.h (MonoThread): Added `gpointer stack_ptr'.
8494
8495         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8496
8497 2003-04-03  Martin Baulig  <martin@ximian.com>
8498
8499         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8500
8501 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8502
8503         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8504         field.last.
8505
8506 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8507
8508         * loader.c (mono_lookup_internal_call): Report the corlib that is
8509         out of sync.
8510
8511 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8512
8513         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8514         System.DBNull (it's class not valuetype).
8515
8516 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8517
8518         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8519         if the array method was already assigned a token (fixes bug#40646).
8520
8521 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8522
8523         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8524         if no assembly is given.
8525
8526 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8527
8528         * metadata.h: Added the new tables.
8529
8530         * row-indexes.h: Added definitions for new tables.
8531
8532         * metadata.c: Add schemas for new tables, and add support for
8533         computing the sizes of them.
8534
8535         * class.c: Update for handling the new type cases.
8536
8537 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8538
8539         * metadata.h (MONO_TYPE_IS_VOID): new macro
8540
8541 2003-03-31  Martin Baulig  <martin@ximian.com>
8542
8543         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8544
8545         * threads.c (mono_thread_new_init): Call `thread_created' in the
8546         mono_thread_callbacks.
8547
8548 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8549
8550         * loader.h: added marshalbyrefobject_class to mono_defaults
8551         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8552         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8553           generation of output parameters.
8554           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8555         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8556           contextbound and the target object belongs to the context of the caller.
8557         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8558         * object.c: Implemented support for interfaces and abstract classes
8559           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8560           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8561
8562 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8563
8564         * class.h class.c (mono_class_is_subclass_of): New function.
8565         
8566         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8567         routines for most common case (calls from ArrayList::ToArray).
8568
8569         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8570         routine so programs which call Environment::Exit() can be profiled.
8571
8572         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8573         Added MONO_ARCH_SAVE_REGS.
8574
8575         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8576
8577 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8578
8579         * blob.h: Add a couple of new MonoType types definitions.
8580
8581         * tabledefs.h: Add a couple of new call convs.
8582
8583 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8584
8585         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8586         the layout of the class.
8587
8588         * reflection.c (alloc_table): double the size on overflow to avoid
8589         unnecessary copying.
8590
8591         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8592         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8593         null so it can be garbage collected.
8594         
8595 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8596
8597         * reflection.c (mono_reflection_get_type): Return the resolved type
8598         only if it is in the assembly we searched.
8599
8600         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8601
8602         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8603         method.
8604
8605 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8606
8607         * appdomain.c:
8608         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8609         the right one is 'file:///blah', but MS allows it.
8610         * assembly.c:
8611         (mono_assembly_open): allow 'file://blah'
8612
8613         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8614
8615 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8616
8617         * socket-io.c: fixes bug #40310.
8618
8619 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8620
8621         * reflection.c (mono_reflection_parse_type): handle deeply nested
8622         types correctly.
8623
8624         * reflection.c (mono_image_create_token): Use unique token values
8625         since they will be put into a hash table.
8626
8627         * class.c (mono_class_setup_vtable): If a method occurs in more than
8628         one place in the vtable, and it gets overriden, then change the
8629         other occurances too.
8630
8631         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8632         object as return type.
8633
8634 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8635
8636         * icall.c: Deleted "ToString" implementation for double and float
8637         because they are full implemented in managed code.
8638
8639 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8640
8641         * reflection.c, reflection.h: implemented and exported functions
8642         to retrieve info about custom attributes.
8643
8644 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8645
8646         * appdomain.c: moved Uri handling to assembly.c
8647         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8648         work when using a file Uri in *nix and windows.
8649
8650         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8651         GetReferencedAssemblies.
8652
8653 2003-03-18  Dick Porter  <dick@ximian.com>
8654
8655         * icall.c: Rename a couple of internal calls
8656
8657         * threads.c: Set the thread state to Stopped when a thread exits.
8658         Fixes bug 39377.
8659
8660 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8661
8662         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8663         New icall.
8664
8665         * object.c (mono_class_vtable): fix warning.
8666
8667 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8668
8669         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8670
8671         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8672         memory.
8673         (method_encode_clauses): Create exception info structures in the right
8674         order.
8675         (mono_reflection_setup_internal_class): Initialize supertypes field.
8676
8677         * class.c object.c: Handle interfaces which implement other interfaces 
8678         correctly.
8679
8680         * class.h class.c: Move the supertypes array initialization code into 
8681         a separate function so it can be used for dynamic types too. Also call
8682         it earlier, in mono_class_init(), since it can be used before the
8683         type is initialized.
8684
8685 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8686
8687         * Makefile.am:
8688         * assembly.c:
8689         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8690
8691         * appdomain.c:
8692         * appdomain.h:
8693         * marshal.c:
8694         * object.c: remove warnings.
8695
8696 2003-03-13  Martin Baulig  <martin@ximian.com>
8697
8698         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8699         (MonoDebugLexicalBlockEntry): New types.
8700
8701         * debug-mono-symfile.c
8702         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8703
8704 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8705
8706         * process.c: ret can be any non-zero value accroding to MS doc.
8707
8708 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8709
8710         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8711         fixing a warning for a miss-used prototype, would have cause
8712         random memory corruption.
8713
8714 2003-03-07  Martin Baulig  <martin@ximian.com>
8715
8716         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8717         getting really annoying ....
8718
8719 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8720
8721         * reflection.c (fixup_method): added support for array methods.
8722
8723 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8724
8725         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8726         (pointed out by Michael Adams).
8727
8728 2003-03-04  Dick Porter  <dick@ximian.com>
8729
8730         * icall.c: Temporarily reverted the Double and Single ToString()
8731         change, because it broke nunit.
8732
8733 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8734
8735         * object.h, threads.h: make include files compatible with C++
8736         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8737
8738 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8739
8740         * icall.c: Erased ToString helper functions for Double and Single.
8741         Now, that implementations ar all in managed code (Double and Single
8742         Formatters).
8743
8744 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8745
8746         * appdomain.c: Added method for initializing the default context of
8747         a domain. Added internal call for getting the default context.
8748         * appdomain.h: Added context variable in MonoDomain struct.
8749         * domain.c: mono_domain_set also sets the default context of the domain
8750         * icall.c: Mapped internal method InternalGetDefaultContext.
8751         * object.c: mono_object_get_virtual_method returns always a remoting
8752         wrapper if the object is a transparent proxy.
8753         mono_runtime_invoke_array: when creating an object by calling the
8754         constructor, if the created object is a proxy, then the constructor should
8755         be called using the a remoting wrapper.
8756
8757 2003-03-03  Dick Porter  <dick@ximian.com>
8758
8759         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8760         variable so it compiles on solaris.  Problem spotted by
8761         Christopher Taylor <ct@cs.clemson.edu>
8762
8763 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8764
8765         * appdomain.c:
8766         (get_info_from_assembly_name): don't leak value.
8767
8768         * icall.c:
8769         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8770         result.
8771
8772 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8773
8774         * assembly.c: export mono_image_load_references ().
8775         * class.c: handle function pointers. mono_class_from_name() now
8776         supports nested type names directly.
8777
8778 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8779
8780         * reflection.h reflection.c: Encode already created dynamic methods 
8781         and fields correctly as a DEF instead of a REF.
8782
8783         * reflection.c: Get rid of the force_ref argument to 
8784         mono_image_typedef_or_ref since it was wrong in the first place.
8785
8786         * string-icalls.c: add error checking to string constructors according
8787         to the MSDN docs.
8788
8789         * reflection.c: Emit types in the order their TypeBuilders were 
8790         created. Previously, a new table index was assigned to each type before
8791         the tables were emitted. This was wrong because the signature blob
8792         might already refer to a type by its original table index.
8793
8794 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8795
8796         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8797         change.
8798         
8799 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8800
8801         * Makefile.am: make assemblies dir have \ instead of / on windows.
8802
8803 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8804
8805         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8806         iterate over the NESTEDCLASS table using a linear search since the
8807         table is not guaranteed to be sorted by the secondary key.
8808
8809         * class.c (mono_class_create_from_typedef): fixed up call to
8810         mono_metadata_nesting_typedef.
8811         
8812 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8813
8814         * marshal.c (mono_string_to_byvalstr): clear the memory as
8815         suggested by Jerome Laban <jlaban@wanadoo.fr>
8816
8817 2003-02-26  Dick Porter  <dick@ximian.com>
8818
8819         * process.c: Cope with padding in .rsrc blocks
8820
8821 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8822
8823         * metadata.h: reverted the filter_len change, it breaks reflection
8824         
8825 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8826
8827         * metadata.h: added a new field to store the filter_len
8828         
8829
8830 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8831
8832         * reflection.c: handle custom attributes for types and members
8833         created with Reflection.Emit (bug#38422).
8834
8835 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8836
8837         * reflection.c: define RTSpecialName automatically for constructors for
8838         compatibility with MS.NET.
8839
8840         * reflection.c (mono_reflection_create_runtime_class): initialize
8841         nested_in field of dynamically created classes.
8842
8843 2003-02-22  Martin Baulig  <martin@ximian.com>
8844
8845         * debug-mono-symfile.h: Incremented version number.
8846
8847 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8848
8849         * object.h icall.c process.c: fix warnings.
8850
8851 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8852
8853         * appdomain.h appdomain.c:
8854         (mono_domain_try_type_resolve): split the 
8855         name_or_tb argument into a name and a tb argument.
8856         (mono_domain_has_type_resolve): new function to check whenever the
8857         application has registered a TypeResolve event handler.
8858         
8859         * icall.c reflection.h reflection.c: move the type resolve logic into
8860         mono_reflection_get_type () so it will be invoked when 
8861         Assembly::GetType () is called.
8862
8863         * reflection.c:
8864         (mono_reflection_get_type): renamed to get_type_internal.
8865         (mono_reflection_get_type): fixed type name generation so it works 
8866         for nested types too.
8867         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8868         costly type name generation if there is no resolve event handler.
8869
8870 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8871
8872         * class.c, image.c: load exported types from file references.
8873
8874 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8875
8876         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8877           used to cache the managed methods used to create proxies and make 
8878           remote invocation of methods.
8879         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8880           to be remotely created.
8881         * object.c: Modified the method mono_class_vtable(). It now initializes 
8882           the remote flag of the vtable. Modified mono_object_new_specific(), 
8883           so now it checks the remote flag.
8884         * icall.c: Added a couple of internal methods, one for enabling instance 
8885           creation interception for a type, and one for creating objects bypassing
8886           the remote check.
8887
8888 2003-02-18  Martin Baulig  <martin@ximian.com>
8889
8890         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8891         New interncall to get a method's metadata token.
8892
8893         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8894         New interncall for the debugger.
8895
8896 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8897
8898         * class.c (mono_class_setup_vtable): allocate supertype array
8899
8900 2003-02-18  Martin Baulig  <martin@ximian.com>
8901
8902         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8903
8904 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8905
8906         * reflection.c:
8907         (assembly_name_to_aname): jump over unknown properties (i've found
8908         something like: 'type, assembly, version=xxx, custom=null, public...',
8909         so now will ignore custom=null and still get the rest of the values).
8910
8911 2003-02-17  Dick Porter  <dick@ximian.com>
8912
8913         * threads.c: Have Thread.Start() wait for a semaphore to signal
8914         that the thread has set up all its local data.  This fixes bug
8915         34323, where Abort() raced the new thread's TLS data.
8916
8917         Also removes the handle_store() call from start_wrapper, because
8918         threads are now always created suspended and there is no longer a
8919         race between the parent and child threads to store the info.
8920
8921 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8922
8923         * image.c: explain the #- heap issue in a message, hopefully
8924         avoiding FAQs on mono-list.
8925
8926 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8927
8928         * icall.c:
8929         (GetEntryAssembly): if the domain has not invoked
8930         AppDomain.ExecuteAssembly yet, return the assembly of the default
8931         AppDomain.
8932
8933 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8934
8935         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8936
8937 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8938
8939         * metadata.c, reflection.c: simple speedup to type hash
8940         and equals code.
8941
8942 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8943
8944         * image.c, image.h, class.c, assembly.c: move module loading
8945         to MonoImage. When loading metadata, consider alignemnet from
8946         the start of metadata, not from the metadata address in memory.
8947
8948 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8949
8950         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8951         AssemblyBuilder objects. Factored out custom attribute creation into
8952         a separate function.
8953         (create_custom_attr): new function to create custom attributes.
8954
8955 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8956
8957         * Makefile.am: Got tired of typing the full pathname to pedump.
8958         Until there is another option, am installing this.
8959
8960 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8961
8962         * class.c (class_compute_field_layout): always set field->parent 
8963         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8964
8965 2003-02-11  Dick Porter  <dick@ximian.com>
8966
8967         * threads-types.h:
8968         * monitor.c: Rewrote Monitor, making lock much faster and
8969         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8970         creates them as needed.
8971
8972         * exception.c: Added SynchronizationLockException
8973
8974         * threads.c: Deleted old Monitor implementation.  The new one is
8975         in a new file.
8976
8977 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8978
8979         * class.c: handled TypedReference type code. Set the correct size for
8980         class data. Setup interface_offsets for interface classes, too.
8981
8982 2003-02-09  Martin Baulig  <martin@ximian.com>
8983
8984         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8985
8986 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8987
8988         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8989         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8990         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8991         * verify.c: check for code that runs after the end of the method.
8992
8993 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8994
8995         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8996         "System.Math::Round2".
8997         * sysmath.h: Added Floor, Round and Round2 definitions.
8998         * sysmath.c: Modified certain functions that were not 100% compliant
8999         with MS.NET (math precision) and added the implementation of Floor,
9000         Round and Round2.
9001
9002 2003-02-07  Martin Baulig  <martin@ximian.com>
9003
9004         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
9005
9006 2003-02-07  Martin Baulig  <martin@ximian.com>
9007
9008         * debug-mono-symfile.c: Reflected latest symwriter changes.
9009         (mono_debug_create_mono_symbol_file): Removed.
9010         (mono_debug_open_mono_symbol_file): Take an argument which
9011         specifies whether to create a dynamic symbol file.
9012
9013 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
9014
9015         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
9016
9017 2003-02-05  Martin Baulig  <martin@ximian.com>
9018
9019         * reflection.c (mono_image_build_metadata): Make this public,
9020         protect it against being called multiple times, don't create
9021         resources and don't build the compressed metadata here.
9022         (mono_image_create_pefile): Do this here.
9023
9024         * icall.c
9025         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
9026
9027 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9028
9029         * socket-io.c: fixed bug #36322.
9030
9031 2003-02-06  Piers Haken <piersh@friskit.com>
9032
9033         * appdomain.[ch]:
9034         * class.h:
9035         * debug-mono-symfile.c:
9036         * icall.c:
9037         * loader.c:
9038         * mono-config.c:
9039         * monosn.c:
9040         * reflection.c:
9041         * socket-io.c: warning cleanups
9042
9043 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
9044
9045         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
9046         function. works like remoting invoke, but does a check for the Proxy first.
9047
9048 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
9049
9050         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
9051
9052 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
9053
9054         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
9055         array of pointers.
9056         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
9057         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
9058
9059         * object.c (mono_store_remote_field_new): used by the new jit
9060         instead of mono_store_remote_field
9061         (mono_load_remote_field_new): used by the new jit
9062         instead of mono_load_remote_field
9063
9064 2003-02-05  Patrik Torstensson
9065
9066         * appdomain.c: changed unload to take the domain id instead
9067         of domain
9068         
9069         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
9070
9071
9072 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9073
9074         * appdomain.c: don't look for assemblies in ApplicationBase if
9075         PrivateBinPathProbe is set.
9076
9077 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9078
9079         * object.c: make the first argument in main_args contain the absolute
9080         path to the assembly. Fixes bug #37511.
9081
9082 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9083
9084         * icall.c: get correct UTC offset for countries not using daylight
9085         time saving. Fixes bug #30030.
9086
9087 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9088
9089         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
9090         and 1 are the family).
9091
9092 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
9093
9094         * icall.c (ves_icall_InternalExecute): removed wrong assertion
9095
9096         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
9097
9098 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
9099
9100         * reflection.c: added support for SignatureHelper tokens, which is
9101         needed by the Calli opcode.
9102
9103         * reflection.h: track changes to SignatureHelper class.
9104
9105         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
9106
9107 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9108
9109         * appdomain.c: fixed loading assemblies from PrivateBinPath.
9110
9111 2003-02-03  Patrik Torstensson
9112         * appdomain.[c|h], domain.c : 
9113          - Added support for getting a domain via domain id
9114          - Support for setting and getting domain from System.AppDomain 
9115            (used in cross appdomain channel)
9116          - Added support for get/set for a MonoAppContext on a thread 
9117            (Context class in System.Runtime.Remoting.Contexts),
9118          - Removed hack in Get/SetData and ExecuteAssembly.
9119         
9120         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
9121         the managed world to get control when a proxy is created.
9122
9123         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
9124         
9125 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
9126
9127         * icall.c
9128         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
9129         Populate the codebase field as well.
9130
9131 2003-02-02  Martin Baulig  <martin@ximian.com>
9132
9133         * debug-mono-symfile.c
9134         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
9135         (mono_debug_symfile_add_method): Allow interncalls.
9136
9137 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9138
9139         * icall.c: throw parse exception if strtod fails or the string is empty.
9140
9141 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
9142
9143         * marshal.c: handle object type separately from defined
9144         class types.
9145
9146 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
9147
9148         * marshal.c: handle NATIVE_LPSTR for strings when it's
9149         explicitly specified.
9150
9151 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
9152
9153         * reflection.c, reflection.h, icall.c: setup the reflection
9154         handle cache for ModuleBuilders and AssemblyBuilders.
9155
9156 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
9157
9158         * reflection.c (reflection_methodbuilder_to_mono_method): set
9159         pinvoke flag
9160
9161 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9162
9163         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
9164
9165 2003-01-29  Dick Porter  <dick@ximian.com>
9166
9167         * threads.c: No need for the fake_thread kludge now that Thread
9168         doesn't run a class constructor
9169         
9170 2003-01-29  Dick Porter  <dick@ximian.com>
9171
9172         * threads.c: Use g_direct_hash instead of the rather bogus
9173         g_int_hash
9174
9175 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
9176
9177         * marshal.c (mono_marshal_get_native_wrapper): add check for null
9178         (fix pinvoke12.exe)
9179         (mono_marshal_get_struct_to_ptr): generate valid IL code
9180         (mono_marshal_get_ptr_to_struct): generate valid IL code
9181         (*): correctly set sig->pinvoke, we need to memdup the signature
9182         to do that
9183
9184 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
9185
9186         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
9187         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
9188
9189 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9190
9191         * profiler.c: provide more callers information.
9192
9193 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
9194
9195         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
9196
9197         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
9198
9199         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
9200
9201 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9202
9203         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
9204         exception instead of going into an infinite loop on dates which it 
9205         can't yet handle.
9206
9207         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
9208         out-of-range exception if needed.
9209
9210         * class.c (mono_class_setup_vtable): allow a virtual method to provide
9211         an implementation for an interface method and to override an inherited
9212         method at the same time. 
9213         Imagine a scenario when a virtual method is used to override a
9214         virtual abstract method in a parent class, and this same method 
9215         provides an implementation for an method inherited from an interface. 
9216         In this case, the interface resolution code will set im->slot, which 
9217         means that the virtual method override pass will skip this method 
9218         which means a pointer to the abstract method inherited from the parent
9219         will remain in the vtable of this non-abstract class.
9220
9221         * class.c: (mono_class_setup_vtable): continue search for a real 
9222         method if only an abstract method is found.     
9223
9224 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9225
9226         * reflection.c: add size to encoding for ByValStr and ByValArray
9227         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
9228
9229 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9230
9231         * class.c (mono_class_setup_vtable): pass the override info as an
9232         argument.
9233
9234         * class.c (mono_class_setup_vtable): set the slot of overriding methods
9235         correctly.
9236         
9237         * reflection.c (ensure_runtime_vtable); add support for method 
9238         overrides.
9239         
9240 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9241
9242         * reflection.c (resolution_scope_from_image): Hack to work to work with
9243         dynamic assemblies.
9244
9245         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
9246         added a 'force_ref' argument to force this function to allways return 
9247         a TypeRef. This is needed by mono_image_get_memberref_token ().
9248         
9249 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9250
9251         * reflection.c (mono_image_get_type_info): interfaces really don't have
9252         a parent.
9253
9254         * reflection.c (mono_image_basic_init): fill out missing fields of
9255         image structure.
9256
9257         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
9258         dynamic assemblies. This is required so dynamic assemblies show up in
9259         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
9260         Type::GetType() etc. This is consistent with MS behaviour.
9261
9262         * image.c image.h reflection.c: add newly created classes to the name 
9263         cache so mono_class_get () will find them.      
9264
9265 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9266
9267         First part of changes to get IKVM.NET running under mono.
9268         
9269         * appdomain.h, appdomain.c: added new function 
9270         mono_domain_try_type_resolve() which will emit TypeResolve events. 
9271         This function will call AppDomain::DoTypeResolve to do the actual work.
9272
9273         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
9274         moved existing code dealing with dynamic tokens to a new function 
9275         called mono_reflection_lookup_dynamic_token (). This function will 
9276         raise TypeResolve events when appropriate. Since reflection.c is not 
9277         part of libmetadata, a new hook function called 
9278         mono_lookup_dynamic_token() is added to class.c which will call this.
9279
9280         * assembly.h assembly.c: make the invoke_load_hook function public,
9281         so it can be called for dynamic assemblies.
9282
9283         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
9284
9285         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
9286         type isn't found.
9287
9288         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
9289         MonoGHashTable, since it contains pointers to objects which the GC 
9290         needs to track.
9291
9292         * assembly.c (search_loaded): remove unused variable.
9293         
9294 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
9295
9296         * object.c: fixed issue exposed by gcc-generated IL programs
9297         that use RVA data for pointers.
9298
9299 2003-01-25  Martin Baulig  <martin@ximian.com>
9300
9301         * threads.c (start_wrapper): Moved the initialization of
9302         `start_func' above the mono_new_thread_init() call to which we
9303         pass it as argument.
9304
9305 2003-01-24  Martin Baulig  <martin@ximian.com>
9306
9307         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
9308         the MonoThread pointer.
9309
9310 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
9311
9312         * icall.c: Rename `PowImpl' to Pow.
9313
9314 2003-01-23  Dick Porter  <dick@ximian.com>
9315
9316         * threads.c (start_wrapper): Create a Thread object if needed, so
9317         the Main() thread can do the class initialisation in a subthread
9318         that has been set up to allow managed code execution.
9319
9320         Pass the thread ID instead of the MonoThread pointer to the thread
9321         start and attach callbacks.  This change is required, because the
9322         jit thread start callback must be called _before_ the Thread
9323         object can be created.
9324         
9325         (mono_thread_init): Removed much object creation code that is no
9326         longer needed.  No managed code is called from here now.
9327
9328         * object.c (mono_runtime_exec_managed_code): Create a subthread
9329         for Main, and call back to the runtime to use it.
9330         Set the exit code when Main exits.
9331
9332         * gc.c: Make sure domain finalisation happens in a subthread.
9333         Re-enable threaded GC, fixing bug 31333 (again).
9334
9335         * environment.c: System.Environment internall calls (so far just
9336         ExitCode is here, the others are still in icall.c)
9337
9338         * appdomain.c (mono_runtime_cleanup): All threads running managed
9339         code should have finished before mono_runtime_cleanup() is
9340         reached, so no need to clean up threads.
9341
9342 2003-01-22  Martin Baulig  <martin@ximian.com>
9343
9344         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
9345         `gpointer func' arguments.      
9346         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
9347         but added `MonoThread *thread' argument.
9348         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
9349
9350         * threads.c (mono_new_thread_init): Added `gpointer func' argument
9351         and pass it to the mono_thread_start_cb callback.
9352         (mono_install_thread_callbacks): New public function to install a
9353         set of callbacks which are set by the debugger.
9354         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
9355
9356 2003-01-22  Martin Baulig  <martin@ximian.com>
9357
9358         * Makefile.am: Install debug-mono-symfile.h.
9359
9360 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
9361
9362         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
9363
9364 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
9365
9366         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
9367         * class.c (mono_ptr_class_get): correctly set access levels of pointers
9368         (mono_array_class_get): correctly set access levels of arrays
9369
9370 2003-01-20      Patrik Torstensson
9371         * image.h (MonoAssemblyName): changed major, minor, build, revision
9372         from signed to unsigned.
9373
9374 2003-01-20  sean kasun <skasun@azstarnet.com>
9375
9376         * reflection.c (load_cattr_value): Now this handles
9377         MONO_TYPE_SZARRAY.  Fixes bug #35629
9378
9379 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
9380
9381         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
9382         integer value
9383
9384 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9385
9386         * decimal.c: fixed bug #26056.
9387
9388 2003-01-17  Martin Baulig  <martin@ximian.com>
9389
9390         * gc.c: Raise an ExecutionEngineException instead of using g_error().
9391
9392 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9393
9394         * exception.[ch]:
9395         (mono_get_exception_type_initialization): new function.
9396
9397         * object.c: throw a TypeInitializationException when an exception is
9398         thrown invoking the class constructor.
9399
9400 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9401
9402         * reflection.c: fixed attribute reading.
9403
9404 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9405
9406         * icall.c:
9407         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
9408         provided, look for the type in the calling assembly and then in
9409         mscorlib; if the assembly name is provided, only try that one.
9410
9411 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
9412
9413         * object.c: register the vtable before there is a chance it's
9414         queried again recursively.
9415
9416 2003-01-13  Duncan Mak  <duncan@ximian.com>
9417
9418         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9419         gc-internal.h. 
9420         
9421 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9422
9423         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9424
9425 2003-01-11  Martin Baulig  <martin@ximian.com>
9426
9427         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9428         this to 20 for the release.
9429
9430 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9431
9432         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9433
9434         * loader.c (mono_method_get_marshal_info): bug fix
9435
9436         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9437         structures with explicit layout
9438
9439 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9440
9441         * profiler.c: made the output more readable (and sorted). 
9442         Added caller information for the allocation profiler.
9443
9444 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9445
9446         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9447
9448 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9449
9450         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9451         to get value types.
9452         
9453 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9454
9455         * object.c, profiler.h, profiler.c, profiler-private.h:
9456         Added object allocation profiler.
9457
9458 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9459
9460         * reflection.h, reflection.c: handle global methods.
9461         Compress blob entries.
9462
9463 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9464
9465         * marshal.c: fix compilation.
9466
9467 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9468
9469         * loader.c (mono_method_get_marshal_info): impl.
9470
9471         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9472
9473 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9474
9475         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9476         for reference types.
9477
9478 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9479
9480         * loader.c: fixed off by one error in loaded parameter names.
9481
9482 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9483
9484         * marshal.c (mono_marshal_get_icall_wrapper): like
9485         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9486         instead of a MonoMethod.
9487
9488 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9489
9490         * decimal.c: fixed bug #36537.
9491
9492 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9493
9494         * marshal.c: throw a missing method exception if a
9495         P/Invoke method is not found.
9496
9497 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9498
9499         * icall.c: allow a null this for constructors.
9500
9501 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9502
9503         * icall.c: raise the proper exceptions if the arguments to the
9504         internal Invoke are incorrect.
9505
9506 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9507
9508         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9509
9510 2003-01-03  Martin Baulig  <martin@ximian.com>
9511
9512         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9513
9514 2002-12-31  Martin Baulig  <martin@ximian.com>
9515
9516         * debug-mono-symfile.c: Completely rewrote the type section.
9517         Instead of using individual malloc()ed fields, we use one big
9518         continuous memory area and offsets into this area.
9519         See the comments in the source code for details.
9520
9521 2002-12-30  Martin Baulig  <martin@ximian.com>
9522
9523         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9524
9525 2002-12-30  Martin Baulig  <martin@ximian.com>
9526
9527         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9528         line number table in this data blob instead of using an external
9529         pointer.
9530
9531 2002-12-28  Martin Baulig  <martin@ximian.com>
9532
9533         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9534
9535 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9536
9537         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9538         as a boxed return type.
9539
9540 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9541
9542         * appdomain.c
9543         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9544         g_build_filename to properly get separators on the filename created.
9545
9546         * object.h: Small change, introduce MonoMarshalByRefObject to
9547         track the layout of that structure in the C# universe as we make
9548         changes there.
9549
9550 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9551
9552         * object.c: removed assert to allow static fields on interfaces.
9553         * loader.c: a TypeSpec may be used for any type, not just arrays.
9554
9555 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9556
9557         * class.c, class.h: added mono_class_array_element_size ().
9558         Ignore static methods in interfaces.
9559
9560 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9561
9562         * threads.c: fixed the build under cygwin.
9563
9564 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9565
9566         * reflection.c: handle nullref constants. Allocate keys for
9567         reflection handles with the GC.
9568
9569 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9570
9571         * threads.c, threads.h: added mono_thread_get_abort_signal()
9572         to get a suitable signal for thread abort.
9573
9574 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9575
9576         * metadata.c: fix handling of ExportedType table.
9577
9578 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9579
9580         * icall.c: added WriteWindowsDebugString internal call.
9581
9582 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9583
9584         * reflection.h: added fields to match C# implementation.
9585
9586 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9587
9588         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9589
9590 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9591
9592         * gc.h, gc-internal.h: Rename header for GC internal calls to
9593         gc-internal.h from gc.h as to not clash with Boehm GC having its
9594         header installed as <gc.h> in outside include paths.
9595         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9596         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9597
9598 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9599
9600         * icall.c: assign minor, build and revision in FillName.
9601
9602 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9603
9604         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9605         Added support for running code generated by Reflection.Emit.
9606
9607 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9608
9609         * appdomain.c: check for NULL argument in LoadFrom.
9610
9611 2002-12-10  Dick Porter  <dick@ximian.com>
9612
9613         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9614
9615 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9616
9617         * appdomain.c: fix buglet when building exe file name.  Handle full
9618         assembly name (needed after latest changes to AssemblyName).
9619         * image.c:
9620         (mono_image_close): free some hashtables.
9621
9622 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9623
9624         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9625         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9626         on some systems (redhat 7.3) 
9627
9628 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9629
9630         * threads.c: delete the critical section of a sync block,
9631         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9632
9633 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9634
9635         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9636
9637 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9638
9639         * appdomain.[ch]: handle the assembly preload event to try loading the
9640         assemblies using the paths we have in the current domain.
9641
9642         * assembly.[ch]: created an assembly preload hook that is called to try
9643         loading the assembly by other means that the ones provided here.
9644
9645         * domain.c: initialize the domain search path.
9646
9647         From now on, assemblies (TODO: except corlib and System) are loaded
9648         according to these rules when using mono_assembly_load ():
9649
9650                 1. It tries to load the assembly from the ApplicationBase
9651                 of the current domain appending .dll and .exe (TODO: have to
9652                 try loading from name/name.dll and name/name.exe).
9653
9654                 2. It tries the search path specified in PrivateBinPath for the
9655                 current domain (if any).
9656
9657                 3. Previous behavior.
9658
9659 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9660
9661         * icall.c: implemented GetInterfaceMap() related icall.
9662         * domain.c, loader.h: load MethodInfo in mono_defaults.
9663
9664 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9665
9666         * gc.c: disable the finalizer thread for now, untill all the issues
9667         with it are resolved.
9668
9669 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9670
9671         * string-icalls.c: handle embedded nulls in string ctor when the
9672         length is specified.
9673
9674 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9675
9676         * class.c: look for explicit interface implementation in parent
9677         classes, too.
9678
9679 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9680
9681         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9682
9683 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9684
9685         * gc.c: protect handles with a critical section.
9686
9687 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9688
9689         * icall.c:
9690         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9691         parameters. If no assembly specified, try getting the type from all
9692         the assemblies in the current domain, else, load the assembly and get
9693         the type from it.
9694
9695 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9696
9697         * marshal.c: applied patch from Aleksey Demakov that fixes
9698         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9699
9700 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9701
9702         * icall.c: fixed get_location.
9703
9704 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9705
9706         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9707         declarations to make it work with older gcc. 
9708
9709         * loader.c (mono_get_method): set signature->pinvoke for native calls
9710
9711 2002-11-20  Dick Porter  <dick@ximian.com>
9712
9713         * threads.c (mono_thread_init): Set the main thread's handle
9714
9715 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9716
9717         * gc.c: allow compilation without GC support. Changed to match the
9718         mono coding style.
9719
9720 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9721
9722         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9723
9724 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9725
9726         * reflection.c: set a public key token on the core assemblies.
9727
9728 2002-11-18  Dick Porter  <dick@ximian.com>
9729
9730         * threads.c: Split out some thread initialisation so that other
9731         files can set the start callback function.
9732
9733         * gc.c: Run finalisers in a separate thread, to avoid stack
9734         overflow.  Fixes bug 31333.
9735
9736         * appdomain.c: Set up GC finalisation thread.
9737
9738         * reflection.c: 
9739         * object.c: 
9740         * domain.c: Use gc.h macros for GC_malloc
9741         
9742 2002-11-15  Dick Porter  <dick@ximian.com>
9743
9744         * threadpool.c: 
9745         * threads.c:
9746         * appdomain.c: Removed mono_runtime_init_with_attach(),
9747         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9748         merging the extra parameter with the existing function.  Removed
9749         unneeded code in mono_thread_attach().
9750
9751 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9752
9753         * image.c (mono_image_loaded_by_guid): a method to get loaded
9754         images by guid. 
9755         (load_metadata_ptrs): we store the guid as string.
9756
9757 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9758
9759         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9760
9761         * metadata.c (mono_guid_to_string): imported method form Zoltan
9762         Varga (slightly modified)
9763
9764         * assembly.c (mono_assembly_open): load precompiled code
9765
9766         * loader.h (MonoMethod): we store the method token for use in the
9767         aot compiler. 
9768
9769 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9770
9771         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9772         the hook function called when an assembly is loaded.
9773         
9774         * domain.c: Modified file.
9775         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9776
9777         Fixes bug #33196.
9778
9779 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9780
9781         * reflection.c: Map PEFileKind to the value expected by the WinNT
9782         image loader. 
9783
9784 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9785
9786         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9787         Read until the buffer is filled completely.
9788
9789 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9790
9791         * icall.c: implemented MonoType.InternalGetEvent ().
9792
9793 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9794
9795         * appdomain.c: implemented InitAppDomainSetup. Delayed
9796         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9797         the entry_assembly.
9798
9799         * assembly.c: base_dir is now an absolute path ending with
9800         G_DIR_SEPARATOR.
9801
9802         * icall.c: modified get_location according to the above changes.
9803
9804         * object.c: init AppDomain.SetupInformation for the default domain after
9805         we have the entry assembly.
9806
9807         * domain.c: when unloading a domain, setup = NULL.
9808
9809 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9810
9811         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9812
9813 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9814
9815         * object.h, object.c: introduced mono_object_get_virtual_method ()
9816         to lookup the method invoked on an object when a callvirt is done on
9817         a method.
9818         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9819
9820 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9821
9822         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9823         current domain when loaded an assembly and failed to load it.
9824
9825         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9826
9827 2002-10-31  Dick Porter  <dick@ximian.com>
9828
9829         * icall.c: 
9830         * file-io.h: 
9831         * file-io.c: Return the error status in a parameter, as the
9832         GetLastError() value has long since been blown away if we try and
9833         look it up in a subsequent internal call invocation.  Delete the
9834         GetLastError() internal call, because it's useless.
9835
9836 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9837
9838         * class.[ch]: added cast_class to fix bug 29517
9839
9840 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9841
9842         * marshal.c: create valid IL code in the filter clause:
9843         the new JIT is less forgiving:-)
9844
9845 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9846
9847         * icall.c: removed get_property internal call.
9848
9849 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9850
9851         * appdomain.h domain.c: Added an ID to appdomains.
9852         
9853         * threads.c threads.h icall.c: Implement icall
9854         Thread:GetDomainID(), and remove unused icall 
9855         CurrentThreadDomain_internal.
9856
9857 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9858
9859         * icall.c: Don't recurse through the base types in GetConstructor.
9860         Fixes bug #32063. 
9861
9862 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9863
9864         * mempool.h, mempool.c: added mono_mempool_empty() and
9865         mono_mempool_stats().
9866
9867 2002-10-23  Dick Porter  <dick@ximian.com>
9868
9869         * file-io.c: 
9870         * file-io.h: 
9871         * icall.c: Added MonoIO.GetFileType internal call
9872
9873 2002-10-17  Dick Porter  <dick@ximian.com>
9874
9875         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9876         delegate semaphore before waiting for all threads to finish,
9877         because new threads can also call async delegates.  Fixes bug
9878         32004.
9879
9880         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9881         of 3 seconds, in case another async job is queued.  (This part is
9882         needed because the bug fix reintroduced the 3s exit lag.)  This
9883         makes the mono_runtime_shutdown flag superfluous.
9884
9885 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9886
9887         * reflection.c: include ehader size in method section headers.
9888         Really check for suplicated modules entries.
9889
9890 2002-10-17  Martin Baulig  <martin@gnome.org>
9891
9892         * debug-mono-symfile.c: Added back support for locals.
9893
9894 2002-10-14  Martin Baulig  <martin@gnome.org>
9895
9896         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9897         MONO_TYPE_VOID.
9898
9899 2002-10-14  Martin Baulig  <martin@gnome.org>
9900
9901         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9902         mono_class_get() instead of looking in the class cache. 
9903
9904 2002-10-13  Martin Baulig  <martin@gnome.org>
9905
9906         * debug-mono-symfile.c: Set version number to 28, include the
9907         signature in method names.
9908
9909 2002-10-13  Martin Baulig  <martin@gnome.org>
9910
9911         * debug-mono-symfile.h: Set version number to 27.
9912
9913 2002-10-11  Martin Baulig  <martin@gnome.org>
9914
9915         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9916
9917 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9918
9919         * metadata.c, metadata.h: added helper function to allocate signatures.
9920
9921 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9922
9923         * icall.c: added internal call to get the location of machine.config.
9924
9925 2002-10-08  Martin Baulig  <martin@gnome.org>
9926
9927         * debug-mono-symfile.c: Ignore classes with a pending init for the
9928         moment.
9929
9930 2002-10-03  Dick Porter  <dick@ximian.com>
9931
9932         * threads.c: Freebsd pthread_t is a pointer
9933
9934 2002-10-03  Dick Porter  <dick@ximian.com>
9935
9936         * socket-io.c: Implemented GetHostName_internal
9937
9938 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9939
9940         * mono-config.c:
9941         (mono_config_parse_file): don't leak the text.
9942
9943 2002-10-02  Martin Baulig  <martin@gnome.org>
9944
9945         * debug-mono-symfile.c: Added support for methods.
9946
9947 2002-10-01  Martin Baulig  <martin@gnome.org>
9948
9949         * debug-mono-symfile.c: Don't emit methods and line numbers for
9950         the dynamic symbol file, just write the type table.  We can easily
9951         have an external helper program which creates a symbol file for an
9952         IL file.        
9953
9954 2002-10-01  Dick Porter  <dick@ximian.com>
9955
9956         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9957         Only add the handle to the cleanup array when we're about to
9958         launch the thread.  Bug 31425 deadlocked when the test was run on
9959         mono under w32.
9960
9961 2002-10-01  Martin Baulig  <martin@gnome.org>
9962
9963         * debug-mono-symfile.c: Added support for properties.
9964
9965 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9966
9967         * reflection.c: unaligned store fix from Mark Crichton
9968         <crichton@gimp.org>.
9969
9970 2002-09-27  Martin Baulig  <martin@gnome.org>
9971
9972         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9973         New interncall.
9974
9975 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9976
9977         * assembly.h, assembly.c: use a sane API to hook into the assembly
9978         loading process instead of a useless special-purpouse hack
9979         (ngen needs a hook, too, for example).
9980
9981 2002-09-27  Dick Porter  <dick@ximian.com>
9982
9983         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9984         io-layer can set up some process handle info.  Not needed on w32,
9985         but doesn't hurt either.
9986
9987         * process.c: Pass the program name in the second parameter to
9988         CreateProcess, so the path is searched.  Include the working
9989         directory. Implemented process name, process enumeration, and some
9990         process detail internal calls.
9991         
9992         * icall.c: Added internal calls for process lookup, and some
9993         process details
9994
9995 2002-09-26  Martin Baulig  <martin@gnome.org>
9996
9997         * assembly.c (mono_install_open_assembly_hook): New global
9998         function to install a function to be invoked each time a new
9999         assembly is loaded.
10000         (mono_assembly_open): Run this callback function if set.
10001
10002         * debug-mono-symfile.c: Put back line numbers for the dynamic
10003         symbol file and also record the .il file as source file.  This
10004         allows us to install the temporary symbol file as `file.dbg' just
10005         like a compiler-generated one.
10006
10007 2002-09-26  Nick Zigarovich <nick@chemlab.org>
10008
10009         * Corrected typo in gc.c (BOHEM vs BOEHM).
10010
10011 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10012
10013         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
10014         GetProperties. Also avoid calling g_slist_length in GetProperties and
10015         GetMethods.
10016
10017 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10018
10019         * reflection.c: avoid unaligned stores (bug spotted by
10020         Mark Crichton  <crichton@gimp.org>).
10021
10022 2002-09-25  Martin Baulig  <martin@gnome.org>
10023
10024         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
10025         instead of guint64 for addresses and added prologue/epilogue info.
10026
10027 2002-09-25  Martin Baulig  <martin@gnome.org>
10028
10029         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
10030         store line number info.  For the dynamic symbol file, we only need
10031         to provide the JIT generated dynamic line number info for the dynamic
10032         symbol file.
10033
10034 2002-09-25  Martin Baulig  <martin@gnome.org>
10035
10036         * debug-mono-symfile.h: Incremented version number.
10037
10038 2002-09-24  Martin Baulig  <martin@gnome.org>
10039
10040         * class.c (mono_debugger_class_init_func): New global function
10041         pointer variable.
10042         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
10043         call it.
10044
10045         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
10046         function.  This is called via the mono_debugger_class_init_func
10047         hook to add all types to the dynamic type table.
10048         (ves_icall_MonoDebugger_GetType): New interncall to get a class
10049         from its metadata token.
10050
10051         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
10052         New interncall for the debugger.
10053
10054 2002-09-24  Nick Drochak <ndrochak@gol.com>
10055
10056         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
10057         before using it in case it is null.
10058         
10059 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10060
10061         * metadata.c: allow custom modifiers in local var signatures
10062         (bug spotted by Zoltan Varga).
10063
10064 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
10065
10066         * class.c: deal with the <Module> class that may have a NULL vtable.
10067         Eliminate warnings.
10068
10069 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10070
10071         * image.c, image.h: more strong name helpers.
10072         * monosn.c: more work: convert pem keys to cryptoapi format.
10073
10074 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10075
10076         * string-icalls.c: speedup IndexOf.
10077
10078 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10079
10080         * icall.c: updates from Zoltan.2.Varga@nokia.com.
10081
10082 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10083
10084         * icall.c: cleanup: use mono_object_domain ().
10085
10086 2002-09-23  Martin Baulig  <martin@gnome.org>
10087
10088         * debug-mono-symfile.c: Improved type support.
10089
10090 2002-09-22  Martin Baulig  <martin@gnome.org>
10091
10092         * debug-mono-symfile.c: Added support for reference types and strings.
10093
10094 2002-09-22  Martin Baulig  <martin@gnome.org>
10095
10096         * debug-mono-symfile.c: Started to work on the type table.
10097
10098 2002-09-21  Martin Baulig  <martin@gnome.org>
10099
10100         * debug-mono-symfile.c: Largely reworked the symbol table format.
10101         The symbol table is now incrementally updated each time a new
10102         method is added.  We're now also using our own magic and version
10103         so that you don't need to recompile all your classes if the
10104         dynamic table changes.
10105         (mono_debug_update_mono_symbol_file): Removed.
10106         (mono_debug_symfile_add_method): New function to add a method.
10107
10108 2002-09-21  Martin Baulig  <martin@gnome.org>
10109
10110         * icall.c
10111         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
10112         New interncall.
10113
10114         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
10115         New interncall to get a method from its metadata token.
10116
10117 2002-09-21  Martin Baulig  <martin@gnome.org>
10118
10119         * debug-mono-symfile.c: Create type table.
10120
10121 2002-09-20  Martin Baulig  <martin@gnome.org>
10122
10123         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
10124
10125 2002-09-20  Martin Baulig  <martin@gnome.org>
10126
10127         * debug-mono-symfile.c: Provide information about params and locals.
10128
10129 2002-09-20  Martin Baulig  <martin@gnome.org>
10130
10131         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
10132         New interncall.
10133
10134         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
10135         interncall to get a method from its metadata token.
10136
10137 2002-09-20  Martin Baulig  <martin@gnome.org>
10138
10139         * debug-mono-symfile.c: Added a few checks for method->header
10140         being non-NULL.  This should never happen, but for the moment
10141         let's use a g_warning() rather than a g_assert().
10142
10143 2002-09-19  Mark Crichton  <crichton@gimp.org>
10144
10145         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
10146         even if support for it isn't present.  Added an #ifdef to fix this.
10147
10148         * socket-io.c: Added checks back for Solaris support.
10149
10150 2002-09-19  Martin Baulig  <martin@gnome.org>
10151
10152         * debug-mono-symfile.c (read_string, write_string): Reflect latest
10153         changes in the symbol file format.
10154
10155 2002-09-18  Martin Baulig  <martin@gnome.org>
10156
10157         * debug-mono-symfile.c: Set version number to 21.
10158
10159 2002-09-18  Dick Porter  <dick@ximian.com>
10160
10161         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
10162         on netbsd.  Fixes bug 30051.
10163
10164 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10165
10166         * reflection.c:
10167         (set_version_from_string): little fix.
10168
10169 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10170
10171         * monosn.c, Makefile.am: added strong name utility.
10172         * reflection.h, reflection.c: implemented delayed signing,
10173         locale, version and hash id assembly attributes.
10174
10175 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10176
10177         * loader.c, metadata.c: load param attributes in signatures.
10178
10179 2002-09-16  Martin Baulig  <martin@gnome.org>
10180
10181         * debug-mono-symfile.c: Added string table with all method names.
10182
10183 2002-09-14  Martin Baulig  <martin@gnome.org>
10184
10185         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
10186         fast method lookup.
10187
10188 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10189
10190         * reflection.c: record the public key token of referenced assemblies.
10191
10192 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10193
10194         * image.c, image.h: added functions to get the strong name and the
10195         public key of an assembly.
10196         * pedump.c: use them.
10197
10198 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
10199
10200         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
10201
10202 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
10203
10204         * marshal.c (mono_marshal_get_managed_wrapper): Added
10205         MONO_TYPE_BOOLEAN 
10206
10207 2002-09-11  Martin Baulig  <martin@gnome.org>
10208
10209         * gc.c: Call GC_unregister_disappearing_link() on all links when
10210         finalizing them, this is necessary to aviod a crash in boehm's
10211         finalize handler.
10212
10213 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10214
10215         * gc.c: handle GetTarget for finalized objects spotted and fixed by
10216         nick@chemlab.org.
10217
10218 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10219
10220         * icall.c: implemented MonoType::Module.
10221         * reflection.c, reflection.h: mono_module_get_object () from
10222         Tomi Pakarinen <tomi.pakarinen@welho.com>.
10223
10224 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10225
10226         * icall.c: ignore overridden methods in GetMethods ().
10227         Fix for FieldInfo::SetValue().
10228         * object.c: handle float/double in runtime invoke.
10229
10230 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10231
10232         * object.c: allow a constructor to be called again on an object.
10233
10234 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10235
10236         * class.h, class.c: move field layout code to it's own function and
10237         export it. Get an interface id earlier. Move fields in MonoClass
10238         so they are more cache friendly and align the bitfields.
10239         * loader.c: temporary handle get_param_names() for a runtime method.
10240         * reflection.c, reflection.h: more code to handle runtime creation of
10241         types.
10242
10243 2002-09-09  Martin Baulig  <martin@gnome.org>
10244
10245         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
10246         signature with the pinvoke field being set for the actual call.
10247
10248 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10249
10250         * icall.c: removed some unused icalls. Start of map of glib charsets
10251         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
10252
10253 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10254
10255         * debug-helpers.c: break infinite loop (found and fixed by
10256         Holger Arnold <harnold@gmx.de>).
10257
10258 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10259
10260         * icall.c: target may be null in create_delegate.
10261
10262 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10263
10264         * marshal.c: handle a boolean return type.
10265
10266 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10267
10268         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
10269
10270 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10271
10272         * gc.c: fix weakreferences.
10273
10274 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10275
10276         * icall.c: added icall to get default codepage.
10277
10278 2002-09-03  Dick Porter  <dick@ximian.com>
10279
10280         * threads.h: 
10281         * threads.c: Use MonoThread instead of MonoObject where
10282         apropriate.
10283
10284         Store running thread objects in a hash table, so that we have all
10285         the info to hand when waiting for them to finish
10286         (means we don't need OpenThread() any more, so mingw builds should
10287         be fully functional again.)
10288
10289         * verify.c:
10290         * object.h: Added thread ID to MonoThread
10291
10292 2002-09-03  Martin Baulig  <martin@gnome.org>
10293
10294         * icall.c (System.Reflection.Assembly::get_location): New interncall.
10295
10296 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10297
10298         * icall.c: fixed leak in get_temp_path. Thanks lupus.
10299
10300 2002-09-03  Martin Baulig  <martin@gnome.org>
10301
10302         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
10303         argument to store the end address of the disassembled instruction.
10304
10305         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
10306         here from debug-symfile.h.
10307         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
10308         JIT into this struct.
10309         (MonoSymbolFile): Added `char *image_file' field.
10310         (MonoDebugGetMethodFunc): Removed.
10311         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
10312         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
10313         (mono_debug_find_method): New method.
10314
10315         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
10316         create a full symbol file.
10317         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
10318         and static symbol files.
10319         (mono_debug_find_method): The symbol file keeps an internal method hash,
10320         call this to get a MonoDebugMethodInfo from a MonoMethod.
10321
10322         * debug-symfile.[ch]: Removed.
10323
10324 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
10325
10326         * image.c (do_mono_image_open): Remove linker version check.
10327
10328 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
10329
10330         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
10331         wrappers for instance methods.
10332         
10333 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10334
10335         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
10336
10337 2002-08-28  Dick Porter  <dick@ximian.com>
10338
10339         * Makefile.am: Export HOST_CC for w32 builds
10340
10341 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10342
10343         * file-io.c process.c: MonoString are null terminated, no
10344         need for mono_string_to_utf16() anymore.
10345
10346 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10347
10348         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
10349
10350 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
10351
10352         * icall.c, reflection.h: speedup System.MonoType.
10353
10354 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10355
10356         * reflection.c: allow null as the value of a string argument in
10357         custom attributes constructors.
10358
10359 2002-08-27  Martin Baulig  <martin@gnome.org>
10360
10361         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
10362         `trampoline_address' field.
10363
10364 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
10365
10366         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
10367         check (fixes bug #29486) 
10368
10369 2002-08-27  Martin Baulig  <martin@gnome.org>
10370
10371         * debug-mono-symfile.c: Changed the file format in a way that allows us
10372         open it read-only and to use a specially malloced area for all the
10373         dynamic data.  We can now also generate a symbol file on-the-fly if we're
10374         debugging IL code and there is no MCS generated symbol file for it.
10375
10376 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10377
10378         * object.c: added a define for a good string and array
10379         creation speedup (not enabled by default because we need to deal with
10380         the synch stuff).
10381
10382 2002-08-26  Martin Baulig  <martin@gnome.org>
10383
10384         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
10385         function to create a dynamic symbol file.  This is used by the
10386         debugger to create a symbol file for IL code on-the-fly.
10387
10388 2002-08-26  Martin Baulig  <martin@gnome.org>
10389
10390         * loader.c (mono_lookup_pinvoke_call): Include the error message
10391         from g_module_error() in the error message.
10392
10393 2002-08-24  Martin Baulig  <martin@gnome.org>
10394
10395         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
10396         function to update the symbol file.  The symbol file is mmap()ed
10397         writable, but private.  This allows us to install the symbol file
10398         together with the assembly.
10399
10400 2002-08-24  Martin Baulig  <martin@gnome.org>
10401
10402         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
10403         but they can read the new symbol file format which mcs is now creating.
10404
10405         * debug-symfile.c (mono_debug_find_source_location): Moved to
10406         debug-mono-symfile.c; this is now operating on the new symbol file.
10407
10408 2002-08-23  Martin Baulig  <martin@gnome.org>
10409
10410         * debug-helpers.c (mono_method_desc_from_method): New function to get
10411         a MonoMethodDesc from a MonoMethod.
10412
10413 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10414
10415         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10416         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10417
10418 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10419
10420         * string-icalls.[ch]: make helper methods static.
10421
10422 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10423
10424         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10425         types to it and to SetValueInternal.
10426
10427         * object.c: Moved handle_enum label to its proper place. This was the
10428         f... bug! ;-)
10429
10430         This time i compiled mcs and gtk-sharp and they both work.
10431
10432 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10433
10434         * icall.c: reverted partially my previous patch until 
10435         object.c:set_value handles enums correcly.
10436
10437 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10438
10439         * icall.c:
10440         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10441         (ves_icall_System_Environment_get_MachineName): removed warning when
10442         compiling under cygwin.
10443
10444 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10445
10446         * object.c: fixed field_get_value() for reference types.
10447
10448 2002-08-22  Dick Porter  <dick@ximian.com>
10449
10450         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10451         Don't free a buffer while it's still needed.  Patch from Jonathan
10452         Liger <Jonathan.liger@wanadoo.fr>
10453
10454 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10455
10456         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10457         internal call.
10458
10459 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10460
10461         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10462         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10463
10464         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10465         we call unmanaged code which throws exceptions.
10466
10467 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10468
10469         * appdomain.h: added per-domain entry_assembly.
10470         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10471         arguments.
10472         * icall.c: Assembly::GetEntryAssembly icall.
10473         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10474         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10475
10476 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10477
10478         * appdomain.h, gc.c: added mono_domain_finalize ().
10479
10480 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10481
10482         * object.c:
10483         (mono_print_unhandled_exception): changed g_warning by g_printerr
10484         because g_log has a 1024 characters limit (yeah, i got a big stack
10485         trace). Don't print exception name, that should be in ToString 
10486         returned string.
10487
10488 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10489
10490         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10491         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10492
10493 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10494
10495         * object.c:
10496         (mono_print_unhandled_exception): after previous commit, i realized
10497         that MS calls ToString on the exception. I changed this function to
10498         do that. This way we get stack_trace for free.
10499
10500 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10501
10502         * object.c:
10503         (mono_print_unhandled_exception): invoke Message property instead of
10504         getting 'message' field from Exception. Don't allocate memory for
10505         'trace' and 'message' if not needed.
10506
10507 2002-08-18  Dick Porter  <dick@ximian.com>
10508
10509         * unicode.c: Fix asserts to match Encoder.cs checks
10510
10511 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10512
10513         * marshal.c: fix unaligned store issue and a few wrong
10514         opcode argument types.
10515
10516 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10517
10518         * icall.c: added GetUninitializedObjectInternal internal call.
10519
10520 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10521
10522         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10523         to the right domain.
10524
10525 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10526
10527         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10528
10529         * class.c (class_compute_field_layout): set blittable to false for Strings
10530
10531         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10532
10533 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10534
10535         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10536         first chunk of code to create types at runtime. Code to
10537         handle ReflectedType/DeclaringType. Make reflection handles
10538         domain specific.
10539
10540 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10541
10542         * class.c: set correct name in arrays.
10543
10544 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10545
10546         * appdomain.c (mono_domain_transfer_object): make it work with
10547         valuetypes. bug fixes.
10548
10549 2002-08-12  Dick Porter  <dick@ximian.com>
10550
10551         * object.h: Rename some parameters to avoid c++ keywords (Patch
10552         from Joseph Wenninger <kde@jowenn.at>)
10553
10554 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10555
10556         * icall.c: added icall to implement Assembly.GetFile*.
10557
10558 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10559
10560         * reflection.h, reflection.c: code to embed managed resources.
10561
10562 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10563
10564         * class.c: move all the type size stuff into
10565         class_compute_field_layout().
10566
10567 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10568
10569         * class.c: ensure enums have always the correct instance size.
10570         * unicode.c: remove wrong assert.
10571
10572 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10573
10574         * assembly.c: fix mem corruption issue.
10575         * image.h, image.c: added mono_image_get_resource () to access
10576         managed resources.
10577         * icall.c: implemented Assembly.EntryPoint property and some
10578         Managed Resources related internalcalls.
10579
10580
10581 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10582
10583         * image.c, image.h: impemented mono_image_get_entry_point ().
10584         * appdomain.c: use mono_image_get_entry_point.
10585
10586 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10587
10588         * reflection.c: support the object type argument when loading
10589         custom attributes.
10590
10591 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10592
10593         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10594         String as return type.
10595
10596 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10597
10598         * reflection.c: fix encoding of named args for custom attrs to match
10599         the ms implementation. Read them back when instantiating custom
10600         attributes.
10601
10602 2002-08-02  Radek Doulik  <rodo@ximian.com>
10603
10604         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10605         by Dietmar as quick fix
10606         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10607         16 as stack size, used on more places as quick fix before Dietmar
10608         will fix it properly
10609
10610 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10611
10612         * object.h, object.c: added accessors for fields and properties.
10613
10614 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10615
10616         * class.c, class.h: made mono_class_get_field_from_name ()
10617         loop on parent types.
10618         Added mono_class_get_property_from_name ().
10619
10620 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10621
10622         * class.c, class.h: move the code to setup the type vtable in its own
10623         function so that it can be reused also for types created at runtime.
10624         Eliminate the "class" identifier from the header file.
10625         * reflection.c: setup the vtable for enums so that we can create
10626         objects for use in SetConstant ().
10627
10628 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10629
10630         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10631         instead of the delegate itself as this pointer (bug #28383)
10632
10633 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10634
10635         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10636         conversions.
10637
10638 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10639
10640         * loader.c: don't set the pinvoke bit on icalls.
10641
10642 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10643
10644         * debug-helpers.c (mono_method_full_name): only print a number to
10645         indicate wrapper type (so that the output is more readable in traces).
10646
10647 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10648
10649         * class.c (mono_class_init): include method override patch from Paolo
10650
10651 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10652
10653         * icall.c: fixed GetTypeCode().
10654
10655 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10656
10657         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10658         use real delegate invoke function to make it work with multicast
10659         delegates (fix bug# 28291).
10660
10661 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10662
10663         * object.c: load constant strings.
10664
10665 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10666
10667         * reflection.c: no magic numbers.
10668         * tabledefs.h: security action enum.
10669
10670 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10671
10672         * assembly.c: fix possible memory corruption.
10673
10674 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10675
10676         * reflection.h, reflection.c: added support for linking resources.
10677         * verify.c: check we have an updated corlib.
10678
10679 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10680
10681         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10682         string arrays.
10683         (mono_marshal_string_array): null terminate unmanaged string arrays.
10684         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10685
10686 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10687
10688         * icall.c: Type.GetType () can now return also types from the
10689         calling assembly.
10690
10691 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10692
10693         * loader.h, loader.c: stack walking support.
10694         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10695         GetCallingAssembly.
10696
10697 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10698
10699         * marshal.c: added optimisations for blittable types 
10700
10701         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10702         (mono_class_setup_mono_type): set blittable attribute for single
10703         and double.
10704
10705         * marshal.c (mono_string_utf8_to_builder): impl.
10706         (mono_string_builder_to_utf8): impl.
10707         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10708
10709 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10710
10711         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10712         (mono_marshal_get_managed_wrapper): impl. byref types
10713
10714 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10715
10716         * icall.c:
10717         (search_method): don't display debug message. 
10718
10719 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10720
10721         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10722
10723 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10724
10725         * appdomain.c: set the missing filename when throwing exception.
10726
10727 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10728
10729         * metadata.c (mono_type_size): code cleanup
10730         (mono_type_stack_size): removed some test code
10731
10732 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10733
10734         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10735         mono_get_exception_file_not_found now.
10736
10737         * exception.c (mono_exception_from_name_two_strings): New version
10738         that will call a constructor with two string arguments. 
10739         (mono_get_exception_file_not_found): New helper routine, used to
10740         report file-not-found errors.
10741
10742 2002-07-20  Dick Porter  <dick@ximian.com>
10743
10744         * process.h:
10745         * process.c: Pass file handles to CreateProcess
10746         
10747         * icall.c:
10748         * file-io.h:
10749         * file-io.c: Implemented CreatePipe
10750
10751 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10752
10753         * metadata.c (mono_get_param_info): set alignment for value types
10754
10755 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10756
10757         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10758         Constify mono_domain_assembly_open().
10759         * loader.c: handle null namespace in icalls.
10760
10761 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10762
10763         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10764         (emit_str_to_ptr_conv): marshal object as structs
10765
10766         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10767
10768         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10769
10770 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10771
10772         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10773         (mono_marshal_get_native_wrapper): we an now return value types
10774
10775 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10776
10777         * verify.c: more checks implemented.
10778
10779 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10780
10781         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10782         (fix bug #27695)
10783         (mono_marshal_get_native_wrapper): allow byref arguments
10784         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10785         impl. PtrToStringXXX methods
10786         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10787         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10788         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10789         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10790         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10791
10792 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10793
10794         * reflection.c: fix buglet in parsing an assembly name.
10795
10796 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10797
10798         * marshal.c (emit_ptr_to_str_conv): first impl.
10799
10800 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10801
10802         * object.c, class.h: cache the vtable in the class as suggested by
10803         vargaz@freemail.hu (Zoltan Varga).
10804
10805 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10806
10807         * class.h, loader.c: added mono_field_from_token().
10808         * verify.c: first cut of type checking code.
10809
10810 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10811
10812         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10813
10814 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10815
10816         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10817         (fix bug #27782)
10818         (mono_marshal_get_remoting_invoke): impl.
10819         (mono_delegate_begin_invoke): impl.
10820         (mono_mb_emit_save_args): impl.
10821         (mono_delegate_end_invoke): impl.
10822         (mono_marshal_get_delegate_begin_invoke):
10823         (mono_marshal_get_delegate_end_invoke):
10824         (mono_marshal_get_delegate_invoke): generate a special name for
10825         those methods (including the signature) and associate them whith
10826         the delegate class. 
10827
10828 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10829
10830         * reflection.[ch]: 
10831         (mono_reflection_type_from_name): now it has a MonoImage parameter
10832         which is used as the default image to search the type in. If the image
10833         is NULL or getting the type from it fails, it defaults to corlib.
10834
10835         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10836         new parameter.
10837
10838 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10839
10840         * reflection.c: update the parameter table index.
10841
10842 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10843
10844         * domain.c: don't include the mark byte in the string hash.
10845
10846 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10847
10848         * icall.cs: icall for Type.GetTypeCode ().
10849         * verify: a couple of fixes and disabled local initialization checks.
10850
10851 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10852
10853         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10854
10855         * debug-helpers.c (mono_method_full_name): print the type of the
10856         runtime wrapper
10857
10858         * metadata.c (mono_signature_hash): a hash function for signatures
10859         (mono_signature_hash): better hash algorithm
10860
10861         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10862
10863         * debug-helpers.c (mono_method_full_name): this can now generate
10864         method names with signatures
10865
10866         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10867         method dont have this pointers.
10868
10869 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10870
10871         * reflection.c: fixup typebuilder tokens.
10872         * image.c: fix buglet.
10873         * marshal.h: remove whitespace.
10874         * metadata.h, metadata.c: reinstate code that was removed.
10875         * verify.c: handle catch directives and fix another couple of bugs.
10876
10877 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10878
10879         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10880         (mono_marshal_get_native_wrapper): make it comp. with the old code
10881         (mono_marshal_get_native_wrapper): support boolean
10882         (mono_marshal_get_managed_wrapper): support more types
10883
10884 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10885
10886         * class.c (class_compute_field_layout): compute class->blittable attribute.
10887
10888 2002-07-09  Dick Porter  <dick@ximian.com>
10889
10890         * threads.c: Make the thread cleaning up cope with threads that
10891         call ExitThread()
10892
10893 2002-07-08  Radek Doulik  <rodo@ximian.com>
10894
10895         * reflection.c (method_encode_code): use non-translated values to
10896         compute finally_start, this fixes exception handling on ppc, yay!
10897
10898         * decimal.h (struct signscale): fix endianess
10899
10900 2002-07-07  Radek Doulik  <rodo@ximian.com>
10901
10902         * reflection.c: swap box_val and not val
10903
10904 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10905
10906         * reflection.c, reflection.h: handle full assembly info in type name.
10907         Handle Type arguments when loading custom attributes.
10908         * icall.c: updated to use new mono_reflection_type_from_name () method.
10909
10910 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10911
10912         * loader.c:
10913         (method_from_memberref): also print assembly name when method not found.
10914
10915 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10916
10917         * icall.c:
10918         (ves_icall_TypeGetProperties): fixed bug #27473. 
10919
10920 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10921
10922         * reflection.c: display image name and token when cannot find the
10923         .ctor for an attribute.
10924
10925 2002-07-05  Martin Baulig  <martin@gnome.org>
10926
10927         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10928
10929 2002-07-04  Dick Porter  <dick@ximian.com>
10930
10931         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10932         compile on mingw.  This will cause mingw builds to not wait for
10933         subthreads to terminate after the main thread does.  I've lodged a
10934         bug with the mingw developers for them to wrap OpenThread().
10935
10936 2002-07-03  Dick Porter  <dick@ximian.com>
10937
10938         * threads.c: Store thread IDs instead of handles, because
10939         GetCurrentThread() returns a pseudohandle and therefore stores
10940         useless values.  mono_thread_cleanup() continues checking the
10941         array of threads until it is empty, to cope with subthreads
10942         spawning new threads after the main thread has finished.
10943
10944         * profiler.h:
10945         * profiler.c:
10946         * profiler-private.h: Pass the thread ID to thread profiler
10947         functions, instead of a handle
10948
10949 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10950
10951         * verify.c: fixes to make it more usable.
10952         * pedump.c: added --verify code to verify IL code in an assembly.
10953
10954 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10955
10956         * reflection.c: turn errors into warnings to allow compiling corlib.
10957
10958 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10959
10960         * reflection.c: add special cases to compile corlib.
10961
10962 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10963
10964         * reflection.c: handle properties with only a set method.
10965
10966 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10967
10968         * opcodes.h: add enum with opcodes in opval order.
10969
10970 2002-07-01  Dick Porter  <dick@ximian.com>
10971         
10972         * object.h:
10973         * object.c (mono_runtime_run_main): Removed unneeded argument
10974
10975 2002-06-28  Martin Baulig  <martin@gnome.org>
10976
10977         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10978
10979 2002-06-27  Dick Porter  <dick@ximian.com>
10980
10981         * threads.c: Store the handle in both the parent thread and in the
10982         subthread, to minimise the time between starting a new thread and
10983         storing its ID.
10984
10985 2002-06-26  Dick Porter  <dick@ximian.com>
10986
10987         * appdomain.c (mono_runtime_cleanup): Close the socket library
10988         after all the threads have finished, not before
10989
10990 2002-06-26  Martin Baulig  <martin@gnome.org>
10991
10992         * debug-symfile.c (mono_debug_find_source_location): Added
10993         `guint32 *line_number' argument.  If it's not NULL, store the line number
10994         there and return the file name without the line number.
10995
10996 2002-06-25  Dick Porter  <dick@ximian.com>
10997
10998         * icall.c:
10999         * process.h:
11000         * process.c: Process forking and other support functions
11001
11002 2002-06-25  Dick Porter  <dick@ximian.com>
11003
11004         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
11005         things dont happen when the image is closed.
11006         (mono_image_lookup_resource): Walk the resource section looking
11007         for a particular entry
11008
11009         * cil-coff.h: PE resource section decoding
11010
11011 2002-06-25  Dick Porter  <dick@ximian.com>
11012         
11013         * assembly.h:
11014         * assembly.c: 
11015         (mono_assembly_foreach): Accessor functions to walk the list of
11016         loaded assemblies
11017         (mono_assembly_set_main):
11018         (mono_assembly_get_main): Process methods need to know which
11019         assembly is the "main" one
11020
11021         * object.c (mono_runtime_run_main): Record the main assembly
11022
11023         * debug-helpers.c: Fix typo
11024
11025 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
11026
11027         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
11028         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
11029
11030 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11031
11032         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
11033
11034 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
11035
11036         * image.c (do_mono_image_open): Initialize reference count,
11037         otherwise we leak the MonoImage.
11038
11039 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11040
11041         * reflection.c: small tweak to handle self-hosting.
11042
11043 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
11044
11045         * reflection.c: fix type name parse code.
11046
11047 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11048
11049         * reflection.c: break out of the loop.
11050         * image.c: special case corlib.
11051
11052 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11053
11054         * reflection.c: add all the custom attrs at the end to ensure the
11055         ctors have been properly initialized when the attributes are defined
11056         in the current assembly.
11057
11058 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11059
11060         * reflection.c: handle correctly multiple-nested types.
11061
11062 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
11063
11064         * row-indexes.h: fix typos.
11065         * reflection.c: adjust for typos and fix method_def_or_ref
11066         encoding in MethodImpl table.
11067
11068 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11069
11070         * reflection.c: fix entry point patching (thanks Serge!).
11071
11072 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
11073
11074         * verify.c: add check for System.Exception
11075
11076 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
11077
11078         * image.c, class.c: minifix for code just c&p'ed.
11079         * reflection.c: warning fix.
11080         * object.h, loader.h, domain.c: load also StringBuilder.
11081
11082 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11083
11084         * marshal.h, marshal.c: some support code to handle complex marshaling.
11085
11086 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11087
11088         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
11089         Better signatures with vtable error dump.
11090
11091 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
11092
11093         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
11094
11095 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
11096
11097         * icall.c (ves_icall_Type_GetField): impl.
11098
11099 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11100
11101         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
11102         to retrieve a marshal description blob for a field or param.
11103
11104 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
11105
11106         * reflection.h, reflection.c: change order of nested type emission
11107         to avoid table corruption. The NestedTypes table is sorted.
11108         * icall.c: change order of GetConstructor results to workaround mcs bug.
11109
11110 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11111
11112         * reflection.h, reflection.c: handle field and param marshal
11113         information.
11114
11115 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11116
11117         * icall.c, marshal.c marshal.h: more Marshal class implementation.
11118
11119 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11120
11121         * reflection.c: fix call convention.
11122
11123 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11124
11125         * reflection.h, reflection.c: mono_image_get_memberref_token()
11126         takes a type instead of a class, now. Added
11127         mono_image_get_array_token() to create tokens for the special
11128         multi-dim array methods.
11129
11130 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11131
11132         * assembly.c: handle modules (no assembly table). Split
11133         loading references in its own function.
11134         * class.c: handle moduleref resolution scope.
11135         * image.c, image.h: cache module name in image.
11136
11137 2002-06-07  Martin Baulig  <martin@gnome.org>
11138
11139         * reflection.c (mono_image_get_type_info): Only add a class layout entry
11140         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
11141
11142 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11143
11144         * icall.c: more signature fixes that used uint instead of int.
11145
11146 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11147
11148         * reflection.c: fixed signature of field refs.
11149
11150 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11151
11152         * class.c, reflection.c: handle typerefs of nested types
11153         (both on read and when writing files).
11154
11155 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
11156
11157         * icall.c: fix method signatures that tried to workaround the previous
11158         typo, d'oh!
11159
11160 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11161
11162         * debug-helpers.c: fix typo.
11163
11164 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11165
11166         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
11167         rewrote the PE/COFF writing code (our programs are understood by the
11168         ms runtime, now).
11169
11170 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11171
11172         * gc.c, gc.h, icall.c: weakreference support.
11173
11174 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11175
11176         * Makefile.am, mono-config.c: use $(sysconfdir).
11177
11178 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11179
11180         * icall.c: changed default precision of Double.ToString() to 15.
11181         Fixed memory leak. Unified with Single.ToString.
11182
11183 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
11184
11185         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
11186
11187 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
11188
11189         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
11190         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
11191         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
11192         and myself.
11193
11194 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11195
11196         * debug-symfile.c, sysmath.c: yet more compilation fixes.
11197
11198 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11199
11200         * reflection.c, socket-io.c: more compilation fixes.
11201
11202 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11203
11204         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
11205         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
11206         unicode.c: warning and compiler compatibility fixes.
11207
11208 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11209
11210         * class.h, metadata.c: fixed warnings/compilation errors.
11211
11212 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11213
11214         * Makefile.am, mono-config.c, mono-config.h: configuration file
11215         support routines.
11216         * loader.c, loader.h: make Dll mapping configurable at runtime in the
11217         config file. Export methods to insert and lookup mappings.
11218
11219 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
11220
11221         * reflection.c: handle types and boxed objects in custom attr
11222         constructors.
11223
11224 2002-05-30  Martin Baulig  <martin@gnome.org>
11225
11226         * debug-symfile.c
11227         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
11228
11229 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
11230
11231         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
11232         to lookup the implmap row for a P/Invoke method.
11233         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
11234         P/Invoke method from the runtime on an as needed basis.
11235
11236 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
11237
11238         * metadata.c (mono_metadata_parse_signature): impl.
11239
11240 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11241
11242         * class.c: handle .pack directive.
11243
11244 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
11245
11246         * object.c: initialize static fields with RVA data.
11247
11248 2002-05-25  Martin Baulig  <martin@gnome.org>
11249
11250         * debug-symfile.c
11251         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
11252
11253 2002-05-24  Martin Baulig  <martin@gnome.org>
11254
11255         * debug-symfile.c
11256         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
11257         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
11258         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
11259
11260 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11261
11262         * object.c: special case string ctros in invoke.
11263         * gc.c: silly whitespace changes.
11264
11265 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
11266
11267         * threadpool.[ch]: impl. a threadpool that can
11268         be used by mint and mono.
11269
11270 2002-05-22  Martin Baulig  <martin@gnome.org>
11271
11272         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
11273         The first argument is now a `MonoReflectionModuleBuilder *', the return
11274         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
11275         `methods' field to get the method builder.  The `token' argument is the
11276         unfixed token.
11277
11278         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
11279         invalid characters instead of g_assert_not_reached()ing.  This seems
11280         to be the behaviour of mscorlib.
11281
11282 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
11283
11284         * object.c (mono_runtime_invoke_array): applied patch from Rachel
11285         Hestilow to fix bug #25104
11286
11287 2002-05-21  Martin Baulig  <martin@gnome.org>
11288
11289         * debug-symfile.c (mono_debug_find_source_location): New function.
11290         Looks up an IL offset in the line number table and returns the source
11291         location as a string.
11292
11293 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11294
11295         * icall.c:
11296         (mono_double_ToStringImpl): changed %f by %g until we have something
11297         better.
11298
11299 2002-05-21  Nick Drochak  <ndrochak@gol.com>
11300
11301         * icall.c : Use different name for Math.Pow's icall.  Needed to check
11302         parameters first in C#.
11303
11304 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11305
11306         * icall.c, reflection.h: added icall to get info about an event.
11307
11308 2002-05-20  Radek Doulik  <rodo@ximian.com>
11309
11310         * object.c (mono_value_box): don't use memcpy for boxing on BIG
11311         endian
11312         (mono_value_box): don't use memcpy for small sizes on
11313         architectures with unaligned access
11314
11315 2002-05-20  Martin Baulig  <martin@gnome.org>
11316
11317         * reflection.c (mono_reflection_setup_internal_class): Don't crash
11318         if `tb->parent == NULL'.
11319         (mono_reflection_create_internal_class): New function.  This is
11320         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
11321         for enum types.
11322
11323         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
11324         New interncall.
11325
11326 2002-05-19  Martin Baulig  <martin@gnome.org>
11327
11328         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
11329         argument to get the length, don't default to the array length.
11330
11331 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
11332
11333         * assembly.c (mono_assembly_setrootdir): New function used to
11334         override the MONO_ASSEMBLIES directory.
11335
11336 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11337
11338         * icall.c: ValueType_GetHashCode() initialize local var.
11339
11340 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11341
11342         * reflection.c: sort custom attributes table.
11343
11344 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11345
11346         * reflection.c: support named args in custom attributes (write support).
11347
11348 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11349
11350         * reflection.c: fix finally position calculation.
11351
11352 2002-05-15  Radek Doulik  <rodo@ximian.com>
11353
11354         * reflection.c: fixed endianess at many places
11355
11356         * icall.c (ves_icall_InitializeArray): comment out debug msg
11357
11358 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
11359
11360         * object.c (mono_unhandled_exception): new function to handle
11361         unhandled exceptions.
11362         (mono_unhandled_exception): call the UnhandledException event.
11363         (mono_runtime_delegate_invoke): impl.
11364
11365 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
11366
11367         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
11368         returns the RVA, not the direct pointer to the data. Handle the case
11369         when the class size is fixed.
11370
11371 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
11372
11373         * reflection.c: fix some endianess issues.
11374
11375 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
11376
11377         * object.c (mono_runtime_invoke): is now able to catch exceptions.
11378
11379         * threads.c (mono_thread_init): added a callback which is invoked
11380         at thread start.
11381
11382 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11383         
11384         * icall.c: make GetHashCode return non-negative values.
11385
11386 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11387
11388         * object.c, icall.c, gc.c: revert to address-based hashcode.
11389
11390 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
11391
11392         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
11393
11394 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11395
11396         * icall.c, class.c: special case <Module>.
11397
11398 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
11399
11400         * icall.c: fix bug in GetNow().
11401
11402 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
11403
11404         * object.c (mono_runtime_class_init): make sure that we call all
11405         static class constructors.
11406
11407 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11408
11409         * reflection.c: sort methodsemantics table.
11410
11411 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
11412
11413         * reflection.h, reflection.c: honour init locals setting.
11414
11415 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11416
11417         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11418
11419 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11420
11421         * reflection.c: support ContructorBuilders in attribute blob creation.
11422
11423 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11424
11425         * reflection.c: some changes to build a binary that can be run
11426         directly in windows.
11427
11428 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11429
11430         * loader.c: print a big message when an icall can't be found.
11431
11432 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11433
11434         * string-icalls.c: fix bug 24248.
11435
11436 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11437
11438         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11439         icall.c, reflection.h: separate assembly loading by pathname and by
11440         assembly name. Use the MONO_PATH env var to search for assemblies.
11441
11442 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11443
11444         * assembly.c, image.h: add some support for assemblies
11445         with multiple modules.
11446         * class.c, class.h: export mono_class_from_typeref().
11447         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11448         instead.
11449
11450 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11451
11452         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11453         documentation says (the ECMA one is correct).
11454
11455 2002-05-02  Dick Porter  <dick@ximian.com>
11456
11457         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11458         Don't name the synchronisation mutex.
11459
11460 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11461
11462         * rand.c
11463         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11464         Make the prototypes match.
11465         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11466         Same.
11467
11468         * icall.c
11469         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11470         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11471         all systems have tm.tm_zone, so use strftime() with %Z to print
11472         the timezone abreviation into a temp string.
11473
11474         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11475         rather than mono_array_addr() on a MonoString on Big Endian
11476         machines.
11477
11478 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11479
11480         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11481         fix bug 24041
11482
11483 2002-04-30  Dick Porter  <dick@ximian.com>
11484
11485         * socket-io.c: Cope with SOCKET being an integer rather than a
11486         pointer now.
11487
11488         * threads.c: Added Thread_free_internal, to deal with thread
11489         handle cleanup.  Moved calls to handle_store() and handle_remove()
11490         to start_wrapper(), so each can only be called once.  Allocate
11491         synchronisation blocks with GC_malloc(), and use GC finalisation
11492         to close the handles.
11493
11494         * icall.c: added System.Threading.Thread::Thread_free_internal
11495
11496 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11497
11498         * icall.c: support Environment.Exit, CommandLineArgs().
11499
11500 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11501
11502         * object.c, object.h: added mono_runtime_run_main () and
11503         mono_runtime_get_main_args () for use in System.Environment.
11504
11505 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11506
11507         * gc.c: fix thinko, enable actual finalization since the jit is now
11508         fixed.
11509
11510 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11511
11512         * gc.c, object.c: take into account that an object may be offset wrt the address
11513         returned by GC_malloc().
11514
11515 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11516
11517         * image.c: handle files without entries in the assembly table (modules).
11518
11519 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11520
11521         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11522         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11523         allowed to be null when it's System.Object class setup.
11524
11525 2002-04-27  Martin Baulig  <martin@gnome.org>
11526
11527         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11528         if `tb->parent == NULL' rather than crashing.
11529
11530 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11531
11532         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11533         calling acos() where asin() should have been called.
11534
11535 2002-04-26  Martin Baulig  <martin@gnome.org>
11536
11537         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11538         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11539         there's a subdirectory called `System', but we don't want to read that
11540         subdirectory as an assembly.
11541
11542 2002-04-25  Martin Baulig  <martin@gnome.org>
11543
11544         * debug-symfile.c: Reflect latest MonoString changes.
11545
11546 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11547
11548         * rand.c, rand.h: instance method icalls need to have an explicit
11549         this pointer as first argument in the C implementation.
11550
11551 2002-04-25  Nick Drochak <ndrochak@gol.com>
11552
11553         * icall.c: Fix typo in map for GetNonZeroBytes
11554
11555 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11556
11557         * string-icalls.c : String does now passes unit tests without any 
11558         errors, the following changes has been made:
11559         
11560         Implemented replace methods.
11561         Renaming of methods to (try) follow the standard.
11562         Fixed compare ordinal
11563         Made all memory allocated directly to function instead of via icall function.
11564         Small performance fix in is_in_array function
11565                         
11566  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11567
11568         c (mono_string_Internal_ctor_charp_int_int):
11569         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11570         sindex < 0, throw ArgumentOutOfRangeException instead of
11571         ArgumentNullException.
11572
11573         Added new check for length == 0, however
11574         I need to make it return String.Empty from the C code.
11575         
11576         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11577         that calculate the length for us here.
11578         
11579         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11580         mono_string_new_utf16 with mono_string_new, since value is utf8.
11581
11582 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11583
11584         * object.c: register the object for finalization if needed.
11585         Allocate one more char in the string for the terminating 0 char.
11586
11587 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11588
11589         * class.c, class.h, image.c: check if a type implemenst a destructor.
11590         Use the proper key for array class lookups.
11591         * icall.c: register the icalls in the System.GC class.
11592         * gc.c, gc.h: GC-related functions and icalls.
11593
11594 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11595
11596         * icall.c:
11597         * socket-io.c:
11598         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11599         changed a couple of free () by g_free ().
11600
11601         * decimal.c: one-liner in the comments for decimal2string ().
11602
11603 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11604
11605         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11606
11607 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11608
11609         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11610         * object.c (mono_runtime_invoke_array) : handle null in params
11611
11612 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11613
11614         * string-icalls.c: fixed bug in split (one off bug)
11615
11616 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11617
11618         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11619         * icalls.c: added String::Equals as internal method
11620
11621 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11622
11623         * threads.c: fixed bug in the double interlocked functions
11624
11625 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11626
11627         * threads.c: implemented all of the new interlocked icalls.
11628         * string-icalls.c: fix a bug in insert.
11629         * icalls.c: added the icalls for interlocked, removed old string functions.
11630         
11631 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11632
11633         * loader.c: fix off-by-one error when reading argument names.
11634
11635 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11636
11637         * profiler.c: win32 counter implementation (untested).
11638         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11639         (the latter needs testing and more complete impl. from win32 folks).
11640
11641 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11642
11643         * object.c: mono_array_new_full workaround mono_array_class_get
11644         problem.
11645
11646 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11647
11648         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11649         * object.h (mono_string_chars): Changed casting type.
11650
11651 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11652
11653         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11654                            method signatures to use gunichar2 instead of gint16.
11655
11656 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11657
11658         * object.h, object.c: domain-specific versions of mono_object_new and
11659         mono_array_new.
11660
11661 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11662
11663         * object.c: changed String layout
11664
11665         * string-icalls.c (mono_string_Internal_ctor_chara): added
11666         internal string constructors.
11667
11668 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11669
11670         * threads.c: pass 'this' to the thread start routine.
11671
11672 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11673
11674         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11675         InternalCompareStr don't call twice mono_string_cmp_char for the last
11676         character. Improved performance in mono_string_cmp_char.
11677
11678 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11679
11680         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11681         code into its own library: libmonoruntime.
11682
11683 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11684
11685         * object.h, object.c: changed array format so that szarrays do not
11686         require a bounds structure.
11687         * icall.c, appdomain.c: support for new szarray format.
11688
11689 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11690
11691         * metadata.c: compare also the retuns type when comparing signatures:
11692         we didn't do this as an optimization since really overloaded methods
11693         must differ also in the arguments, but this doesn't work with
11694         low-level IL code (or when using explicit conversion operators: see
11695         bug#23498 for an example).
11696
11697 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11698
11699         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11700
11701 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11702
11703         * icall.c: make MonoType::GetElementType its own icall.
11704
11705 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11706
11707         * icall.c: remove MonoMethod_get_Name().
11708         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11709         object.
11710
11711 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11712
11713         * string-icalls.c: optimized a few methods.
11714
11715 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11716
11717         * icall.c: added all new string internal calls
11718         * string-icalls.c: added, new string internal call implementation.
11719         * object.c: added mono_string_new_size for allocating a string a size
11720
11721 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11722
11723         * object.c (mono_object_isinst): use the same code as in the
11724         optimized x86 version.
11725
11726 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11727
11728         * profiler.c: TSC-based timer code (faster and more accurate).
11729         Not hooked up in configure, yet (set USE_X86TSC to 1).
11730
11731 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11732
11733         * profiler.c, profiler.h: track time spent compiling methods.
11734         * threads.c: track thread creation/destruction.
11735
11736 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11737
11738         * profiler.c, profiler.h, profiler-private.h: profiling interface
11739         and sample implementation. Moved here so that it can be used also by
11740         the jit.
11741
11742 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11743
11744         * reflection.c, reflection.h: keep types and other handles separate in
11745         the hash tables for referred tokens. Add guid for modules.
11746
11747 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11748
11749         * assembly.c: fix bugs found with valgrind.
11750         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11751
11752 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11753
11754         * threads: added icall support for getting current domain for
11755                    the thread.
11756  
11757 2002-04-13  Martin Baulig  <martin@gnome.org>
11758
11759         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11760         (MonoDebugVarInfo): Added `index' field for register based addresses.
11761         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11762         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11763         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11764         `MonoDebugVarInfo *this_var'.
11765
11766         * debug-symfile.c (relocate_variable): New static function to write
11767         a location description for a local variable or method parameter.
11768
11769 2002-04-12  Martin Baulig  <martin@gnome.org>
11770
11771         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11772         stack offset and begin/end scope address of a local variable.
11773         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11774         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11775         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11776
11777         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11778         Added new relocation types for start/end scope of a local variable.
11779
11780 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11781
11782         * object.h: add mono_object_domain() macro.
11783         * reflection.c: handle typespecs.
11784         * icall.c: MonoMethod::get_Name() implementation.
11785
11786 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11787
11788         * icall.c: String::GetHashCode() icall implementation.
11789
11790 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11791
11792         * icall.c: String::IndexOfAny icall.
11793         * object.c, object.h: make array->max_length more useful.
11794         Intrduced mono_object_class() and mono_string_length() macros.
11795
11796 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11797
11798         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11799         instead of g_unichar_isdigit.
11800
11801 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11802
11803         * icall.c: Implement a simple Double.ToString().
11804
11805 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11806
11807         * appdomain.h: only io-layer.h is supposed to be included.
11808         * icall.c: explicitly import environ. Fix warning.
11809
11810 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11811
11812         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11813                 return true even if it's not Daylight Savings time.
11814                 Only return false for the case where the function isn't
11815                 implemented for a plaform (read Windows).
11816
11817 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11818
11819         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11820         data with a mutex.
11821
11822 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11823
11824         * mempool.c (mono_mempool_alloc): only use g_malloc when
11825         absolutely necessary.
11826
11827 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11828
11829         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11830
11831         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11832         (mono_class_proxy_vtable): use domain mempool
11833
11834 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11835
11836         * appdomain.h, appdomain.c: split initialization that requires the
11837         execution engine support into mono_runtime_init().
11838
11839 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11840
11841         * class.c (mono_class_init): don't include vtable inside MonoClass
11842         to save some memory, gather some statistics.
11843         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11844
11845 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11846
11847         * icall.c: internalcall implementation for ValueType.Equals().
11848
11849 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11850
11851         * object.c (mono_message_init): moved 
11852         (mono_runtime_exec_main): new arch. independent impl.
11853         (mono_runtime_invoke_array): new method - like
11854         mono_runtime_invoke, but you can pass an array of objects.
11855         (mono_remoting_invoke): new arch. independent impl.
11856         (mono_message_invoke): new arch. independent impl.
11857         (mono_runtime_class_init): new arch. independent impl.
11858         (mono_runtime_object_init): new arch. independent impl.
11859
11860 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11861
11862         * metadata.c, object.c, reflection.c: documented the exported
11863         functions.
11864
11865 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11866
11867         * icall.c: simpler code to pass the assembly builder data to corlib.
11868         Implement GetNestedTypes() internalcall.
11869
11870 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11871
11872         * class.c: warn if a type can't be loaded.
11873
11874 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11875
11876         * image.h: typedef MonoImageOpenStatus
11877         * types.h: removed unused file
11878         
11879 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11880
11881         * icall.c: Enum_ToObject accepts enum value arguments.
11882
11883 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11884
11885         * class.c: move initialization of properties, events and nested
11886         classes, so that they happen for interfaces, too.
11887
11888 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11889
11890         * icall.c: cleanup some ugly casts in Array_SetValue*.
11891
11892 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11893
11894         * icall.c: the values array fro enums is of the correct type, now.
11895         Implement (correctly) getFullName instead of assQualifiedName for
11896         MonoType.
11897         * reflection.h, reflection.c: added mono_type_get_name ().
11898
11899 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11900
11901         * assembly.c, image.h: for each MonoImage, record from wich assembly
11902         it was loaded.
11903         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11904         Make Type.Assembly work.
11905
11906 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11907
11908         * debug-symfile.h: use char* instead of gpointer to avoid
11909         unnecessary casts.
11910
11911         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11912
11913         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11914         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11915
11916 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11917
11918         * icall.c (mono_message_init): impl. (code cleanup)
11919         (ves_icall_InternalExecute): impl. FieldGetter
11920
11921         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11922         defined we call all (non-static)methods through the vtable. 
11923
11924 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11925
11926         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11927         finalizer even though the memory is still referenced (and the chunk of
11928         memory is not freed).
11929
11930 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11931
11932         * assembly.c: fix brokeness.
11933
11934 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11935
11936         * class.c: kill some warnings. Check explicit interface method
11937         implementation also without considering the namespace.
11938         Load also literal strings in static class data.
11939
11940 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11941
11942         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11943         (default_assembly_name_resolver): Make the resolver take the
11944         "base" directory where the assembly was originally defined, so we
11945         can load DLLs that are in the same directory as the assembly that
11946         is being referenced.
11947
11948 2002-03-28  Dick Porter  <dick@ximian.com>
11949
11950         * file-io.h: 
11951         * file-io.c:
11952         * socket-io.c: 
11953         * unicode.h: 
11954         * unicode.c: Warning cleanups
11955
11956 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11957
11958         * object.h, reflection.h: use the correct type instead of MonoObject.
11959
11960 2002-03-28  Martin Baulig  <martin@gnome.org>
11961
11962         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11963         (mono_debug_update_symbol_file): Initialize classes if necessary.
11964
11965 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11966
11967         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11968         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11969
11970 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11971
11972         * assembly.h: fix function prototype.
11973         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11974         * mono-endian.h: use const cast.
11975
11976 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11977
11978         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11979
11980 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11981
11982         * loader.c: don't assert when a typeref can't be loaded, give
11983         a chance to the runtime to trow an exception instead.
11984         * loader.h: fix warning.
11985
11986 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11987
11988         * class.c (mono_class_proxy_vtable): added proxy support
11989
11990 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11991
11992         * icall.c: removed last of PAL calls, added System.Environment
11993         * file-io.h, file-io.c: MonoIO implementation
11994         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11995
11996 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11997
11998         * appdomain.c: do not use the byte marker in ldstr table lookup.
11999         * debug-helpers.c: allow two ':' to separate class and method name.
12000         * object.c: allocate arrays bounds with the GC, too.
12001         * verify: add a few more checks.
12002
12003 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
12004
12005         * reflection.c: output also literal strings. Allocate parameter data
12006         with GC_malloc() (thanks, Martin, for catching this!).
12007
12008 2002-03-26  Martin Baulig  <martin@gnome.org>
12009
12010         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
12011         include the `this' offset in the `param_offsets'.
12012
12013 2002-03-25  Martin Baulig  <martin@gnome.org>
12014
12015         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
12016         mono_debug_get_class() function to get the classes. Added new
12017         relocation types for arrays and strings.
12018         (mono_debug_get_class): New static function to search in all
12019         referenced assemblies for a metadata token.
12020
12021         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
12022
12023 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
12024
12025         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
12026         hold gc-allocated objects. Make the string heap a stream like the
12027         others. Removed duplicated code when writing stream info.
12028         Added asserts to catch possible buffer overflows. Set the sorted map
12029         for tables that need sorting. Added some documentation.
12030
12031 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
12032
12033         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
12034         for interned strings and vtables.
12035
12036 2002-03-24  Martin Baulig  <martin@gnome.org>
12037
12038         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
12039         it in the array since it was created with g_slist_prepend().
12040
12041 2002-03-24  Martin Baulig  <martin@gnome.org>
12042
12043         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
12044         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
12045         (mono_debug_method_from_token): Renamed to
12046         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
12047         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
12048
12049         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
12050         relocation types.
12051
12052         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
12053
12054 2002-03-24  Martin Baulig  <martin@gnome.org>
12055
12056         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
12057         (mono_debug_method_from_token): New func.
12058
12059         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
12060         New interncall, calls mono_debug_local_type_from_signature().
12061         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
12062         calls mono_debug_method_from_token().
12063
12064 2002-03-23  Martin Baulig  <martin@gnome.org>
12065
12066         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
12067         specifies the number of bytes to be converted, not the array size.
12068         Return the number of chars, not the number of bytes.
12069         (ves_icall_iconv_get_chars): The `byteCount' argument
12070         specifies the number of bytes to be converted, not the array size.
12071
12072 2002-03-23  Martin Baulig  <martin@gnome.org>
12073
12074         * reflection.h (MonoReflectionSigHelper): New type.
12075
12076         * reflection.c (mono_reflection_sighelper_get_signature_local),
12077         (mono_reflection_sighelper_get_signature_local): New functions.
12078
12079         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
12080         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
12081         interncalls.
12082
12083 2002-03-23  Martin Baulig  <martin@gnome.org>
12084
12085         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
12086         is_writeable is set.
12087         (mono_raw_buffer_update): New function to write the modified map
12088         back to disk.
12089
12090         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
12091
12092         * debug-symfile.c (mono_debug_update_symbol_file): Call
12093         mono_raw_buffer_update() when done writing.
12094
12095 2002-03-23  Martin Baulig  <martin@gnome.org>
12096
12097         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
12098
12099         * debug-symfile.c: Added support for arguments and local variables.
12100
12101 2002-03-23  Dick Porter  <dick@ximian.com>
12102
12103         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
12104         protected by ifdefs, hence breaking the w32 build.
12105
12106 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12107
12108         * object.c: implement is_interned() the right way.
12109
12110 2002-03-21  Martin Baulig  <martin@gnome.org>
12111
12112         * debug-symfile.[ch]: New files to handle debugging information
12113         files. There's also support to dynamically update these symbol
12114         files to include machine dependent information.
12115
12116 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
12117
12118         * threads.c (mono_thread_create): new function to create thread
12119         from C
12120
12121 2002-03-20  Martin Baulig  <martin@gnome.org>
12122
12123         * icall.c (ves_icall_InternalInvoke): Create a new object if the
12124         method is a constructor.
12125         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
12126         points to ves_icall_InternalInvoke().
12127
12128 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
12129
12130         * file-io.c: Flush shouldn't throw exceptions.
12131
12132 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
12133
12134         * file-io.c: FileStream flush support; FileSetLength now
12135         restores file pointer.
12136
12137 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12138
12139         * class.c: set image for pointer classes.
12140
12141 2002/03/19  Nick Drochak <ndrochak@gol.com>
12142
12143         * sysmath.c: Forgot one.
12144
12145 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
12146
12147         * sysmath.c: Avoid redefining existing names.
12148
12149 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
12150
12151         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
12152         handled by runtime as icall rather than dllimport from libm.so
12153         * file-io.c, file-io.h: fixed handle argument type.
12154
12155 2002-03-18  Dick Porter  <dick@ximian.com>
12156
12157         * reflection.c (mono_image_get_type_info): rename interface to
12158         iface, because of "#define interface struct" on windows.
12159
12160 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
12161
12162         * class.c, class.h: rename and export mono_ptr_class_get().
12163         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
12164         * reflection.c, reflection.h, icall.c: better/saner type name
12165         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
12166         method signatures.
12167
12168 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
12169
12170         * class.c (mono_class_init): removed hardcoded GHC_SLOT
12171
12172         * icall.c (ves_icall_InternalInvoke): impl.
12173
12174 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12175
12176         * reflection.c: output the interface map table, too.
12177
12178 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12179
12180         * class.c (class_compute_field_layout): separate computation of 
12181         static field layout
12182
12183 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
12184
12185         * icall.c: added System.Buffer support.
12186         * file-io.c: moved file icalls from PAL to FileStream.
12187
12188 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12189
12190         * icall.c (ves_icall_System_Object_GetHashCode): impl.
12191
12192 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
12193
12194         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
12195
12196 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12197
12198         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
12199
12200 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12201
12202         * debug-helpers.{c,h}: moved here from monograph some useful functions
12203         to locate a method by name/signature in a class or image. Included
12204         also a small and flexible IL disassembler.
12205
12206 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12207
12208         * reflection.c: fixup tokens in methods with small header size, too.
12209
12210 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
12211
12212         * object.c (mono_string_to_utf8): remove assert(!error), instead
12213         print a warning. 
12214
12215 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
12216
12217         * icall.c: update to the new mono_Array_class_get interface.
12218
12219 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12220
12221         * appdomain.c, object.c: Boehm-GC enable.
12222         * icall.c: make get_data_chunk() support split data requests.
12223         Ensure a class is initialized in more cases. Return only the first
12224         property found in GetProperties() or the compiler gets confused. 
12225         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
12226         * reflection.h, reflection.c: add fixup mechanism for field and method
12227         tokens. Initialize assembly->typeref in a single place. Output
12228         properties after events. Support custom attributes for events, too.
12229         Typo fix for paramter custom attrs.
12230
12231 2002-03-07  Martin Baulig  <martin@gnome.org>
12232
12233         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
12234
12235 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
12236
12237         * class.c (mono_array_class_get): fix. for multi. dim. arrays
12238
12239 2002-03-06  Martin Baulig  <martin@gnome.org>
12240
12241         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
12242         non-zero lower bounds. See testcases #F10-#F13.
12243
12244 2002-03-05  Martin Baulig  <martin@gnome.org>
12245
12246         * exception.c (mono_get_exception_argument_out_of_range): New exception.
12247
12248         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
12249         ves_icall_System_Array_GetValue(), only calculate the absolute array position
12250         here.
12251         (ves_icall_System_Array_SetValue): Likewise.
12252         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
12253         as argument and does the actual work. This function is used when copying a
12254         multi-dimensional array.
12255         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
12256         now do all the widening conversions of value types.
12257         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
12258
12259 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12260
12261         * class.c: remove some magic numbers and use the smbolic names,
12262         instead. Added init_events() to load event info at class init time.
12263         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
12264         and mono_metadata_methods_from_event().
12265         * reflection.h, reflection.c: added support for writing out the evnets
12266         related information.
12267
12268 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
12269
12270         * reflection.h, icall.c: use a different method (GetInterfaces)
12271         to gather interface info and add isbyref, isprimitive and
12272         ispointer to the ves_icall_get_type_info() return value.
12273
12274 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12275
12276         * class.h: stared adding support for events.
12277         * icall.c: split find_members implementation. Added debug icall to get
12278         the address of an object.
12279         * reflection.c: handle TypeBuilders in mono_type_get_object().
12280
12281 2002-03-01  Martin Baulig  <martin@gnome.org>
12282
12283         * icall.c (ves_icall_System_Array_GetLength): This must throw an
12284         ArgumentOutOfRangeException(), not an ArgumentException().
12285         (ves_icall_System_Array_GetLowerBound): Likewise.
12286         (ves_icall_System_Array_GetValue): Improved argument checking.
12287         (ves_icall_System_Array_SetValue): Improved argument checking.
12288
12289 2002-03-01  Martin Baulig  <martin@gnome.org>
12290
12291         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
12292         called with invalid arguments rather than just dying with g_assert().
12293         (ves_icall_System_Array_SetValue): Likewise.
12294         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
12295         raise a NotImplementedException instead.
12296         (ves_icall_System_Array_GetLength): Added argument checking.
12297         (ves_icall_System_Array_GetLowerBound): Added argument checking.
12298
12299 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
12300
12301         * object.h (mono_assert): new macros mono_assert and
12302         mono_assert_not_reached
12303
12304 2002-02-28  Martin Baulig  <martin@gnome.org>
12305
12306         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
12307         and "System::String::IsInterned" to "System::String::_IsInterned".
12308
12309 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
12310
12311         * icall.c: remove hacks for typebuilder. Added icall to create a
12312         modified type from a tybebuilder.
12313         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
12314         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
12315         to create a backing MonoClass for a TypeBuilder.
12316
12317 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12318
12319         * class.c, class.h: more refactoring of class init.
12320         Export mono_class_setup_mono_type() and mono_class_setup_parent().
12321
12322 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
12323
12324         * marshal.c, marshal.h: start of marshaling interface.
12325
12326 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12327
12328         * icall.c: fix order in assembly qualified name icall.
12329
12330 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12331
12332         * class.c: do not free str, since we store it in the hash table.
12333         * reflection.h: add label field to MonoILExceptionInfo.
12334         * reflection.c: handle references to more than one assembly. Handle
12335         case when there isn't a module created in the assembly.
12336
12337 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
12338
12339         * class.c: Fix typo. Start refactoring of class init code.
12340
12341 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
12342
12343         * appdomain.c: exit with 1 on error.
12344         * class.c: we already have the name in MonoClassField.
12345         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
12346         MonoStreamHeader instead of an offset of image->raw_metadata.
12347
12348 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
12349
12350         * appdomain.c (mono_init): Be even more descriptive about the error.
12351
12352 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
12353
12354         * appdomain.c: give the user an informative message when corlib can't
12355         be loaded.
12356
12357 2002-02-26  Martin Baulig  <martin@gnome.org>
12358
12359         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
12360         New icall to get the time zone data.
12361
12362 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12363
12364         * reflection.c: set virtual and raw size of section correctly.
12365         * threads.c: transfer domain information to newly created threads.
12366
12367 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12368
12369         * class.c: when instancing a class in a domain, load the default
12370         vaules for static fields from the constant table. Fix System.Enum to
12371         not be an enum.
12372         * icall.c: implement Object::GetType() internalcall. Implemented
12373         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
12374         Fixed checking of binding flags in find_members().
12375         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
12376         * reflection.c: handle enumerations when writing to the constant
12377         table. Use a different object cache for types.
12378
12379
12380 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
12381
12382         * object.c (mono_object_isinst): fix for arrays
12383
12384         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
12385
12386 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12387
12388         * object.c: don't use mprotect ()  and fix intern pool hash table
12389         lookup for big endian systems.
12390
12391 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12392
12393         * icall.c: change type_is_subtype_of () signature.
12394
12395 2002-02-21  Mark Crichton  <crichton@gimp.org>
12396
12397         * rand.c, rand.h: Added random number generator for
12398         System.Security.Cryptography classes.
12399
12400         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
12401
12402         * icall.c: Added System.Security.Cryptography calls.
12403
12404 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12405
12406         * class.c, icall.c, metadata.c: better support for pointer types.
12407         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
12408         * reflection.c: Add support for getting custom attrs for properties
12409         and simplify some code.
12410
12411 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12412
12413         * icall.c: change getToken () and add custom attribute GetBlob()helper
12414         method.
12415         * reflection.h: add custom attrs array to the reflection builder structures.
12416         * reflection.c: encode and emit custom attributes for all the relevant
12417         reflection objects. Cache fieldref and methodref tokens. Change
12418         mono_image_create_token() interface to take a MonoDynamicAssembly.
12419         More complete custom attributes decoder. Load custom attributes for
12420         Assembly, Field, Method and Constructor objects, too. Make the
12421         returned array an Attribute[] one, not object[]. Added
12422         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12423         custom attribute constructor.
12424
12425 2002-02-20  Dick Porter  <dick@ximian.com>
12426
12427         * icall.c:
12428         * rawbuffer.c:
12429         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12430         problem code out for now).
12431
12432 2002-02-19  Radek Doulik  <rodo@ximian.com>
12433
12434         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12435
12436 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12437
12438         * icall.c: register the GetCustomAttributes method.
12439         * object.c, object.h: add mono_string_new_len ().
12440         * reflection.h, reflection.c: added mono_runtime_invoke(),
12441         mono_install_runtime_invoke(). Added
12442         mono_reflection_get_custom_attrs () to load custom attributes and
12443         create the attribute objects.
12444
12445 2002-02-19  Dick Porter  <dick@ximian.com>
12446         * threads-dummy-types.c:
12447         * threads-dummy-types.h:
12448         * threads-dummy.c:
12449         * threads-dummy.h:
12450         * threads-pthread-types.c:
12451         * threads-pthread-types.h:
12452         * threads-pthread.c:
12453         * threads-pthread.h:  Deleted obsolete files
12454
12455 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12456
12457         * class.c (mono_class_vtable): runtime init the class when we
12458         allocate static class data.
12459
12460         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12461
12462         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12463         and String - but we will need generic marshalling support in the
12464         future. 
12465         (mono_init): set the domain name in a ms compatible way
12466
12467         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12468         String[].
12469
12470 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12471
12472         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12473         for sizes
12474
12475         * appdomain.c (mono_domain_unload): impl.
12476
12477 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12478
12479         * appdomain.c, object.c: fix intern pool implementation.
12480         * class.c: fix alignment code.
12481
12482 2002-02-16  Radek Doulik  <rodo@ximian.com>
12483
12484         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12485         and s2 > s1, just copy lower bytes to be compatible with little
12486         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12487         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12488
12489         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12490         force big_endian to be 1 for big endian machines 
12491         (ves_icall_iconv_new_decoder): ditto
12492
12493 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12494
12495         * socket-io.c (convert_sockopt_level_and_name): If the system
12496         doesn't define SOL_IP or SOL_TCP, get them by hand using
12497         getprotobyname() and caching the values (because this could be a
12498         slow operation).
12499         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12500         Use the appropriate struct when the system does support it. Ie,
12501         not all systems have struct ip_mreqn so use struct ip_mreq when
12502         appropriate.
12503
12504 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12505
12506         * reflection.c: handle finally clauses.
12507
12508 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12509
12510         * socket-io.c: use g_snprintf() instead of snprintf.
12511
12512 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12513
12514         * reflection.c (mono_param_get_objects): Cast second argument to
12515         mono_method_get_param_names to a const char** to silence the
12516         compiler warning.
12517
12518         * appdomain.c (mono_domain_assembly_open): Put parens around the
12519         truth statement in the for-loop.
12520
12521         * unicode.c (iconv_convert): Got rid of a compiler warning about
12522         int i being unused when the system has a new iconv.
12523         (iconv_get_length): Same.
12524
12525         * image.c (load_class_names): Cast the second argument to
12526         g_hash_table_insert() to char* to hush compiler warnings about the
12527         arg being a const.
12528         (mono_image_open): Same here.
12529
12530         * socket-io.c: Don't conditionally include sys/filio.h or
12531         sys/sockio.h here anymore since we now get them from
12532         io-layer/io-layer.h
12533         (inet_pton): If the system doesn't support inet_aton, implement
12534         using inet_addr and also #define INADDR_NONE if it isn't defined
12535         by the system.
12536
12537 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12538
12539         * metadata.c, metadata.h: added function to get packing and size info
12540         of a typedef.
12541         * reflection.h, reflection.c: handle field RVA data. Save info about
12542         the table layout if needed. Assign typedef indexes to all the types
12543         before dumping the info about them to avoid forward reference problems.
12544
12545 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12546
12547         * socket-io.c (convert_sockopt_level_and_name): ifdef
12548         SO_ACCEPTCONN because it is not defined on my system (old debian)
12549
12550 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12551
12552         * opcode.c: use stddef.h to get NULL.
12553
12554 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12555
12556         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12557         for FIONBIO, FIONREAD and SIOCATMARK.
12558         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12559         define INADDR_NONE and besides, inet_addr() is deprecated and
12560         should not be used. Use inet_pton() instead - it also has the
12561         added bonus that it can easily handle IPv6 addresses as well.
12562         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12563
12564 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12565
12566         * decimal.c: remove _MSC_VER conditional.
12567
12568 2002-02-13  Dick Porter  <dick@ximian.com>
12569
12570         * socket-io.c: 
12571         * icall.c: Internal calls for Blocking, Select, Shutdown,
12572         GetSocketOption and SetSocketOption
12573
12574 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12575
12576         * assembly.cs: better resolver: use it instead of some kludgy
12577         code.
12578
12579 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12580
12581         * reflection.c: the best way to speed-up the compiler is to avoid
12582         infinite loops.
12583
12584 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12585
12586         * class.c (mono_class_vtable): changed the object layout
12587         (obj->vtable->class). 
12588         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12589
12590 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12591
12592         * assembly.c: look for assemblies in the assembly dir, too.
12593
12594 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12595
12596         * class.c: fix thinko in mono_class_from_type().
12597
12598 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12599
12600         * exception.h, exception.c: added TypeLoadException.
12601         * object.h, object.c: added mono_array_clone ().
12602         * icall.c: handle throwOnError in AssemblyGetType().
12603         Added Array.Clone().
12604         * opcode.h, opcode.c: use a single value for the opcode val.
12605         Compile fix for non-gcc compilers.
12606
12607 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12608
12609         * opcodes.c, opcodes.h: export interesting info about opcodes.
12610
12611 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12612
12613         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12614         icalls. 
12615
12616         * class.c (class_compute_field_layout): set element_class for enums
12617         (mono_class_create_from_typedef): set element_class for normal classes
12618
12619         * icall.c (ves_icall_System_Enum_get_value): impl.
12620
12621         * class.c (mono_class_create_from_typedef): do not set valuetype
12622         flag for System.ValueType and System.Enum
12623
12624 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12625
12626         * unicode.c (iconv_convert): fix big endian problem.
12627
12628 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12629
12630         * class.c: add asserts if we are ever going to scribble over memory.
12631         * socket-io.c: not all systems have AF_IRDA defined.
12632
12633 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12634
12635         * class.c (class_compute_field_layout): do not consider static
12636         fields to compute alignment
12637
12638 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12639
12640         * appdomain.c (mono_appdomain_get): impl.
12641         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12642
12643 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12644
12645         * icall.c: ignore "file://" prefix when loading an assembly.
12646
12647 2002-01-23  Dick Porter  <dick@ximian.com>
12648
12649         * socket-io.c:
12650         * icall.c:
12651         * Makefile.am: Added socket support
12652
12653 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12654
12655         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12656         code back.  This should return the assemblies that are loaded by
12657         the runtime on behalf of an application domain. 
12658
12659         The current implementation is still broken, it just returns every
12660         assembly loaded, but until we get real applications domain this
12661         will do.
12662
12663 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12664
12665         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12666         AppDomain object.
12667
12668 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12669
12670         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12671         the mono_class_from_name lookup.
12672         (ves_icall_get_parameter_info): ditto.
12673         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12674         method.
12675         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12676
12677 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12678
12679         * class.c: load also nested classes on class init.
12680         System.ValueType instance methods gets passed boxed
12681         values, unless methods in derived classed that get a pointer to the
12682         data.
12683         * icall.c: use better name parsing code in GetType().
12684         * image.c, image.h: add mono_image_loaded ().
12685         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12686         * reflection.c, reflection.h: added mono_reflection_parse_type().
12687
12688 2002-01-22  Veronica De Santis <veron78@interfree.it>
12689
12690         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12691         * threads.c : Added the implementation of internal calls for events
12692         * threads.h : Added prototypes of internal calls for events
12693         
12694 2002-01-21  Radek Doulik  <rodo@ximian.com>
12695
12696         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12697
12698 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12699
12700         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12701         (mono_class_value_size): use min_align
12702
12703 2002-01-20  Dick Porter  <dick@ximian.com>
12704
12705         * threads.h:
12706         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12707         so it compiles on w32.
12708
12709 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12710
12711         * metadata.c (mono_type_stack_size): impl.
12712
12713         * class.c (mono_class_get_field): impl. memberref token
12714
12715 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12716
12717         * icall.h : Added the internal calls mapping for CreateMutex_internal
12718                     and ReleaseMutex_internal.
12719         * threads.h : Added the prototype of mutexes internal calls.
12720         * threads.c : Added the implementations of mutexes internal calls.
12721
12722 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12723
12724         * metaparse.h: removed unused file.
12725         * reflection.c, reflection.h: added stream_data_align () function 
12726         to align data in streams and keep stream aligned. Add support for
12727         exception support in method headers.
12728
12729 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12730
12731         * unicode.c: make iconv_convert () return the number of bytess written
12732         in the output buffer.
12733
12734 2002-01-15  Dick Porter  <dick@ximian.com>
12735         * threads.c: Make the runtime's idea of infinite timeouts coincide
12736         with the class library's
12737
12738         Fix a particularly egregious bug in mono_thread_cleanup(). That
12739         code was so utterly bogus it must have been written on a Monday.
12740
12741 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12742
12743         * reflection.h: add subtypes field to TypeBuilder.
12744         * reflection.c: encode constants for literal fields.
12745         Handle subtypes. Fix user string token (and add a zero byte)
12746         at the end.
12747         
12748 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12749
12750         * class.c (mono_class_init): bug fix: assign slot numbers for
12751         abstract methods.
12752
12753 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12754
12755         * reflection.c: don't try to output a code RVA for abstract methods.
12756         Small fixes for method header format. Output parameter info to the
12757         ParamDef table. Save method overriding info to MethodImpl table.
12758         Fix property support. Allow typedef.extends to be a type in the
12759         building assembly.
12760         * verify.c: fix off-by-one error.
12761
12762 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12763
12764         * class.c: fix mono_class_from_mono_type () for szarray types.
12765         Remove unused cache check in mono_class_from_type_spec().
12766         * icall.c: *type_from_name () functions handle simple arrays and byref.
12767         * reflection.c: handle byref and szarray types. Handle methods without
12768         body (gets P/Invoke compilation working). Handle types and fields in
12769         get_token ().
12770         * reflection.h: add rank to MonoTypeInfo.
12771
12772 2002-01-10  Dick Porter  <dick@ximian.com>
12773
12774         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12775         internal calls
12776
12777 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12778
12779         * icall.c: initialize class in type_from_handle ().
12780         Loop also in parent classes for get_method ().
12781         * reflection.c: properly encode class and valuetype types.
12782         Start on encoding TypeBuilder types. Handle fieldrefs.
12783         Use correct length when registering a user string.
12784         Handle ConstructorBuilder and MonoMethod in get_token ().
12785         Make mono_type_get_object () aware of cached types.
12786         * object.c: back out change to mono_string_new ().
12787
12788 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12789         * object.c: mono_string_new should return a NULL when the string 
12790         passed in is NULL -- not try to deference it.
12791         
12792 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12793
12794         * icall.c: hack to make IsSubType work for TypeBuilders.
12795         * reflection.c: emit constructors before methods.
12796         Retrieve param names in mono_param_get_objects().
12797
12798 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12799
12800         * Makefile.am: fix list of headers and sources so automake 1.5
12801         doesn't complain. Removed \# at end of list.
12802
12803 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12804
12805         * reflection.c: get token for a method ref. Set return type of
12806         constructor to void.
12807         * loader.c: debug message.
12808         * class.c: typo fix.
12809
12810 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12811
12812         * icall.c: fix array init with rank > 1. FindMembers
12813         loops in parent class as well.
12814         * image.c: do not insert nested types in name cache.
12815         * reflection.c: warning fix.
12816         * reflection.h: add override method (for interface impl).
12817
12818 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12819
12820         * metadata.c: fix customattr decoding.
12821
12822 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12823
12824         * rawbuffer.cs: Added native Win32 implementation, avoids using
12825         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12826
12827 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12828
12829         * class.c: make the low-level routines handle the cache.
12830
12831 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12832
12833         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12834
12835 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12836
12837         * class.c: fix mono_array_element_size() for objects.
12838         * class.h, class.c: add properties to MonoClass and load them
12839         at init time.
12840         * icall.c: check with isinst() when assigning a value to an array
12841         instead of requiring the classes to match exactly.
12842         Implemented icall for System.Type::GetType().
12843         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12844         enums. Handle bindingflags when looking for methods and fields.
12845         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12846         and mono_metadata_methods_from_property().
12847         * reflection.h, reflection.c: added structures for propreties,
12848         parameters and enums. Implemented mono_property_get_object() and
12849         mono_param_get_objects().
12850
12851 2001-12-18  Dick Porter  <dick@ximian.com>
12852
12853         * file-io.c: Use mono_string_to_utf16() instead of
12854         mono_string_chars()
12855
12856         * object.c: Added mono_string_to_utf16(), which copies the non
12857         NULL-terminated MonoString into a new double-null-terminated
12858         buffer.
12859
12860 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12861
12862         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12863
12864 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12865
12866         * file-io.c: raise exceptions if handle is invalid.
12867
12868 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12869
12870         * assembly.c: yet another check for mscorlib.
12871         * class.c, class.h: load nesting info for classes.
12872         * icall.c: many new functions to support the Reflection classes.
12873         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12874         * reflection.h, reflection.c: mono_image_create_token(),
12875         mono_assembly_get_object(), mono_type_get_object(),
12876         mono_method_get_object(), mono_field_get_object(): methods to return
12877         objects that parallel the C representation of assemblies, types,
12878         methods, fields.
12879
12880 2001-12-11  Dick Porter  <dick@ximian.com>
12881
12882         * icall.c:
12883         * file-io.c: Internal calls for file IO.
12884
12885 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12886
12887         * tabledefs.h: missing FileAttributes.
12888         * verify.h, verify.c: use is_valid_string () to simplify and check for
12889         valid strings more correctly. Fix warnings and speeling.
12890         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12891         Check code: branches, maxstack, method calls.
12892
12893 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12894
12895         * object.c (mono_object_allocate): removed static, so that the jit
12896         can allocate value types.
12897
12898         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12899
12900 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12901
12902         * class.c: init enum types right away and register the
12903         token->MonoClass map in mono_class_create_from_typedef ().
12904         * verify.h, verify.c: first cut of the verifier.
12905         * pedump.c: add --verify switch to verify metadata tables.
12906         * tabledefs.h: add some missing enums.
12907
12908 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12909
12910         * class.c (mono_install_runtime_class_init): impl.
12911         (mono_class_init): renamed mono_class_metadata_init to
12912         mono_class_init, also removed the metadata_inited flag
12913
12914         * object.c (mono_object_isinst): use faster algorithm
12915
12916 2001-11-30  Radek Doulik  <rodo@ximian.com>
12917
12918         * mono-endian.h: reverted last change
12919         added function prototypes
12920
12921         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12922         add mono-endian.c back
12923
12924         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12925         for unaligned access, I've mistaked it with endianess. I am
12926         sorry.
12927         (mono_read16): fix reverted endianess
12928         (mono_read64): ditto
12929         (mono_read32): ditto
12930
12931 2001-11-30  Dick Porter  <dick@ximian.com>
12932
12933         * exception.c: Implement mono_exception_from_name()
12934
12935 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12936
12937         * metadata.h, metadata.c: remove params_size and locals_size and their
12938         calculation from the metadata code: they are only usefult to the
12939         interp.
12940
12941 2001-11-29  Radek Doulik  <rodo@ximian.com>
12942
12943         * object.c (mono_ldstr): swap bytes here, it's probably not the
12944         best place, but works for me now, I'll redo it once I know mono
12945         better, also note that I add PROT_WRITE and don't reset back, also
12946         note that it's only affects big endians, so x86 should be OK
12947
12948         * mono-endian.h (read16): use just glib macros for both endians
12949
12950         * mono-endian.c: removed as glib macros are used in in
12951         mono-endian.h so we don't need to care about endianess for read
12952         macros as glib does that for us already
12953
12954 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12955
12956         * class.h, class.h: take minimum alignment into consideration so
12957         that the fields of a class remain aligned also when in an array.
12958
12959 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12960
12961         * loader.h, loader.c: add mono_method_get_param_names().
12962         * class.c: 0-init class fields.
12963
12964 2001-11-26  Dick Porter  <dick@ximian.com>
12965
12966         * icall.c:
12967         * threads-types.h:
12968         * threads.c: New file that handles System.Threading on all platforms
12969
12970         * object.c: 
12971         * object.h: Remove the synchronisation struct from MonoObject,
12972         replace it with a pointer that gets initialised on demand
12973
12974         * Makefile.am: Replace all the system-specific threading code with
12975         a single file that uses the new wrapper library
12976
12977 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12978
12979         * class.c, class.h: add mono_install_trampoline() so that the runtime
12980         can register a function to create a trampoline: removes the ugly
12981         requirement that a runtime needed to export arch_create_jit_trampoline.
12982         * object.h, object.c: added mono_install_handler() so that the runtime
12983         can install an handler for exceptions generated in C code (with
12984         mono_raise_exception()). Added C struct for System.Delegate.
12985         * pedump.c: removed arch_create_jit_trampoline.
12986         * reflection.c: some cleanups to allow registering user strings and
12987         later getting a token for methodrefs and fieldrefs before the assembly
12988         is built.
12989         * row-indexes.h: updates and fixes from the new ECMA specs.
12990
12991 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12992
12993         * class.h, class.c: add enum_basetype field to MonoClass.
12994         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12995         to get index in the constant table reated to a field, param or
12996         property.
12997         * reflection.h, reflection.c: handle constructors. Set public-key and
12998         version number of the built assembly to 0.
12999         * row-indexes.h: update from new ECMA spec.
13000
13001 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
13002
13003         * class.h, class.c: add a max_interface_id to MonoClass.
13004         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
13005         since it's used to do that. Added mono_type_type_from_obj().
13006         Make GetType() return NULL instead of segfaulting if the type was not
13007         found. Handle simple arrays in assQualifiedName.
13008         * object.h: add a struct to represent an Exception.
13009         * reflection.c: output call convention in method signature.
13010         Add code to support P/Invoke methods and fixed offsets for fields.
13011
13012 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
13013
13014         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
13015         the value.
13016         * icall.c: use mono_array_addr instead of array->vector: fixes the
13017         reflection image writing.
13018         * reflection.c: init call convention byte to 0 in method signature.
13019         Encode the property signature. Don't output property-related methods
13020         twice. Really process the properties for a type (don't cast a field to
13021         a property, my mom always told me that).
13022         Fix 64 bit issues in pointer alignment in a different and more
13023         readable way.
13024
13025 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
13026
13027         * loader.h: Removed type class from MonoDefaults, added monotype
13028
13029         * loader.c: Loaded MonoType, removed loading of Type
13030
13031         * icall.c (my_mono_new_object): Now returns a System.MonoType,
13032         and fills in System.Type._impl with a RuntimeTypeHandle rather
13033         than the actual MonoClass *
13034
13035         (ves_icall_type_from_handle): change from type_class to
13036         monotype_class
13037
13038         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
13039         implemented
13040
13041         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
13042         implemented
13043
13044         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
13045
13046         (ves_icall_System_Reflection_Assembly_GetType): implemented
13047
13048         (ves_icall_System_MonoType_assQualifiedName): implemented
13049
13050         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
13051
13052 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
13053
13054         * assembly.c (mono_assembly_open): Implement a cache for the
13055         assemblies. 
13056
13057         (mono_assembly_close): only destroy the assembly when the last
13058         reference is gone.
13059         
13060 2001-11-09  Dick Porter  <dick@ximian.com>
13061
13062         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
13063
13064 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
13065
13066         * class.c (mono_class_metadata_init): bug fix: compute the right slot
13067
13068 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
13069
13070         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
13071         from Martin Weindel.
13072         * object.h: add mono_string_chars ().
13073
13074 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
13075
13076         * reflection.c (build_compressed_metadata): Eliminates warnings
13077         and uses 64-bit clean code.
13078
13079         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
13080         (mono_type_equal): Change signature to eliminate warnings.
13081
13082 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
13083
13084         * icall.c, loader.c: remove the internalcall array constructors.
13085         Changes to match the new MonoArray structure.
13086         * object.h, object.c: an array object doesn't allocate an extra
13087         vector. Add mono_array_new_full () to create jagged arrays easily.
13088
13089 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
13090
13091         * metadata.h, metadata.c: add mono_metadata_field_info () to
13092         retreive all the info about a field from vairous tables.
13093         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
13094         * class.h, class.c: augment MonoClassField with more info.
13095         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
13096         policy and load a field's RVA if needed.
13097
13098 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
13099
13100         * class.c (mono_class_metadata_init): create a trampoline for all
13101         virtual functions instead of actually compiling them.
13102
13103 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
13104
13105         * class.h, class.c: include name in MonoClassField.
13106         * class.c: fix fundamental type of System.Object and System.String.
13107         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
13108         tokens in ldtoken.
13109         * icall.c: remove internalcalls for the Reflection stuff that is now
13110         done in C# code.
13111         * loader.c: mono_field_from_memberref () implementation.
13112         * mono-endian.c: thinko (s/struct/union/g).
13113         * object.c, object.h: make the mono_string_* prototypes actually use
13114         MonoString instead of MonoObject.
13115         * reflection.c, reflection.h: updates for changes in the reflection
13116         code in corlib: we use C structures that map to the actual C# classes.
13117         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
13118         fat method header if needed and use the info from the ILGenerator for
13119         methods. Handle fields in types. Misc fixes.
13120
13121 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
13122
13123         * class.c (mono_class_metadata_init): bug fix: always allocate
13124         space for static class data
13125
13126 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
13127
13128         * class.c (mono_compute_relative_numbering): use relative
13129         numbering to support fast runtime type checks.
13130
13131 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
13132
13133         * class.c (mono_class_create_from_typeref): added debugging output
13134         to print class name when MonoDummy is returned instead of real class
13135
13136 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
13137
13138         * class.c (mono_class_metadata_init): interface offset table now
13139         contains pointers into the vtable - this is more efficient for the jit
13140
13141 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
13142
13143         * class.c (mono_class_metadata_init): use a temporary vtable (the
13144         old algorithm only worked for the interpreter, but not for the jit)
13145
13146 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
13147
13148         * loader.c (method_from_memberref): use mono_class_get to get the
13149         class of an array instead of using System.Array directly.
13150         (mono_get_method): also add MEMBERREF methods to the method cache
13151         which usefull for arrays.
13152
13153 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
13154
13155         * pedump.c (arch_compile_method): added to compute vtable entry
13156
13157         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
13158         number of interfaces.
13159         
13160         * class.h: merged MonoArrayClass into MonoClass
13161
13162         * class.c (mono_class_create_from_typedef): compute the vtable size and
13163         allocate space to include the vtable inside MonoClass
13164         (mono_class_metadata_init): initialize the vtable
13165
13166 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
13167
13168         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
13169         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
13170         * image.c: endian fixes by Laurent Rioux.
13171         * object.h, object.c: rename MonoStringObject to MonoString and
13172         MonoArrayObject to MonoArray. Change some function names to conform to
13173         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
13174         guint16* as first argument, so don't use char*.
13175         Provide macros to do the interesting things on arrays in a portable way.
13176         * threads-pthread.c: updates for the API changes and #include <sched.h>
13177         (required for sched_yield()).
13178         * icall.c: updates for the API changes above.
13179         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
13180         platforms that need them.
13181
13182 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13183
13184         * class.c: set the correct type for all the fundamental
13185         type when loading the class.
13186
13187 2001-10-05  Dick Porter  <dick@ximian.com>
13188
13189         * threads-pthread.c (pthread_mutex_timedlock): Simple
13190         compatibility version for C libraries that lack this call.
13191
13192 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13193
13194         * class.c: MonoTypes stored in MonoClass are stored as
13195         fundamental MonoTypes when the class represents a
13196         fundamental type (System.Int32, ...).
13197         The TypeHandle return by ldtoken is a MonoType*.
13198         * icall.c: ves_icall_get_data_chunk () write out all the
13199         PE/COFF stuff. Implement ves_icall_define_method (),
13200         ves_icall_set_method_body (), ves_icall_type_from_handle ().
13201         * image.c: properly skip unknown streams.
13202         * loader.h, loader.c: add type_class to mono_defaults.
13203         * metadata.c, metadata.h: export compute_size () as
13204         mono_metadata_compute_size () with a better interface.
13205         Typo and C&P fixes.
13206         * pedump.c: don't try to print the entry point RVA if there is no entry point.
13207         * reflection.c, reflection.h: many cleanups, fixes, output method
13208         signatures and headers, typedef and typeref info, compress the metadata
13209         tables, output all the heap streams, cli header etc.
13210         * row-indexes.h: typo fixes.
13211
13212 2001-10-04  Dick Porter  <dick@ximian.com>
13213
13214         * object.h: Add a synchronisation mutex struct to MonoObject
13215
13216         * object.c (mono_new_object): Initialise the object
13217         synchronisation mutexes
13218
13219         * icall.c: System.Threading.Monitor internal calls
13220         
13221         * threads-pthread.h:
13222         * threads-pthread.c: System.Threading.Monitor internal calls
13223
13224         * threads-types.h: New file, includes the system-specific thread
13225         structures
13226         
13227         * threads-pthread-types.h:
13228         * threads-pthread-types.c: New files, handle pthread-specific
13229         synchronisation types
13230
13231         * threads-dummy-types.h: 
13232         * threads-dummy-types.c: New files of dummy support for
13233         thread-specific types
13234
13235         * metadata.c:
13236         * image.c:
13237         * pedump.c: include mono-endian.h not endian.h
13238         
13239         * Makefile.am: More threads files.
13240         Name mono-endian.h not endian.h
13241
13242 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
13243
13244         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
13245         stuff and implement a few more bits.
13246         * icall.c: a field needs to be dereferenced twice. Do not use the same
13247         name for two variables in the same scope.
13248         * image.c, image.h: cleanups.
13249
13250 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
13251
13252         * class.c (mono_class_metadata_init): bug fix: compute the right size
13253
13254 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
13255
13256         * icall.c: implemented some of the Reflection internalcalls.
13257         * image.c, image.h: start writing out the PE/COFF image.
13258         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
13259         that does the reverse than decode_blob_size ().
13260         * object.c: use mono_metadata_encode_value (). Move here
13261         temporary implementation of mono_string_to_utf8 ().
13262         * rawbuffer.c: make malloc_map static.
13263
13264 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13265
13266         * metadata.c: fix type comparison for arrays.
13267         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
13268         Added a couple of new classes to monodefaults.
13269         * icall.c: added a couple of Reflection-related internalcalls.
13270         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
13271         Added a byval_arg MonoType to MonoClass.
13272
13273 2001-09-28  Dick Porter  <dick@ximian.com>
13274
13275         * icall.c:
13276         * threads-pthread.h: 
13277         * threads-pthread.c: Implemented internal calls for
13278         LocalDataStoreSlot operations.  Applied mutexes around all shared
13279         data.  Reworked the thread creation and Start() operations to
13280         avoid a race condition.
13281         
13282         * threads-dummy.h:
13283         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
13284
13285 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
13286
13287         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
13288
13289 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
13290
13291         * class.c, loader.c: warn and return NULL instead of erroring out.
13292         * icall.c: added System.AppDomain::getCurDomain().
13293         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
13294
13295 2001-09-25  Dick Porter  <dick@ximian.com>
13296
13297         * threads-pthread.h:
13298         * threads-pthread.c: Implemented timed thread joining and added
13299         System.Threading.Thread::Join_internal internal call
13300
13301         * icall.c: Added System.Threading.Thread::Join_internal internal call
13302
13303         * threads-dummy.h:
13304         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
13305
13306 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
13307
13308         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
13309         mono_string_intern () to implement the semantics of the ldstr opcode
13310         and the interning of System.Strings.
13311         * icall.c: provide hooks to make String::IsIntern and String::Intern
13312         internalcalls.
13313
13314 2001-09-23  Dick Porter  <dick@ximian.com>
13315
13316         * threads-dummy.c: 
13317         * threads-dummy.h: New files of dummy threading routines
13318
13319         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
13320         support code based on system specifics
13321
13322         Rename PTHREAD_LIBS to THREAD_LIBS
13323         
13324 2001-09-23  Dick Porter  <dick@ximian.com>
13325
13326         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
13327         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
13328         internal calls.
13329         (mono_thread_init): Set up a Thread object instance to return when
13330         the main thread calls Thread.CurrentThread
13331         (mono_thread_cleanup): Wait for all subthreads to exit
13332
13333         * icall.c: New internal calls for System.Threading.Thread::Sleep
13334         (including Schedule) and CurrentThread
13335
13336         * threads.h: New file, to insulate thread-specific stuff from the
13337         rest of the code
13338
13339 2001-09-21  Dick Porter  <dick@ximian.com>
13340
13341         * threads-pthread.h: 
13342         * threads-pthread.c: New file, for handling pthreads-style
13343         threading support.  Start() now starts a new thread and executes
13344         the ThreadStart delegate instance.
13345
13346         * icall.c: Added the internalcall for
13347         System.Threading.Thread::Start_internal
13348
13349         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
13350
13351 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
13352
13353         * loader.c: work around the different signatures for delegates
13354         constructors csc generates in compiled code vs the ones compiled in mscorlib.
13355
13356 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13357
13358         * class.h, class.c: add mono_class_get_field_from_name ().
13359         * *: Fix C comments and other ANSI C issues.
13360
13361 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
13362
13363         * endian.h, assembly.c: fix some endianness issues.
13364
13365 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
13366
13367         * loader.h, load.c: add delegate_class to mono_defaults.
13368         Handle runtime provided methods in mono_get_method ().
13369
13370 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
13371
13372         * loader.c (mono_get_method): use pinvoke for internal call
13373
13374         * icall.c: use pinvoke for internal call
13375
13376         * loader.c (method_from_memberref): set the method name
13377
13378 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
13379
13380         * metadata.c: help the compiler generate better code for
13381         mono_class_from_mono_type ().
13382
13383 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
13384
13385         * class.c (mono_class_metadata_init): delayed computing of the
13386         class size to mono_class_metadata_init ()
13387
13388 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
13389
13390         * class.c, class.h: add an interfaces member to MonoClass.
13391         * image.c, image.h: add assembly_name field to MonoImage
13392         from the assembly table.
13393         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
13394
13395 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13396
13397         * class.c: Handle Array in mono_class_from_mono_type ().
13398         * metadata.c, pedump.c: some endian fixes.
13399
13400 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13401
13402         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
13403         * metadata.c: fix small problem introduced with the latest commit.
13404
13405 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
13406
13407         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
13408         We don't need a MonoMetadata pointer anymore to compare signatures in
13409         mono_metadata_signature_equal (), update callers.
13410         Reduced memory usage an number of allocations for MonoMethodHeader and
13411         MonoMethodSignature.
13412
13413 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13414
13415         * metadata.c: added compare for szarray.
13416
13417 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13418
13419         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13420         and add a couple more types to it and mono_defaults. Give an hint on
13421         classes that need implementing in our corlib and are referenced
13422         in mscorlib.
13423
13424 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13425
13426         * class.h, class.c: keep track if a class is also an Enum.
13427         * loader.c: Implement a couple more types for use in libffi
13428         marshalling. Gives better diagnostics when failing to dlopen
13429         a library. Set method->klass for P/Invoke methods, too.
13430
13431 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13432
13433         * class.c, class.h: add a MonoType this_arg to MonoClass that
13434         represents a pointer to an object of the class' type that
13435         can be used by the interpreter and later the type cache.
13436         Add best guess alignment info for valuetype objects.
13437
13438 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13439
13440         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13441         into MonoType: one less level of indirection and allocation and
13442         simplifies quite a bit of code. Added cache for MonoTypes that are
13443         used frequently, so that we don't need to allocate them all the time.
13444
13445 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13446
13447         * class.c (mono_class_create_from_typedef): System.Enum is also a
13448         value type, although it does not derive from System.ValueType
13449         (maybe a bug in the ms compiler?)
13450
13451         * metadata.c (mono_type_size): return the right size for value types
13452
13453         * loader.c (mono_get_method): only initialize method header if not abstract
13454
13455         * class.c (mono_class_from_mono_type): use mono_default values. 
13456
13457 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13458
13459         * *: use MonoClass pointers instead of <type_tokens>
13460         
13461         * class.h: new flag: metadata_inited.
13462
13463         * class.c (mono_class_metadata_init): impl.
13464         (mono_class_instance_size): impl.
13465         (mono_class_data_size): impl.
13466
13467 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13468
13469         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13470         MonoClass now has the name and name_space fields. 
13471         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13472         mono_get_method () takes and optional MonoClass as argument.
13473         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13474         instead that takes advantage of a map from class names to typedef
13475         tokens in MonoImage.
13476
13477 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13478
13479         * metadata.c: zero is not a valid alignment boundary.
13480         Merge MONO_TYPE_VOID in default decoding code.
13481
13482 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13483
13484         * image.h: merged MonoMetadata into MonoImage
13485
13486         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13487         identify the type of elements.
13488
13489 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13490
13491         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13492         * cil-coff.h: split MonoMSDOSHeader and add size info.
13493         * image.c: add some consistency checks.
13494         * metadata.c: fix row size computation: one programmer
13495         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13496         add explanation for the locator routine.
13497         Fix decoding of size in method header.
13498         
13499 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13500
13501         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13502         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13503         function from gnome-libs.  This uses the right path separator
13504         based on the OS, and also works around a bug in some systems where
13505         a double slash is not allowed. 
13506         (default_assembly_name_resolver): Use g_concat_dir_and_file
13507         (mono_assembly_open): ditto.
13508
13509 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13510
13511         * metadata.c (mono_metadata_signature_equal): impl.
13512
13513         * *: void is now a realy MonoType (instead of using NULL)
13514         
13515         * metadata.c (do_mono_metadata_parse_type): use
13516         mono_metadata_parse_type to parse void value.
13517
13518 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13519
13520         * metadata.c, metadata.h: in the signature and method header store
13521         only the space required for holding the loca vars and incoming arguments.
13522
13523 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13524
13525         * metadata.c (do_mono_metadata_parse_type): treat void like any
13526         other type (instead of assigning NULL);
13527
13528 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13529
13530         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13531
13532 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13533
13534         * image.c (do_mono_image_open): added a cache for arrays.
13535
13536 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13537
13538         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13539         decode a single column from a row in a metadata table and changes
13540         to take advantage of it in the typedef locator (gives a nice speed up).
13541         Store offset info for function params.
13542
13543 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13544
13545         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13546
13547 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13548
13549         * assembly.c: how could mono_assembly_close () had ever worked?
13550         * metadata.c, metadata.h: provide offset info for local vars.
13551         Implement mono_type_size () to take care of alignment as well
13552         as size (it was mono_field_type_size in cli/class.c before).
13553
13554 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13555
13556         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13557
13558         * assembly.h (CORLIB_NAME): set to corlib.dll
13559
13560         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13561
13562 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13563
13564         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13565         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13566         tokentype.h: massive namespace cleanup.
13567
13568 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13569
13570         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13571
13572 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13573
13574         * metadata.c (mono_metadata_free_type): added check for type !=
13575         NULL (void) before calling mono_metadata_free_type()
13576
13577 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13578
13579         * metadata.h, row_indexes.h: added header with enumerations to use
13580         to index in the columns from tables in metadata and to decode coded
13581         tokens: we should start using this instead of embedding magic numbers
13582         all over the code.
13583
13584 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13585
13586         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13587         Move metadata_t info from cli_image_info_t to MonoImage, where
13588         it's easily accessible. Changed all the uses accordingly.
13589         Added the method and class caches to MonoImage.
13590         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13591         and mono_metadata_decode_value () signature to be more consistent
13592         with the other parse functions (and simplify code). Taken advantage
13593         of zero-length array allocation with GCC. Removed reduntant (and
13594         wrong) MonoFieldType struct and use MonoParam instead. Changed
13595         mono_metadata_parse_field_type () to use common code for parsing.
13596         Added mono_metadata_typedef_from_field () and
13597         mono_metadata_typedef_from_method () to lookup a typedef index from a
13598         field or method token.
13599         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13600
13601 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13602
13603         * metadata.c (mono_metadata_parse_field_type): Implement. 
13604         (do_mono_metadata_parse_type): Split engine from
13605         mono_metadata_parse_type, so that we can create smaller structures
13606         for things that just have one pointer to the MonoType (look at
13607         the MonoFieldType)
13608
13609 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13610
13611         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13612         as Jan Gray found out, it is incorrect. 
13613
13614 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13615
13616         * assembly.c: Implement asssembly loading.  This loads an image
13617         and loads all the referenced assemblies.  Come to think of it, we
13618         could always do lazy loading of the assemblies. 
13619
13620         * image.c (mono_image_open): Keep loaded images in a hashtable.
13621
13622         * image.h (MonoImage): Add reference count.
13623
13624 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13625
13626         * assembly.c (mono_assembly_open): Keep track of the file name in
13627         case the assembly has no ASSEMBLY table.
13628
13629         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13630         from get.c here.
13631
13632 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13633
13634         * metadata.c, metadata.h: decode local vars in method header
13635         parse function. Change callers accordingly.
13636
13637 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13638
13639         * metadata.h, cil-coff.h: protect against multiple inclusion.
13640         Added some new structures to hold information decoded from metadata:
13641         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13642         and relevant decoding/free functions.
13643         * metadata.c: implement decoding functions. Add warning for out of bounds
13644         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13645         all the info about a method signature and invocation. Remove check on
13646         uninitialized local var in parse_mh() and fix memory leak.
13647
13648 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13649
13650         * metadata.h: More macros.
13651
13652         * tokentype.h: New file.
13653
13654 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13655
13656         * assembly.c: added a consistency check and initialize
13657         some structures with g_new0().
13658         * metadata.c: fixed a couple more bugs in table size computation
13659         and add other checks for out-of bound access to metadata.
13660
13661 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13662
13663         * metatada.c: fix bugs computing table sizes. Spew a
13664         warning when index in string heap is out of bounds.
13665
13666 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13667
13668         * metadata.h: Add a couple of macros to manipulate tokens. 
13669
13670 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13671
13672         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13673         cli_section_tables).
13674
13675 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13676
13677         * metadata.c (mono_metadata_user_string): New function, provides
13678         access to the UserString heap. 
13679
13680 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13681
13682         * metadata.c: Add inline documentation.
13683
13684 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13685
13686         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13687         files. 
13688
13689 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13690
13691         * typeattr.h: New file, TypeAttribute flags. 
13692
13693 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13694
13695         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13696         mono_assembly_ensure_section): Section loading code.
13697         (load_section_tables): Load the sections.
13698
13699         * mono/metadata/metadata.c (mono_metadata_locate_token,
13700         mono_metadata_locate): Functions to locate the information
13701         definition given a token or a table and an index.
13702         (mono_metadata_compute_table_bases): New.
13703         (compute_size): New function to compute the sizes of the various
13704         tables.
13705
13706         * mono/metadata/metadata.h: Finish listing the different index
13707         types. 
13708
13709         * mono/metadata/pedump.c: Improve to dump new information.
13710
13711 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13712
13713         * mono/metadata/metadata.c: Entered all the tables matching
13714         Beta2. 
13715
13716         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13717