2005-01-25 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2005-01-25  Martin Baulig  <martin@ximian.com>
2
3         * class.c (mono_class_is_assignable_from): Make this work for
4         generic instances.
5
6 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
7
8         * marshal.c (mono_string_utf8_to_builder)
9         (mono_string_builder_to_utf16): We might not have ownership of the
10         string. In thise case, we need to create a new buffer.
11
12         * object-internals.h (mono_stringbuilder_capacity): sb->str might
13         be null, in which case, use the default capacity.
14
15 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
16
17         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
18         GC events to the profiler.
19
20 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21
22         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
23         if you don't want the GC to run.
24
25 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
26
27         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
28         start providing a GC API and keeping different implementations in
29         their own file.
30         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
31
32 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
33
34         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
35         mmap rather than allocating a huge buffer.
36         (mono_debug_close_mono_symbol_file): Free the buffer allocated
37         above.
38
39 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
42         and CheckExecutionRights.
43         * reflection.c|h: Keep the index of the declarative security to be 
44         used, instead of the pointer, when AOT compiler is used. Also add 
45         class initialization when requesting demands.
46         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
47         CheckExecutionRights. Both properties are now FALSE by default, and
48         unmodifiable, unless the --security option is used.
49
50 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
51
52         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
53         reflection.c: properly refcount images and assemblies, many leaks fixed.
54
55 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
56
57         * threadpool.c: increase the timeout for threads in the thread pool to
58         10s.  Fixes bug #67159.
59
60 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
61
62         * class-internals.h: Sun's compiler insists on explicit
63         signed on bit fields to handle then correctly.
64
65 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
66
67         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
68         Make the size of the array fit only the number of invalid path
69         chars that we have.
70
71         * class.c (_mono_class_get): Improve the error reporting when a
72         class referenced is not found, to assist debugging. 
73
74 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
75
76         * threads.c: fix off-by-one error.
77         * domain.c: free data allocated in the domain.
78
79 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
80
81         * reflection.c (mono_method_body_get_object): Fill out exception info
82         as well.
83
84         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
85         structure.
86         
87 2005-01-19  Martin Baulig  <martin@ximian.com>
88
89         * loader.c (mono_get_method_constrained): Make this work again.
90
91 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
92
93         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
94         guint16 to match the managed side.
95
96         * reflection.c (mono_reflection_body_get_object): Fill out local
97         variables array.
98
99         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
100         as well.
101
102         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
103         'local_var_sig_token'.
104
105 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
106
107         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
108         System.Drawing.
109
110         * reflection.c (mono_method_body_get_object): Handle abstract and
111         runtime methods.
112
113 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
114
115         * marshal.c, loader.c, class-internals.h, reflection.c:
116         store the emthod data for a wrapper in an array instead of a list.
117
118 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
119
120         * marshal.c: change the code to allocate memory more
121         conservatively for method wrappers.
122
123 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
124
125         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
126         fields from MonoClass to the marshal info structure where they belong.
127
128 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
129
130         * class.c, object.c, class-internals.h, marshal.c: rearrange
131         some fields and tweak some types to lower memory usage.
132
133 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
134
135         * threads.c (signal_thread_state_change): Handle the case when the
136         target thread is the current thread.
137
138         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
139
140         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
141         emit_ptr_to_object_conv. 
142
143         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
144         marshalling. Fixes #71352.
145
146 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
147
148         * metadata.h, blob.h: move table enum to blob.h so it can be included
149         in any header.
150         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
151         cut the size of MonoImage/MonoDynamicImage.
152
153 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
154
155         * profiler.c (mono_profiler_install_simple): Fix default arguments.
156
157 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
158
159         * reflection.c, reflection.h, icall.c: add a function to check
160         if an attribute type is defined for a metadata object.
161
162 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
163
164         * object-internals.h: Added some needed fields from StringBuilder class.
165         * marshal.c: Set the maxCapacity when creating a StringBuilder.
166
167 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
168
169         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
170         threads before shutting down the runtime.
171
172         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
173
174 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
175
176         * object-internal.h, threads.c: implement stacksize and 
177         parameterized thread start functionality (requires
178         matching corlib). Marked broken code for later removal.
179
180 2005-01-12  Martin Baulig  <martin@ximian.com>
181
182         * class-internals.h (MonoGenericClass): Moved the `initialized'
183         flag to MonoDynamicGenericClass, removed `init_pending'.
184         (MonoGenericInst): Added `is_reference' flag.
185
186 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
187
188         * reflection.c (mono_image_create_pefile): Only set the pe_offset
189         inside the MSDOS header. Fixes #71201.
190
191         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
192         gc thread.
193         (mono_domain_finalize): Ditto.
194
195 2005-01-12  Martin Baulig  <martin@ximian.com>
196
197         * class.c (mono_get_shared_generic_class): Use the cache for
198         non-dynamic generic classes.
199
200         * class-internals.h (mono_class_create_generic_2): Removed
201         function prototype, this function is now static inside class.c.
202
203         * class.c (mono_class_create_generic_2): Made this static, only
204         call it from mono_class_init() and mono_class_setup_parent().
205         (collect_implemented_interfaces_aux): Call mono_class_init() on
206         the interfaces we collect.
207         (mono_class_setup_vtable): Call mono_class_init (class->parent).
208
209 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
210
211         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
212         it a real thread handle.
213
214         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
215         MonoJitExceptionInfo, since each catch clause needs its own variable.
216         
217 2005-01-11  Dick Porter  <dick@ximian.com>
218
219         * image.c (mono_pe_file_open): New variant on mono_image_open()
220         that does not set up the CLI metadata; used for FileVersionInfo so
221         it can get the data for windows binaries too.
222         
223         * process.c (process_read_string_block): Don't read off the end of
224         the StringTable block.
225
226         These both fix bug 70766.
227
228 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
229
230         * gc.c: set some fields to NULL at GC cleanup time.
231         * threads.c: if we quit the main thread, call exit ().
232
233 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
234
235         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
236
237 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
238
239         * threads.h, threads.c, object.c: added accessor and settor for
240         main_thread. Handle it specially when exiting from it: wait
241         for other foreground threads to exit.
242
243 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
244
245         * process.c, verify.c: remove some bloat.
246
247 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
248
249         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
250         the calling convention to cdecl under win32.
251
252 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
253
254         * object.c (mono_object_get_size): New function to get the size of
255         an object instance.
256
257         * profiler.c (simple_allocation): Use above.
258
259 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
260
261         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
262         ves_icall_System_AppDomain_getRootDomain (as it's not required to
263         get an appdomain by it's id and we can't assume the root's id is 0).
264         * domain-internals.h: Change the function prototype to match.
265         * icall.c: Change the icall table for AppDomain.
266
267 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
268
269         * locales.c (string_invariant_compare_char): Only compute
270         GUnicodeTypes in the case where we need them.  Test for ordinality
271         first and return if so.
272
273         From the commit:
274
275                 /*
276                  * FIXME: here we must use the information from c1type and c2type
277                  * to find out the proper collation, even on the InvariantCulture, the
278                  * sorting is not done by computing the unicode values, but their
279                  * actual sort order.
280                  */
281
282 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
283
284         * loader.c: for P/Invoke methods, allow the "Internal" shared
285         library name to refer to the calling process symbol namespace.
286
287 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
288
289         * Makefile.am: Add the security manager to the build.
290         * security-manager.c|h: New. Initialization of the security manager.
291
292 2005-01-07  Dick Porter  <dick@ximian.com>
293
294         * threads.c: 
295         * monitor.c: Update thread state during Monitor and WaitHandle
296         waits.  Fixes bug 71031.
297
298 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
299
300         * reflection.c (property_encode_signature): Correctly handle when the
301         property has no methods.
302
303 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
304
305         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
306         
307         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
308         fields from mb, not rmb. Fixes #71017.
309
310         * marshal.c (emit_ptr_to_str_conv): Add support for 
311         ByValTStr -> string conversion. Fixes #71015.
312
313         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
314
315         * mempool.c (mono_mempool_contains_addr): New helper function.
316
317 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
318
319         * metadata.c (mono_metadata_compute_size): Fix size calculation of
320         HasSematics encoded fields.
321         
322         * metadata.c (mono_type_to_unmanaged): Improve error message for 
323         invalid string marshalling.
324
325         * metadata.c: Fix warnings.
326         
327 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
328
329         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
330         profiler support.
331
332 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
333
334         * domain.c object.c domain-internals.h: Revert part of r38077 since the
335         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
336         tests.
337
338 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
339
340         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
341         so methods containing these can be AOTed.
342
343 2005-01-03  Martin Baulig  <martin@ximian.com>
344
345         * loader.c (find_method): Removed the hack for generic instances.
346         (method_from_memberref): If our parent is a generic instance, pass
347         its generic type definition to find_method() and then inflate the
348         method.
349         (mono_get_method_constrained): Pass the generic type definition to
350         find_method() and inflate the method later.
351
352         * class-internals.h (MonoStats): Added `generic_class_count'.
353
354         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
355         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
356
357         * reflection.c (mono_custom_attrs_from_params): Don't ignore
358         generic type definitions.
359
360 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
361
362         * loader.c icall.c: Fix warnings.
363
364 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
365
366         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
367         blittable types. Fixes #70864.
368
369 2004-12-29  Martin Baulig  <martin@ximian.com>
370
371         * icall.c
372         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
373
374         * reflection.c (mono_method_get_object): Create a
375         "System.Reflection.MonoGenericMethod" for inflated methods; don't
376         call mono_get_inflated_method().
377
378         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
379
380 2004-12-27  Martin Baulig  <martin@ximian.com>
381
382         * class-internals.h (MonoMethod): Added `is_inflated' flag.
383         (MonoMethodInflated): Added `inflated' field.
384
385         * class.c (mono_class_inflate_generic_method): Don't really
386         inflate the method here; just set the `is_inflated' flag in the
387         MonoMethod.
388         (mono_class_get_inflated_method): Actually inflate the method here
389         if it's not already inflated; we use the MonoMethodInflated's new
390         `inflated' field as a cache.
391
392 2004-12-26  Martin Baulig  <martin@ximian.com>
393
394         * class.c
395         (inflate_generic_class): Moved some code out of inflate_generic_type().
396         (mono_class_inflate_generic_method): If we're already inflated,
397         inflate the context and use the declaring method; ie. make sure
398         the declaring method of an inflated method is always the generic
399         method definition.
400         (mono_class_create_from_typedef): Create
401         `class->generic_container->context->gclass'.
402
403 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
404
405         * metadata-internals.h, marshal.c, reflection.c: More
406         MonoGHashTable->GHashTable.
407
408         * domain-internals.h, class.c: Change MonoGHashTable's into
409         GHashTables for some cases where no gc stuff is used
410
411         All users: update apis
412
413 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
414
415         * metadata.c (builtin_types): Make this `const'. Makes this get
416         put into the shareable section.
417         (mono_metadata_init): Casts to make gcc happy.
418
419 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
420
421         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
422
423 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
424
425         * icall.c: Added an internal call to retrieve the position and length
426         of assembly-level declarative security attributes (RequestMinimum, 
427         RequestOptional and RequestRefuse). This is used by the Assembly class
428         to re-create the corresponding permission sets.
429
430 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
431
432         * marshal.c: fix the stelemref wrapper to be type correct
433         (and faster).
434
435 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
436
437         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
438         to do key & 0x7fffffff. Hashtable already does this. It just
439         results in longer code.
440
441 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
442
443         * appdomain.c: Bump corlib version.
444         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
445         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
446         * reflection.c|h: Add functions to get declarative security infos
447         (blob position and length) for assemblies, classes and methods.
448
449 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
450
451         * reflection.c: sort the constant table (bug #70693).
452
453 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
454
455         * object-internals.h, threads.c, domain.c: add accessors for
456         the MonoThread and MonoDomain tls keys.
457
458 2004-12-18  Martin Baulig  <martin@ximian.com>
459
460         * class.c (inflate_generic_type): If we're inflating a generic
461         instance, set `ngclass->context->container = context->container';
462         ie. the container we inflated into.
463
464         * metadata.c (mono_metadata_parse_generic_param): Reflect above
465         inflate_generic_type() changes.
466
467 2004-12-17  Martin Baulig  <martin@ximian.com>
468
469         * class-internals.h
470         (MonoGenericClass): Replaced `MonoType *generic_type' with
471         `MonoClass *generic_class'.  Removed `dynamic_info'; if
472         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
473         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
474
475 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
476
477         * exception.c (mono_exception_from_token): New helper function.
478
479 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
480
481         * assembly.c (mono_assembly_load_with_partial_name): Call 
482         mono_assembly_loaded before invoking the preload hooks. Fixes
483         #70564.
484
485         * object-internals.h (MonoThread): Change culture_info and 
486         ui_culture_info into an array.
487
488         * threads.c: Cache culture info objects from more than one appdomain.
489
490         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
491         current UI culture.
492
493 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
494
495         * threads.h threads.c appdomain.c: Clear the culture_info field of
496         all threads during unloading if they point to an object in the dying
497         appdomain.
498
499 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
500
501         * culture-info.h (TextInfoEntry): New struct
502         * object-internals.h: sync with managed
503         * locales.c: fill the `text_info_data' field
504         * culture-info-tables.h: update
505
506 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
507
508         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
509         collector.
510
511 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
512
513         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
514         (ves_icall_ModuleBuilder_getMethodToken): Ditto
515
516 2004-12-12  Martin Baulig  <martin@ximian.com>
517
518         * mono-debug-debugger.c (write_type): If we're an enum and the
519         builtin types have already been initialized, call mono_class_init().
520
521 2004-12-11  Martin Baulig  <martin@ximian.com>
522
523         * metadata.c (mono_metadata_load_generic_params): Added
524         `MonoGenericContainer *parent_container' argument; automatically
525         compute `container->is_method'; pass the correct owner to
526         get_constraints().      
527
528         * reflection.c (compare_genericparam): Sort the GenericParam table
529         according to increasing owners. 
530
531 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
532
533         * profiler.c: allow disabling the default profiler.
534
535 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
536
537         * decimal.c, icall.c: allow disabling System.Decimal support.
538
539 2004-12-09  Marek Safar <marek.safar@seznam.cz>
540
541         * reflection.c: Add support for null attribute arguments.
542
543 2004-12-09  Martin Baulig  <martin@ximian.com>
544
545         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
546         names to get rid of compiler warnings.
547
548 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
549
550         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
551         mono_marshal_load_type_info (). Fixes #69625.
552         (mono_marshal_get_ptr_to_struct): Likewise.
553
554 2004-12-08  Martin Baulig  <martin@ximian.com>
555
556         * mono-debug.h: Bumped version number to 47.
557
558         * mono-debug-debugger.c
559         (mono_debugger_event_handler, mono_debugger_event): Take two
560         guint64 arguments insteed of a gpointer and a guint32.  
561
562 2004-12-08  Martin Baulig  <martin@ximian.com>
563
564         * debug-mono-symfile.h
565         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
566         `address' to `native_offset'.
567
568 2004-12-08  Martin Baulig  <martin@ximian.com>
569
570         * class.c (mono_class_create_from_typespec): Only inflate if we
571         either have `context->gclass' or `context->gmethod'.
572
573 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
574
575         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
576
577         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
578
579         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
580
581         * reflection.c (mono_assembly_get_object): Remove the workaround put
582         in for the release.
583         
584         * appdomain.c: Use the corlib_internal field from MonoAssembly.
585
586         * appdomain.c: Bump corlib version.
587
588         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
589         be visible in other appdomains.
590
591 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
592
593         * threads.c: Interlocked inc and dec for longs were messed up,
594         use a KISS based impl for this. Fixes 70234
595
596 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
597
598         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
599
600 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
601
602         * icall.c: fix to follow policy not to allow struct
603         arguments in icalls.
604
605 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
606
607         * process.c: make the patch that handles spaces in file paths work
608         on mono/windows too.
609
610 2004-12-06  Martin Baulig  <martin@ximian.com>
611
612         * class.c (mono_class_create_generic): Call
613         mono_class_setup_supertypes() if we're dynamic.
614         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
615
616 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
617
618         * object-internals.h: Add new fields to MonoThread.
619
620         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
621
622         * icall.c threads-types.h threads.c: Add new icalls.
623
624         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
625
626         * object-internals.h (MonoReflectionAssembly): Sync object layout with
627         managed side.
628
629         * appdomain.c: Bump corlib version.
630
631         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
632         internal assemblies. Fixes #69181.
633
634 2004-12-05  Martin Baulig  <martin@ximian.com>
635
636         * class.c (mono_class_inflate_generic_signature): Make this a
637         no-op if `context' is NULL or we don't have any type parameters;
638         also copy `sentinelpos'.        
639
640 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
641
642         * image.c: Add unbox_wrapper_cache.
643
644         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
645
646         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
647         function generator.
648         
649         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
650         Fixes #70173.
651
652         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
653         
654 2004-12-04  Martin Baulig  <martin@ximian.com>
655
656         * loader.c (mono_method_get_signature_full): New public function;
657         like mono_method_get_signature(), but with an additional
658         `MonoGenericContext *' argument.
659
660         * class.c (mono_class_inflate_generic_signature): Formerly known
661         as inflate_generic_signature(); make this public.
662
663 2004-12-04  Martin Baulig  <martin@ximian.com>
664
665         * metadata.c
666         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
667         instead of a `MonoGenericContainer *'.  
668         (mono_metadata_parse_array_full): Likewise.
669         (mono_metadata_parse_signature_full): Likewise.
670         (mono_metadata_parse_method_signature_full): Likewise.
671         (mono_metadata_parse_generic_inst): Likewise.
672         (mono_metadata_parse_generic_param): Likewise.
673         (mono_metadata_parse_mh_full): Likewise.
674         (mono_type_create_from_typespec_full): Likewise.
675
676 2004-12-03  Martin Baulig  <martin@ximian.com>
677
678         * class-internals.h (MonoGenericContainer): Replaced the
679         `MonoGenericContext * pointer with a `MonoGenericContext'
680         structure and made it the first element.
681
682 2004-12-03  Martin Baulig  <martin@ximian.com>
683
684         * class.c
685         (inflate_generic_type): Set the `context->container' when creating
686         a new MonoGenericContext.
687         (mono_class_inflate_generic_method): Likewise.
688         (mono_class_create_from_typespec): Just use `context->container'
689         to get the container.
690
691         * loader.c (method_from_methodspec): Set `context->parent' from
692         `context->container' - and if that's a method container, use its
693         parent.  Also set the `context->container' when creating a new
694         MonoGenericContext.
695         (mono_get_method_from_token): Use just `context->container' to get
696         the container.
697
698         * metadata.c (do_mono_metadata_parse_generic_class): Also set
699         `gclass->context->container'.
700
701         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
702         the `context->container' when creating a new MonoGenericContext.
703
704 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
705
706         * reflection.c (compare_genericparam): Sort params with identical
707         owner by their number. Fixes gen-111 on sparc.
708
709 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
710
711         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
712         around the domain changes.
713
714         * appdomain.c (mono_domain_unload): Handle the case when the thread
715         calling Unload is itself being aborted during unloading. Fixes #70022.
716
717         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
718
719         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
720         checkpoint_func as an icall so it gets a wrapper.
721         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
722         in the cross-appdomain wrappers too.
723
724         * threads.c (mono_thread_has_appdomain_ref): Make this public.
725
726         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
727
728         * reflection.c: Fix some memory leaks.
729         
730 2004-12-02  Martin Baulig  <martin@ximian.com>
731
732         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
733
734         * metadata.c (generic_class_cache): New static hashtable.
735         (mono_metadata_lookup_generic_class): New public method.
736
737 2004-12-02  Martin Baulig  <martin@ximian.com>
738
739         * class.c (mono_class_create_from_typedef): Call
740         mono_class_setup_parent() and mono_class_create_mono_type() before
741         parsing the interfaces.
742
743 2004-12-02  Martin Baulig  <martin@ximian.com>
744
745         * metadata.c (generic_inst_cache): New static hashtable.
746         (mono_metadata_lookup_generic_inst): New public function.
747         (mono_metadata_inflate_generic_inst): New public function.
748         (mono_metadata_parse_generic_inst): New public function.
749         (do_mono_metadata_parse_generic_class): Use the new
750         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
751         since this'll also use the cache.
752
753         * reflection.c (mono_reflection_bind_generic_method_parameters):
754         Use mono_metadata_lookup_generic_inst() to use the new cache.
755
756         * class.c (inflate_mono_type): Use
757         mono_metadata_inflate_generic_inst() to inflate a generic
758         instance; this'll also use the new cache.
759
760         * loader.c (method_from_methodspec): Use
761         mono_metadata_parse_generic_inst() and
762         mono_metadata_inflate_generic_inst() rather than parsing it
763         manually, so we can use the new cache.
764
765 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
766
767         * threads.c (wait_for_tids): Do not incorrectly free threads when 
768         the wait times out.
769
770 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
771
772         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
773         iter->args based on whether parameters are passed in registers (i.e.
774         MONO_ARCH_REGPARMS is defined)
775
776 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
777
778         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
779         the exception message. Fixes #70070.
780         (method_from_methodspec): Fix warnings.
781
782 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
783
784         * process.c: (complete_path) return the path quoted
785
786 2004-12-01  Martin Baulig  <martin@ximian.com>
787
788         * class-internals.h (MonoGenericInst): New structure.
789         (MonoGenericClass): Replaced `type_argc', `type_argv' and
790         `is_open' with `MonoGenericInst *inst'.
791         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
792         `is_open' with `MonoGenericInst *inst'.
793
794 2004-11-30  Martin Baulig  <martin@ximian.com>
795
796         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
797
798         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
799         to `generic_class_cache'.
800
801         * metadata.c
802         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
803         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
804         (mono_generic_inst_is_valuetype): Renamed to
805         mono_generic_class_is_valuetype().
806
807         * class-internals.h
808         (MonoGenericInst): Renamed to MonoGenericClass.
809         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
810         (MonoClass): Renamed `generic_inst' to `generic_class'.
811         (MonoGenericContext): Renamed `ginst' to `gclass'.
812
813         * object-internals.h
814         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
815
816         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
817         mono_reflection_generic_class_initialize().
818
819         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
820         now known as "System.Reflection.MonoGenericClass".
821         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
822
823 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
824
825         * class-internals.h: Added a flag field to MonoClass to cache the
826         declarative security attributes actions associated with the class.
827         * domain-internals.h: Added booleans to MonoJitInfo to cache the
828         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
829         applicable to the JITted method.
830         * reflection.c|h: Added functions to extract (as flags) which security
831         actions are available (declaratively) for a method, class or assembly.
832         * metadata.c|h: Added functions to search the declarative security
833         table in the metadata.
834         
835 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
836
837         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
838         EXPORTEDTYPES are already in the class name cache, so there is no
839         need to add extra code here to look at them. Just removes a bit of
840         cruft.
841
842         (ves_icall_System_Environment_get_TickCount): No need for #if
843         WINDOWS. We already have the code in io-layer.
844
845 2004-11-28  Martin Baulig  <martin@ximian.com>
846
847         * loader.c
848         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
849         Fixes gen-112.cs.
850
851 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
852
853         * assembly.c (do_mono_assembly_open): Instead of having a
854         conditional WITH_BUNDLE, incorporate support for bundles here, by
855         having a global `bundles' variable holding a pointer to the actual
856         bundles. 
857
858         (mono_register_bundled_assemblies): New API call used by the
859         bundle code. 
860
861         See mkbundle.1 for details.
862         
863 2004-11-27  Martin Baulig  <martin@ximian.com>
864
865         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
866         the vtable for generic methods.
867
868 2004-11-26  Martin Baulig  <martin@ximian.com>
869
870         * metadata.c
871         (mono_metadata_generic_method_hash): New public function.
872         (mono_metadata_generic_method_equal): Likewise.
873
874         * class-internals.h
875         (MonoGenericContainer): Added `GHashTable *method_hash'.
876
877         * reflection.c (ReflectionMethodBuilder): Added
878         `MonoGenericContainer *generic_container'.
879         (reflection_methodbuilder_to_mono_method): Don't create a new
880         MonoGenericContainer each time we're called.
881         (mono_reflection_bind_generic_method_parameters): Use
882         `container->method_hash' to cache the results so we don't create a
883         different method if we're called several times with the same
884         arguments.
885
886         * loader.c (method_from_methodspec): Use the new
887         `container->method_hash' here, too.
888
889 2004-11-26  Martin Baulig  <martin@ximian.com>
890
891         * class.c (inflate_generic_signature): Correctly compute
892         `res->has_type_parameters'.
893         (mono_class_vtable): Use the `has_type_parameters' flag to
894         determine whether we're a generic method.
895
896         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
897
898 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
899
900         * object.c (mono_runtime_run_main): Fix a small memory leak.
901
902 2004-11-25  Martin Baulig  <martin@ximian.com>
903
904         * class.c (set_generic_param_owner): Fixed the loop.
905
906 2004-11-25  Martin Baulig  <martin@ximian.com>
907
908         * object.c (mono_class_vtable): Don't create any JIT wrappers for
909         generic methods.
910
911 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
912
913         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
914         names. Fixes #69787.
915
916 2004-11-24  Martin Baulig  <martin@ximian.com>
917
918         * class.c (mono_class_create_generic_2): If we don't have a
919         `ginst->parent', inflate `gklass->parent' to get our parent.
920
921 2004-11-24  Martin Baulig  <martin@ximian.com>
922
923         * reflection.c (compare_genericparam): Correctly sort the
924         GenericParam table; fixes #69779.
925
926 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
927
928         * reflection.c: When writing a PE file, don't create a huge
929         buffer in memory. Just write the arrays we have to the file.
930         This reduces memory usage.
931
932         * metadata-internals.h: MonoDynamicStream pefile is no longer used
933         globally.
934
935 2004-11-17  Martin Baulig  <martin@ximian.com>
936
937         * class.c (mono_class_init): Don't setup `class->parent' for
938         dynamic instances; moved this to mono_class_generic_2().
939         (mono_class_create_generic): Also set `klass->inited' for dynamic
940         generic instances.
941         (mono_class_create_generic_2): Don't do anything for dynamic
942         generic instances.  Set `klass->parent' here and also call
943         mono_class_setup_parent() here. 
944
945         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
946         `MonoType *parent' argument; set `ginst->parent' before calling
947         mono_class_create_generic_2(), so we set the correct parent.
948
949 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
950
951         * reflection.c: allow getting attributes from ModuleBuilder
952         (used by ikvm).
953
954 2004-11-17  Martin Baulig  <martin@ximian.com>
955
956         * class.c (mono_class_create_from_typedef): If a type parameter is
957         inherited from an outer class, set its owner to that class.
958
959 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
960
961         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
962           for (int*) written size. This fixes bug #69592.
963
964 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
965
966         * icall.c: Added IsAuthenticodePresnet internal call.
967         * image.c|h: New function that check a MonoImage for an Authenticode
968         signature in the certificate PE data directory.
969         * security.c|h: New internal call to ask the runtime if an 
970         Authenticode signature seems referenced in the PE header.
971
972 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
973
974         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
975
976         * reflection.c (mono_image_create_pefile): Free the assembly streams
977         after writing out the assembly file.
978
979         * object.c (mono_runtime_run_main): Fix small memory leak.
980
981         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
982         property access modifiers. Fixes #69389.
983
984 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
985
986         * domain.c, object.c, object-internals.h, domain-internals.h,
987         object.h, marshal.c: keep dynamic code info per domain.
988
989 2004-11-15  Martin Baulig  <martin@ximian.com>
990
991         * class.c (mono_type_get_name_recurse): Put type arguments in
992         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
993         see bug #68387.
994
995 2004-11-15  Martin Baulig  <martin@ximian.com>
996
997         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
998         (mono_class_setup_vtable): When computing `the_cname' for a
999         generic instance, don't include the namespace since we'd otherwise
1000         add it twice.
1001
1002 2004-11-15  Martin Baulig  <martin@ximian.com>
1003
1004         * class.c (mono_class_create_generic): Changed return type to void.
1005         (mono_class_create_generic_2): New public function; setup
1006         `class->method', `class->field' and `class->interfaces' here
1007         instead of in mono_class_init().
1008
1009         * class.h (mono_class_create_generic): Moved to class-internals.h.
1010
1011 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
1012
1013         * reflection.c (mono_image_create_pefile): take a file HANDLE.
1014         rather than writing to memory, write to this file. Right now,
1015         we are just writting into a buffer, and copying that. However
1016         we can avoid the buffer later.
1017
1018         (mono_dynamic_stream_reset): new function
1019
1020         * icall.c, object-internals.h: update for the above.
1021
1022 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
1023
1024         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
1025         have been using gc'd memory. First it is slower, unlikely
1026         the comment in the source code said, secondly, it increases
1027         our footprint to do it in the gc.
1028
1029         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
1030         the method so that it does not have to copy to managed code.
1031
1032 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
1033
1034         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
1035
1036 2004-11-12  Martin Baulig  <martin@localhost>
1037
1038         * reflection.c (mono_image_create_token): Allow generic method
1039         definitions here, since they may appear in an `.override'; see
1040         gen-98/gen-99 for an example.
1041
1042 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
1043
1044         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
1045         #69365.
1046
1047         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
1048         descriptive.
1049
1050 2004-11-11  Martin Baulig  <martin@ximian.com>
1051
1052         * class.c (mono_class_setup_vtable): In an explicit interface
1053         implementation, the method name now includes the arity.
1054
1055 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
1056
1057         * object.c (mono_array_full_copy): Fix warning.
1058
1059 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
1060
1061         * appdomain.c: Removed look_for_method_by_name(). Use the new method
1062         mono_class_get_method_from_name() instead.
1063         
1064         * class-internals.h: Added two new types of wrappers. 
1065         Added MonoRemotingTarget enum. Added new trampoline function type, which
1066         takes an additional MonoRemotingTarget value as parameter, so it is
1067         possible to request a trampoline for a specific target.
1068         
1069         * class.c: Added new mono_class_get_method_from_name() method.
1070         
1071         * class.h: In MonoRemoteClass, we can have now to vtables, one for
1072         general remoting sinks and one specific for cross domain calls.
1073         
1074         * debug-helpers.c: Added new wrapper names.
1075         
1076         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
1077         of a remote class.
1078         
1079         * image.c: Porperly delete value objects form the remoting invoke hashtable.
1080         
1081         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
1082         with several other methods (mono_marshal_get_xappdomain_dispatch,
1083         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
1084         and others) can generate a fast remoting wrapper for cross domain calls.
1085         More information can be found in docs/remoting.
1086         Other changes: Removed mono_find_method_by_name, and used
1087         mono_class_get_method_from_name instead.
1088         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
1089         is stored in the remoting invoke hashtable.
1090         
1091         * marshal.h: published the new method for getting the xdomain wrapper,
1092         and also added a method for getting the adequate wrapper for a given
1093         method and target.
1094         
1095         * object-internals.h, object.c: Added a couple of methods for capying and
1096         cloning arrays.
1097         Modified mono_install_remoting_trampoline, which takes the new remoting
1098         trampoline that has a remoting target as parameter.
1099         mono_class_proxy_vtable now also takes a remoting target as parameter, and
1100         will return the most suitable vtable for the target.
1101         Added mono_remote_class_vtable, which returns the vtable of a remote class
1102         (which can be the normal remoting vtable or the xdomain vtable).
1103         
1104         * threads.c: the xdomain invoke and dispatch wrappers must also be
1105         protected against interruptions.
1106
1107 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1108
1109         * icall.c: use memmove in BlockCopyInternal when the source and
1110         destination arrays are the same.
1111
1112 2004-11-09  Martin Baulig  <martin@ximian.com>
1113
1114         * class-internals.h (MonoGenericContainer): Removed `method' and
1115         `signature', replaced them with `is_method' and `is_signature'
1116         flags.  Added `context'.
1117
1118         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
1119         instead of a `MonoGenericContainer *'.
1120
1121         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
1122         for dynamic type parameters.
1123         (mono_metadata_load_generic_params): Setup `container->context'.
1124
1125         * reflection.c (mono_reflection_setup_generic_class): Setup
1126         `tb->generic_container->context'.
1127         (do_mono_reflection_bind_generic_parameters): Use
1128         mono_class_inflate_generic_type() to correctly inflate types,
1129         rather than using our own hack just for MONO_TYPE_VAR.
1130
1131 2004-11-09  Martin Baulig  <martin@ximian.com>
1132
1133         * class.c (mono_class_inflate_generic_method): Small fix; don't
1134         crash here.
1135
1136         * icall.c
1137         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
1138         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
1139         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
1140         (ves_icall_Type_BindGenericParameters): Likewise.
1141         (ves_icall_Type_get_IsGenericInstance): Likewise.
1142         (ves_icall_Type_GetGenericParameterPosition): Likewise.
1143         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
1144         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
1145         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
1146
1147 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
1148
1149         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
1150         assembly versions and public key tokens. Fixes #69113.
1151
1152 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
1153
1154         * metadata.c: fix bug introduced with the type cache changes
1155         on 2004-11-06.
1156
1157 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
1158
1159         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
1160         the MonoClass pointer instead of the token in exception clauses.
1161         * reflection.c: updates for the above and make the code not depend
1162         on the structure of MonoExceptionClause.
1163
1164 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
1165
1166         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1167         Add support for dynamic assemblies. Fixes #69114.
1168
1169         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
1170
1171 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
1172
1173         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
1174         since most only those methods use it. the code member of
1175         MonoMethodPInvoke was dead, so that can be removed too. Also,
1176         remove inline_count (again, not used), and move slot so that it
1177         can share bits with some other flags. This saves 8 bytes in the
1178         structure and gives us about 50 kb back for mcs helloworld.cs
1179
1180         * *.[ch]: Do naming changes for the above.
1181
1182         * loader.c (mono_method_get_header): Lazily init the header
1183         on first access.
1184         (mono_get_method_from_token): don't init the header here
1185         (mono_free_method): the header may never be allocated
1186
1187         Overall, this saves 150 kb of unmanaged allocations
1188         for mcs helloworld.cs. That accounts for 10% of the unmanaged
1189         memory at runtime.
1190         
1191         * loader.c, loader.h (mono_method_get_header): new accessor.
1192
1193         * *.[ch]: use the above method. Prepares us to lazily load
1194         the header.
1195
1196         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
1197         three warnings, which are actual bugs (see 69206).
1198
1199         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
1200         unused. Saves a cool 4 bytes / method.
1201
1202 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
1203
1204         * metadata.c (builtin_types): Add types for System.Object here.
1205         (mono_metadata_parse_type_full): Cache MonoType*'s that are
1206         for a class or valuetype from klass->this_arg or klass->byval_arg.
1207
1208         On mcs for a hello world, this gets us down from 21836 MonoType's
1209         to 14560.
1210
1211         (mono_metadata_free_type): Account for the above change.
1212
1213 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
1214
1215         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
1216         exception instead of asserting if name is null.
1217         (ves_icall_System_AppDomain_GetData): Ditto.
1218
1219 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
1220
1221         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
1222         EnumBuilder.
1223
1224         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
1225         Return NULL when the domain does not have entry_assembly set.
1226
1227         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
1228         Add a 'resource_modules' argument.
1229         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
1230
1231         * reflection.c (mono_reflection_create_runtime_class): Move setting
1232         of wastypebuilder here, so mono_get_type_object () returns a MonoType
1233         for enums too.
1234
1235         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
1236         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
1237         Throw an ArgumentNullException if 'ptr' is null.
1238
1239         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
1240         assemblies here. Fixes #69020.
1241
1242 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
1243
1244         * reflection.c (build_compressed_metadata): Fix the previous patch for
1245         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
1246         the stack.
1247
1248 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
1249
1250         * assembly.c (mono_assembly_names_equal): Allow a match if one of
1251         the cultures is false. Fixes #69090.
1252
1253         * reflection.c (build_compressed_metadata): Fix invalid memory read 
1254         detected by valgrind.
1255         
1256         * reflection.c (mono_reflection_get_type): Avoid triggering a 
1257         TypeResolve multiple times for the same type. Fixes #65577.
1258
1259 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
1260
1261         * marshal.c: Avoid using ldftn to call managed functions. It is
1262         much slower than just a call.
1263
1264         * reflection.c (mono_module_get_object): free the basename we
1265         allocate here from glib.
1266         
1267         * reflection.c (ensure_runtime_vtable): make sure to free
1268         overrides.  Also, we were allocating an array of MonoMethod not an
1269         array of MonoMethod*.
1270
1271         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
1272
1273         * image.c (mono_image_close): free image->guid here.
1274
1275 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
1276
1277         * reflection.c: Fix some spec conformance issues with the PE file
1278         structures so mcs compiled apps run on the Net 2.0 beta.
1279
1280 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
1281
1282         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
1283         Implement this. Fixes #67264.
1284
1285         * debug-helpers.h debug-helpers.c marshal.c: Move 
1286         mono_find_method_by_name to debug-helpers.c.
1287
1288 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
1289
1290         * object.c (mono_release_type_locks): type_initialization_hash is
1291         a GHashTable.
1292
1293         * reflection.c object.c object-internals.h: Fix warnings.
1294
1295         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
1296         without accessors. Fixes #61561.
1297
1298         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
1299         application base from the root domain if not set. Fixes #65641.
1300         (mono_runtime_init): Fix warning.
1301
1302 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1303
1304         * appdomain.c: call mono_thread_pool_init.
1305         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
1306         of worker threads based on the number of CPUs and the environment
1307         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
1308         for non-windows (windows) systems.
1309
1310 2004-10-27  Chris Toshok  <toshok@ximian.com>
1311
1312         * mono-debug-debugger.c (write_class): don't call mono_class_init
1313         here, as even with the check for (!klass->init_pending), we get
1314         into a situation where we're hitting cycles in class
1315         initialization.  Fixes #68816.
1316
1317 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1318
1319         * image.c: Avoid overwriting values in the loaded_images_hash when an
1320         assembly is loaded multiple times. Fixes #61152.
1321
1322         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1323         so multiple satellite assemblies for the same name can be loaded.
1324         Fixes #68259.
1325
1326         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1327         not NULL.
1328
1329         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1330         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1331
1332         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1333         pending finalizers are not invoked after the appdomain has been 
1334         unloaded. Fixes #67862.
1335
1336 2004-10-22  Martin Baulig  <martin@ximian.com>
1337
1338         * mono-debug-debugger.c
1339         (mono_debugger_runtime_invoke): Don't box valuetypes.
1340
1341 2004-10-22  Chris Toshok  <toshok@ximian.com>
1342
1343         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1344         don't hide private methods.
1345
1346 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1347
1348         * icall.c: Allows the runtime to "share" (when known) the public key
1349         token of an assembly. This avoid the need to recalculate the token 
1350         (from the public key) in managed code.
1351
1352 2004-10-21  Chris Toshok  <toshok@ximian.com>
1353
1354         * debug-helpers.c (append_class_name): argh, revert last patch.
1355         
1356 2004-10-21  Chris Toshok  <toshok@ximian.com>
1357
1358         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1359         not '/', so that it matches what the debugger uses to look up
1360         methods.
1361
1362 2004-10-21  Martin Baulig  <martin@ximian.com>
1363
1364         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1365         public method; this is called each time an exception is thrown and
1366         allows the debugger to use exception catch points.
1367
1368 2004-10-21  Martin Baulig  <martin@ximian.com>
1369
1370         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1371         the stack pointer and the exception object in some struct and pass
1372         that to the debugger.
1373
1374 2004-10-21  Chris Toshok  <toshok@ximian.com>
1375
1376         * mono-debug-debugger.c (do_write_class): add instance/static
1377         event support.  We don't expose "raise" or "other" yet.
1378         (event_is_static): new method.
1379
1380 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1381
1382         * mono-debug-debugger.c
1383         (mono_debugger_handle_exception): Remove
1384         bogus return value for fussy compilers.
1385
1386 2004-10-20  Martin Baulig  <martin@ximian.com>
1387
1388         * mono-debug-debugger.c
1389         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1390         (mono_debugger_handled_exception): Likewise.
1391
1392 2004-10-20  Martin Baulig  <martin@ximian.com>
1393
1394         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1395         MONO_DEBUGGER_EVENT_EXCEPTION.
1396
1397         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1398         public function to send the debugger a notification for an
1399         exception and inform it about a catch/finally clause.
1400
1401 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1402
1403         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1404         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1405         fix 2.95 build. 
1406
1407         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1408
1409 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1410
1411         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1412         marshalled as [In,Out]. Fixes #58325.
1413
1414 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1415
1416         * reflection.c (mono_method_body_get_object): Implement some fields.
1417
1418 2004-10-12  Martin Baulig  <martin@ximian.com>
1419
1420         * reflection.c (mono_reflection_bind_generic_parameters): Small
1421         fix, correctly retrieve our parent from a generic instance.
1422
1423 2004-10-12  Martin Baulig  <martin@ximian.com>
1424
1425         * metadata.c (mono_metadata_generic_param_equal): We always have
1426         an owner.
1427
1428         * class.c
1429         (mono_class_from_generic_parameter): We need to have an owner.
1430         (my_mono_class_from_generic_parameter): Likewise.
1431
1432         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1433         mono_reflection_create_generic_class() and added a new
1434         mono_reflection_setup_generic_class().  
1435         (mono_reflection_initialize_generic_param): If we're a nested
1436         generic type and inherited from the containing class, set our
1437         owner to the outer class.
1438
1439 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1440
1441         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1442
1443         * reflection.c (mono_method_body_get_object): New function to create
1444         a MethodBody object.
1445
1446         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1447
1448 2004-10-11  Martin Baulig  <martin@ximian.com>
1449
1450         * metadata.c (_mono_metadata_type_equal): Renamed to
1451         do_mono_metadata_type_equal() and made static.
1452
1453 2004-10-11  Martin Baulig  <martin@ximian.com>
1454
1455         * appdomain.c: Bump corlib version number to 28.
1456
1457 2004-10-10  Martin Baulig  <martin@ximian.com>
1458
1459         * class-internals.h
1460         (MonoGenericInst): Added `MonoGenericContainer *container'.
1461         (MonoGenericMethod): Likewise.
1462         (MonoGenericContext): Likewise.
1463         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1464
1465         * metadata.c
1466         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1467         (do_mono_metadata_parse_generic_inst): Likewise.
1468         (mono_metadata_parse_type_full): New public method.  This is the actual
1469         mono_metadata_parse_type() implementation - with an additional
1470         `MonoGenericContainer *' argument.
1471         (mono_metadata_parse_array_full): Likewise.
1472         (mono_metadata_parse_signature_full): Likewise.
1473         (mono_metadata_parse_method_signature_full): Likewise.
1474         (mono_metadata_parse_mh_full): Likewise.
1475         (mono_type_create_from_typespec): Likewise.
1476         (mono_metadata_interfaces_from_typedef_full): New public method;
1477         this is similar to the other _full() methods, but we take a
1478         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1479         (mono_metadata_parse_generic_param): Take an additional
1480         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1481         from that container.
1482         (mono_metadata_generic_param_equal): New static method to compare
1483         two type parameters.
1484         (_mono_metadata_type_equal): New static method; takes an
1485         additional `gboolean signature_only' argument - if true, we don't
1486         compare the owners of generic parameters.
1487         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1488         with a TRUE argument - do a signature-only comparision.
1489
1490         * loader.c: Use the new _full() methods and pass the
1491         MonoGenericContainer to them.
1492
1493         * object-internals.h (MonoReflectionTypeBuilder): Added
1494         `MonoGenericContainer *generic_container' field.
1495         (MonoReflectionMethodBuilder): Likewise.
1496
1497 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1498
1499         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1500         case initial images of dynamic assemblies.
1501
1502         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1503
1504         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1505
1506         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1507         length of event->other array.
1508         (typebuilder_setup_events): Ditto.
1509
1510         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1511         'assembly_by_name' and add an 'assemblies' list.
1512
1513         * assembly.h assembly.c: Add a new search hook for determining whenever
1514         an assembly is already loaded. Use this instead of searching in the
1515         loaded_assemblies list.
1516
1517         * domain.c appdomain.c: Implement the new search hook so loaded 
1518         assemblies are now scoped by appdomain. Fixes #67727.
1519
1520 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1521
1522         * threads.c (mono_thread_attach): Initialize synch_lock field so
1523         mono_thread_detach works again.
1524
1525         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1526         'lib' too. Fixes #63130.
1527
1528 2004-10-06  Jackson Harper  <jackson@ximian.com>
1529
1530         * culture-info-tables.h: regenerated.
1531
1532 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1533
1534         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1535         implemented by other interfaces in the result. Fixes #65764.
1536         
1537         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1538         Handle unloadable modules without crashing.
1539
1540         * image.c (load_modules): Revert the previous patch since modules must
1541         have a fixed index inside the array.
1542         
1543         * image.c (load_modules): Don't include native modules in the modules
1544         array.
1545
1546 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1547
1548         * reflection.h: Add param_defaults field.
1549
1550         * reflection.c: Add support for parameter defaults in dynamic methods.
1551         Fixes #64595.
1552
1553         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1554         an empty string when a type has no namespace. Fixes #64230.
1555
1556 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1557
1558         * tabledefs.h: Added "internal" security actions to support non-CAS
1559         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1560         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1561
1562 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1563
1564         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1565         constructor of abstract class. Fixes #61689.
1566
1567 2004-10-04  Martin Baulig  <martin@ximian.com>
1568
1569         * class-internals.h (MonoGenericContainer): New type.
1570         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1571         `MonoGenericContainer *generic_container'.
1572         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1573         `MonoGenericContainer *generic_container'.
1574
1575         * metadata.c (mono_metadata_load_generic_params): Return a
1576         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1577         removed the `num' argument.
1578
1579 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1580
1581         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1582         for dynamic images.
1583
1584         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1585         machine fields.
1586
1587         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1588
1589         * reflection.c: Save pe_kind and machine values into the generated
1590         image file.
1591
1592         * appdomain.c: Bump corlib version number.
1593
1594         * object-internals.h: Reorganize layout of LocalBuilder.
1595
1596         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1597         New helper function.
1598
1599         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1600         created MonoType for dynamic types. Fixes #66180.
1601
1602 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1603
1604         * threadpool.c: the ares hashtable needs a critical section around it.
1605         this prevents some nasty segfaults
1606
1607 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1608
1609         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1610         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1611         bug 67324).
1612         
1613 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1614
1615         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1616         
1617 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1618
1619         * image.c: Always canonicalize image file names, to avoid loading
1620         the same assembly twice when referenced using a relative path.
1621
1622 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1623
1624         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1625
1626         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1627
1628         * marshal.c: Fix warnings.
1629
1630 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1631
1632         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1633         attempting to marshal the delegate_trampoline as the method_addr.
1634         This patch has a static hashtable of marshalled delegates so that 
1635         we can map delegate_trampoline addresses back to delegates.  This
1636         allows a delegate passed to managed code to be passed back into native
1637         code.  Fixes #67039
1638
1639 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1640
1641         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1642
1643         * reflection.c (method_encode_code): Align method headers properly.
1644         Fixes #66025.
1645
1646 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1647
1648         * marshal.c: In the runtime invoke wrapper, reset the abort
1649         exception if it is cached. This avoids the automatic rethrowal of 
1650         the exception after the catch of the wrapper. Also check for pending
1651         interruptions before calling the managed method. This is done using
1652         the new method emit_thread_force_interrupt_checkpoint, since the
1653         normal checkpoint method is ignored when running the invoke wrapper.
1654         * object.c: If the abort exception is rethrown, set the abort_exc
1655         field of the thread, so it will be rethrown aftere every catch.
1656         * threadpool.c: Only run an interruption checkpoint if what has been
1657         requested is a stop of the thread (aborts will be ignored).
1658         * threads.c: By default, a thread will now never be interrumped while
1659         running the runtime invoke wrapper (this ensures that runtime_invoke
1660         will always return to the caller if an exception pointer is provided).
1661         There is a new special method mono_thread_force_interruption_checkpoint()
1662         to force an interruption checkpoint even if running a protected
1663         wrapper, which is used by the same runtime invoke wrapper to do a check
1664         at a safe point.
1665
1666 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1667
1668         * object.c, object-internals.h: Implemented mono_release_type_locks,
1669         which releases the cctor locks held by a thread.
1670         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1671         by a thread. Added mono_thread_exit() method to be used to safely stop
1672         a thread.
1673
1674 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1675
1676         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1677         Move null check before dereference.  Avoid indexing beyond the end
1678         of the 'modules' array.
1679
1680 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1681
1682         * metadata-internals.h (MonoImage): Add module_count field.
1683         * image.c (load_modules): Set image->module_count.
1684         (mono_image_load_file_for_image): Use image->module_count.
1685         * reflection.c (mono_image_load_module): Append to image->modules array 
1686         of dynamic assembly.
1687         (mono_module_get_object): Fix loop to actually increment index.
1688         Use image->module_count.
1689         * assembly.c (mono_assembly_load_references): Use image->module_count.
1690         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1691         Likewise.
1692
1693 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1694
1695         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1696         Avoid assert on generic types.
1697
1698 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1699
1700         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1701
1702         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1703
1704         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1705         function to convert a MarshalSpec structure to its managed counterpart.
1706
1707         * reflection.c: Fix warnings.
1708         
1709         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1710         field.
1711
1712         * icall.c (mono_create_icall_signature): Fix build.
1713
1714 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1715
1716         * icall.c: Add MakePointType icall.
1717
1718         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1719         warnings.
1720
1721 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1722
1723         * threadpool.c: reuse allocated slots in the queue.
1724
1725 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1726
1727         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1728
1729         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1730
1731         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1732         previous change.
1733
1734         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1735         ThrowOnUnmappableChar.
1736
1737         * icall.c (ves_icall_Type_GetPacking): New icall.
1738
1739 2004-09-24  Martin Baulig  <martin@ximian.com>
1740
1741         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1742
1743 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1744
1745         * appdomain.c:
1746         (mono_domain_set): allow setting a domain that is being unloaded.
1747         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1748         being unloaded.
1749
1750 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1751
1752         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1753         the GetCustomAttributes icall.
1754
1755 2004-09-23  Martin Baulig  <martin@ximian.com>
1756
1757         * object-internals.h (MonoReflectionGenericParam): Replaced
1758         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1759         with `guint32 attrs'.
1760
1761 2004-09-23  Martin Baulig  <martin@ximian.com>
1762
1763         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1764
1765 2004-09-23  Martin Baulig  <martin@ximian.com>
1766
1767         * object-internals.h (GenericParameterAttributes): New enum.
1768
1769 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1770
1771         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1772         
1773         * class.c (init_events): Fill out event->other field.
1774
1775         * class.c: Fix warnings.
1776
1777         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1778
1779 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1780
1781         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1782         walk which doesn't supply the IL offset.
1783
1784 2004-09-22  Martin Baulig  <martin@ximian.com>
1785
1786         * reflection.c (mono_reflection_setup_internal_class): If we're
1787         System.ValueType, System.Object or System.Enum, set
1788         `klass->instance_size' and create the vtable.
1789         (mono_reflection_create_internal_class): If we're an enum type,
1790         get the base class from our current corlib.
1791
1792 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1793
1794         * reflection.h (MonoResolveTokenError): New type.
1795
1796         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1797         icall.
1798
1799         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1800
1801 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1802
1803         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1804         Support also calling constructors, but only for already allocated objects.
1805
1806 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1807
1808         * reflection.c (type_get_qualified_name): If the klass is null
1809         return the typename to avoid a NullRefEx.
1810         (encode_cattr_value): Get the qualified name of the boxed type,
1811         not the underlying enumtype.  Fixes #62984.
1812
1813 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1814
1815         * marshal.c: Fix problems with previous checkin.
1816
1817 2004-09-21    <vargaz@freemail.hu>
1818
1819         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1820         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1821
1822         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1823
1824 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1825
1826         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1827         should only return a type for pointers, arrays, and passbyref types.
1828         Fixes bug #63841.
1829
1830 2004-09-21  Martin Baulig  <martin@ximian.com>
1831
1832         * domain.c (mono_debugger_check_runtime_version): New public
1833         function.
1834
1835         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1836
1837 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1838
1839         * reflection.c: Added missing sort to the declarative security 
1840         attributes table. MS implementation stops seeing the attributes if the
1841         token number regress in the table (as shown by ildasm and permview).
1842
1843 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1844
1845         * object-internals.h (MonoReflectionModule): Add 'token' field.
1846         
1847         * reflection.c (mono_reflection_get_token): Add support for Module
1848         and Assembly.
1849         (mono_module_get_object): Set 'token' field.
1850         (mono_module_file_get_object): Set 'token' field.
1851
1852         * icall.c: Add new Assembly and Module icalls.
1853
1854         * appdomain.c: Bump corlib version.
1855
1856 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1857
1858         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1859         tokens of metadata objects.
1860
1861         * reflection.h reflection.c (mono_reflection_get_token): New function
1862         to obtain the token of a metadata object.
1863
1864         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1865
1866 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1867
1868         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1869         
1870         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1871
1872 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1873
1874         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1875         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1876         AssemblyBuilder to access the permissions set in the class lib.
1877         * reflection.c: Added security attributes encoding step in 
1878         mono_image_build_metadata.
1879         * tabledefs.h: Added new security actions defined in 2.0:
1880         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1881
1882 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1883
1884         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1885         macro parameter.
1886
1887 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1888  
1889         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1890           finalized. There where random SIGSEVs at program termination, when
1891           an object being finalized was trying to do a string comparison and
1892           the current culture was already finalized.
1893  
1894 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1895
1896         * threads.c: call thread_cleanup before finishing the thread if we get
1897         there.
1898
1899 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1900
1901         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1902         assemblies from the parent. Fixes #65665.
1903
1904 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1905
1906         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1907         modifiers.
1908
1909 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1910
1911         * reflection.h: add prototype for mono_get_dbnull_object
1912         * reflection.c: add prototypes for get_default_param_value_blobs 
1913         and mono_get_object_from_blob for fussier compilers
1914
1915 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1916  
1917         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1918         false deadlock checks in class initialization.
1919  
1920 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1921
1922         * image.c (mono_image_addref): Fix comment.
1923
1924         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1925         possible.
1926
1927 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1928
1929         * reflection.c (mono_param_get_objects): Modified to return
1930         ParameterInfo.DefaultValue object.
1931
1932         (get_default_param_value_blobs):
1933         (mono_get_object_from_blob):
1934         (mono_get_dbnull_object): New helper routines. 
1935
1936         * object.c (mono_get_constant_value_from_blob): New helper routine
1937         carved out from get_default_field_value ()
1938
1939         * object-internals.h (mono_get_constant_value_from_blob): Added
1940         function declaration.
1941
1942 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1943
1944         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1945         referenced assemblies. Fixes #62135.
1946
1947         * exception.h exception.c (mono_get_exception_file_not_found2): New
1948         helper function.
1949
1950 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1951
1952         * class.h class.c: Add mono_type_get_underlying_type ().
1953
1954 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1955
1956         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1957         Fix GetTypes() to support dynamically created assemblies.
1958
1959 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1960
1961         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1962         
1963         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1964         previous patch.
1965
1966         * reflection.h reflection.c loader.c: Allow dynamic construction of
1967         pinvoke methods. Fixes #65571.
1968         
1969         * reflection.c (mono_reflection_get_type): Revert previous change since
1970         it causes regressions.
1971
1972 2004-09-08  Martin Baulig  <martin@ximian.com>
1973
1974         * class.c (class_compute_field_layout): Don't call
1975         mono_class_layout_fields() for open generic instances.
1976
1977 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1978         * threads.c appdomain.c: fix typo in GC macro
1979
1980 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1981
1982         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1983         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1984
1985 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1986
1987         * image.c (mono_image_close): Applied patch from 
1988         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1989         assembly is loaded multiple times from data.
1990         
1991         * image.c (mono_image_open): Fix warning.
1992
1993 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1994
1995         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1996         once. Fixes #58334.
1997         
1998         * reflection.c (mono_reflection_create_runtime_class): Initialize
1999         klass->nested_classes. Fixes #61224.
2000
2001 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2002
2003         * threads.c: sched_yield() on exit, to allow threads to quit.
2004
2005 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2006
2007         * object.c (mono_unhandled_exception): Remove leftover debug code.
2008
2009 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2010
2011         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
2012
2013 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2014
2015         * marshal.c (emit_marshal_array): Really null terminate string arrays.
2016         
2017         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
2018
2019 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2020
2021         * marshal.c (emit_marshal_array): Null terminate string arrays.
2022         
2023         * marshal.c (raise_auto_layout_exception): Fix warning.
2024
2025         * reflection.c (mono_param_get_objects): Initialize the default value
2026         with DBNull.Value, not null. Fixes #62123.
2027
2028 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
2029
2030         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
2031         throw an exception with a cute explanation.
2032
2033 2004-09-06  Dick Porter  <dick@ximian.com>
2034
2035         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
2036         Close the new process's thread handle, as we don't use it.  The
2037         handle stays around forever otherwise.
2038
2039 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2040
2041         * object.c (arith_overflow): Fix warning.
2042
2043         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
2044         calling conventions in method refs. Fixes #65352.
2045
2046         * reflection.c: Fix warnings.
2047
2048 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2049
2050         * icall.c: Add a new icall for Array.Clear
2051
2052 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2053
2054         * object.c: When allocating an array, we have to throw
2055         an overflow exception if any of the lengths are < 0.
2056
2057 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2058
2059         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
2060         properly. Also move implementation of string array marshalling to 
2061         managed code. Fixes #42316.
2062
2063 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2064
2065         * assembly.c: provide more information when loading an assembly fails.
2066
2067 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2068
2069         * filewatcher.c: don't expect the development fam package to be
2070         installed.
2071
2072 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
2073
2074         * marshal.c: Make a copy of the signature cookie since it will be
2075         freed by the caller.
2076         
2077         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
2078
2079         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
2080
2081         * metadata.c (mono_metadata_free_marshal_spec): New function to free
2082         marshal specs.
2083
2084         * marshal.c: More refactoring.
2085         
2086         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
2087         smaller functions.
2088
2089 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
2090
2091         * object.c: In mono_message_invoke, fill the output parameter array after
2092           calling the managed method (it was done before the call). This fixes
2093           bug #59299.
2094
2095 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2096
2097         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
2098         as well.
2099
2100 2004-09-02  Martin Baulig  <martin@ximian.com>
2101
2102         * class.c (mono_class_instance_size): Don't allow generic type
2103         definitions or open generic instances.
2104         (mono_class_array_element_size): If we're a value type, call
2105         mono_class_instance_size() on the original class.
2106
2107         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
2108         handle generic instances.
2109
2110         * mono-debug-debugger.c (write_type): Handle generic instances
2111         like classes.
2112
2113 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2114
2115         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
2116         the allocation request fails. Fixes #65089.
2117
2118         * object.c (mono_runtime_free_method): Do not call mono_free_method.
2119         
2120         * object.c (mono_runtime_free_method): New function to free a dynamic
2121         method.
2122
2123         * marshal.c (mono_delegate_free_ftnptr): New function to free the
2124         delegate trampoline.
2125
2126         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
2127         with hasthis as dynamic,
2128
2129         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
2130
2131         * domain.c (mono_jit_info_table_remove): New function to remove an
2132         entry from the jit info table.
2133
2134         * class-internals.h (MonoMethod): Add 'dynamic' field.
2135
2136         * loader.c: Fix warnings.
2137
2138 2004-09-01  Martin Baulig  <martin@ximian.com>
2139
2140         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
2141         instead of mono_debugger_lock() because the latter one is a no-op
2142         unless running in the debugger.
2143
2144 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2145
2146         * class.c (class_compute_field_layout): Classes with auto-layout or
2147         reference fields are not blittable.
2148         
2149 2004-09-01  Dick Porter  <dick@ximian.com>
2150
2151         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
2152         mono_image_get_filename() to get the assembly location.
2153
2154         * icall.c:
2155         * metadata.h: Fix compile warnings
2156
2157 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2158
2159         * class.c (class_compute_field_layout): System.Object is blittable.
2160
2161         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
2162         as in/out. Fixes #59909.
2163
2164 2004-09-01  Martin Baulig  <martin@ximian.com>
2165
2166         * metadata.h (MONO_TYPE_ISREFERENCE): Call
2167         mono_metadata_generic_inst_is_valuetype() if we're a generic
2168         instance to check whether our underlying type is a reference type.
2169
2170 2004-09-01  Martin Baulig  <martin@ximian.com>
2171
2172         * metadata.c (mono_type_size): If we're a generic instance, call
2173         mono_class_value_size() for value types.
2174
2175 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
2176
2177         * marshal.c: Implement more custom marshalling functionality. Fixes
2178         #64915.
2179
2180 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2181
2182         * mono-debug.c, debug-mono-symfile.c: add some locking love.
2183
2184 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
2185
2186         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
2187
2188         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
2189
2190         * icall.c: Fix some warnings.
2191
2192         * threads.c (abort_appdomain_thread): Fix unref errors.
2193         (mono_thread_current): Fix THREAD_DEBUG define.
2194
2195 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
2196
2197         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
2198
2199         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
2200
2201 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
2202
2203         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
2204         string arrays.
2205
2206 2004-08-28  Martin Baulig  <martin@ximian.com>
2207
2208         * metadata.c
2209         (mono_metadata_generic_inst_is_valuetype): New public function.
2210
2211         * metadata.h (MONO_TYPE_ISSTRUCT): Call
2212         mono_metadata_generic_inst_is_valuetype() if we're a generic
2213         instance to check whether our underlying type is a valuetype.
2214
2215 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
2216
2217         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
2218         #63768.
2219
2220 2004-08-25  Martin Baulig  <martin@ximian.com>
2221
2222         * loader.c (mono_get_method_from_token): Abstract methods can also
2223         be generic and thus have type parameters.
2224
2225         * metadata-internals.h
2226         (MonoDynamicImage): Added `GPtrArray *gen_params'.
2227
2228         * reflection.c (mono_image_get_generic_param_info): Don't create a
2229         metadata row, just add an entry to the `gen_params' array.
2230         (build_compressed_metadata): Sort the `gen_params' array and then
2231         actually create the metadata.
2232
2233 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2234
2235         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
2236
2237 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
2238
2239         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
2240
2241 2004-08-24  Martin Baulig  <martin@ximian.com>
2242
2243         * class.cs (mono_class_is_subclass_of): Like an interface, a
2244         generic instance also derives from System.Object.
2245
2246 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
2247
2248         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
2249         custom modifiers to be in any order. Fixes #61990.
2250
2251 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
2252
2253         * object.c: Register mono_object_new_fast icall.
2254         
2255         * object.c (mono_class_get_allocation_ftn): Return to calling
2256         mono_object_new_fast, since it seems faster to compute the object 
2257         size in unmanaged code than passing it as a parameter.
2258
2259         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
2260
2261         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
2262         this function with Boehm as the oom handler, so we don't have to check
2263         the result of GC_malloc.
2264
2265         * object.c: Remove checks for oom.
2266
2267         * object.h object.c (mono_class_get_allocation_ftn): New function to
2268         return the icall which can be used to allocate an instance of a given
2269         class. 
2270
2271         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
2272
2273         * class-internals.h: Add 'enabled' field.
2274
2275 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
2276
2277         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
2278
2279 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
2280         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
2281         value 0x0010.
2282
2283 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
2284
2285         * appdomain.c: use the Tls function for appdomain too,
2286         at Zoltan's request. Actually return in mono_context_get
2287
2288         * appdomain.c, profiler.c, threads.c: use __thread
2289
2290 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
2291
2292         * appdomain.c threads.c: Call GC_CreateThread on windows.
2293
2294         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
2295         multiple libraries since this don't work on windows.
2296
2297 2004-08-18  Martin Baulig  <martin@ximian.com>
2298
2299         * class-internals.h
2300         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
2301         MonoMethodHeader.
2302
2303         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
2304         MonoMethodNormal since we also need it for abstract and interface
2305         methods.
2306
2307         * reflection.c
2308         (build_compressed_metadata): Sort the GenericParam table.
2309         (mono_image_create_token): Added `gboolean create_methodspec'
2310         argument; this is false when generating a MethodImpl token.
2311         (reflection_methodbuilder_to_mono_method): Abstract and interface
2312         methods may also have generic parameters.
2313
2314 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
2315
2316         * appdomain.c: thread local alloc
2317
2318 2004-08-17  Martin Baulig  <martin@ximian.com>
2319
2320         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2321
2322         * icall.c
2323         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2324         argument.
2325
2326         * class.c (mono_type_get_full_name): New public function.
2327         (mono_type_get_name): Don't include the type arguments.
2328
2329 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2330
2331         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2332         for inclusion into the mono executable.
2333
2334 2004-08-16  Martin Baulig  <martin@ximian.com>
2335
2336         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2337         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2338
2339 2004-08-14  Martin Baulig  <martin@ximian.com>
2340
2341         * class.c (dup_type): Also copy the `byref' field.
2342
2343 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2344
2345         * reflection.c (create_dynamic_mono_image): Revert the last change 
2346         since it breaks bootstrap.
2347
2348 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2349
2350         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2351
2352         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2353         not free them with g_free.
2354
2355 2004-08-11  Martin Baulig  <martin@ximian.com>
2356
2357         * reflection.c (mono_reflection_setup_internal_class): Also call
2358         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2359
2360 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2361
2362         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2363         called during default (first) AppDomain creation. Keep track of
2364         Evidence when loading assemblies.
2365
2366 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2367
2368         * opcodes.c, opcodes.h: reduce runtime relocations.
2369
2370 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2371
2372         * culture-info.h, locales.c: fixes and chages to sue the new
2373         optimized format of the locale data.
2374         * culture-info-tables.h: regenerated.
2375
2376 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2377         
2378         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2379
2380 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2381
2382         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2383         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2384         * domain-internals.h: icall declaration.
2385         * icall.c: icall registration.
2386         * object-internals.h: New fields in MonoAssembly for CAS.
2387
2388 2004-08-05  Duncan Mak  <duncan@ximian.com>
2389
2390         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2391         CEE_LDELEM_ANY.
2392
2393 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2394
2395         * reflection.c: fix to deal with object[] arrays in custom ctors
2396         (bug #62550).
2397
2398 2004-08-05  Martin Baulig  <martin@ximian.com>
2399
2400         * class.c (mono_class_array_element_size): Added support for
2401         generic instances and correctly handle "recursive" types.
2402
2403 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2404
2405         * assembly.c: Fix warnings.
2406
2407 2004-08-04  Martin Baulig  <martin@ximian.com>
2408
2409         * class.c
2410         (mono_type_get_name_recurse): Added `gboolean include_arity'
2411         argument specifying whether or not we should include the generic
2412         arity in the type name.
2413         (_mono_type_get_name): New static function.
2414         (mono_class_setup_vtable): If we're a generic instance, don't
2415         include the generic arity in the names of explicit method
2416         implementations.        
2417
2418 2004-08-03  Martin Baulig  <martin@ximian.com>
2419
2420         * class.c (mono_type_get_name_recurse): Enclose the generic type
2421         arguments in `<', '>'.
2422
2423 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2424
2425         * gc.c: make GC warning messages use the trace API, they are just
2426         noise to most of the users.
2427
2428 2004-08-03  Martin Baulig  <martin@ximian.com>
2429
2430         * debug-mono-symfile.c (read_string): Correctly read the string.
2431
2432 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2433
2434         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2435         
2436         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2437         icalls.
2438         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2439
2440 2004-07-30  Martin Baulig  <martin@ximian.com>
2441
2442         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2443         Reflect latest symbol writer changes.   
2444
2445 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2446
2447         * object.c: always create an object if null is passed
2448         to Invoke() where a valuetype is expected.
2449
2450 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2451
2452         * marshal.c (mono_marshal_init): make managed
2453         signatures match native ones better for 64bits.
2454
2455 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2456
2457         * appdomain.c: hack to build correctly the private bin path on windows.
2458         Fixes bug #61991.
2459
2460 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2461
2462         * assembly.c: Load mscorlib from the correct framework directory
2463           (mono/<version>/mscorlib.dll).
2464         * appdomain.h: Added prototypes for new functions.
2465         * internals.h: Added some prototypes.
2466         * domain.c: When initializing the runtime, get from the executable and
2467           the configuration files the runtime version that the app supports.
2468           Added support methods for reading app.exe.config. Added list of versions
2469           supported by the JIT. Added two new methods: mono_init_from_assembly,
2470           which initializes the runtime and determines the required version from
2471           the provided exe file, and mono_init_version, which initializes
2472           the runtime using the provided version.
2473         * icall.c: Get machine.config from version-specific directory.
2474         * reflection.c: When generating an image, embed the version number
2475           of the current runtime.
2476
2477 2004-07-28  Dick Porter  <dick@ximian.com>
2478
2479         * socket-io.c
2480         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2481         returned sockaddr size before creating the remote address object.
2482         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2483         61608.
2484
2485 2004-07-28  Dick Porter  <dick@ximian.com>
2486
2487         * locales.c (string_invariant_compare_char): Fix invariant char
2488         compares between upper and lower cases.  Fixes bug 61458.
2489
2490 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2491         
2492         * marshal.c: actually cache stelem.ref wrappers.
2493         
2494 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2495
2496         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2497         sections and remove the mono_cli_rva_map () function.
2498
2499 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2500
2501         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2502         by Geoff Norton (<gnorton@customerdna.com>).
2503
2504 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2505
2506         * class.c: fix class loads for pointer types (typeof(int) !=
2507         typeof(int*)).
2508
2509 2004-07-27  Martin Baulig  <martin@ximian.com>
2510
2511         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2512         reading the debugging information from an external ".mdb" file.
2513
2514 2004-07-24  Martin Baulig  <martin@ximian.com>
2515
2516         * reflection.c (mono_image_get_type_info): Only write a class
2517         layout entry if we actually have a size or a packing size.
2518
2519 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2520
2521         * reflection.c (type_get_fully_qualified_name): 
2522         insert cast to get type checking of ?: with non-gcc compilers
2523
2524 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2525
2526         * rand.c: use g_getenv for both lookups of
2527         MONO_EGD_SOCKET
2528
2529 2004-07-17  Martin Baulig  <martin@ximian.com>
2530
2531         * reflection.c (mono_reflection_bind_generic_method_parameters):
2532         Set `gmethod->reflection_info'.
2533
2534 2004-07-17  Martin Baulig  <martin@ximian.com>
2535
2536         * class.c (mono_class_create_from_typedef): Insert the newly
2537         created class into the hash table before computing the interfaces
2538         since we could be called recursively.
2539
2540 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2541
2542         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2543         function to implement stelem.ref in managed code
2544         * class-internals.h, debug-helpers.c: a new wrapper type
2545         for the above.
2546
2547 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2548
2549         * gc.c: allow GC handles to work even when no GC is compiled in.
2550         Fix part of bug #61134 (GetAddrOfPinnedObject).
2551
2552 2004-07-13  Peter Williams  <peter@newton.cx>
2553  
2554         * process.c (complete_path): Make sure we don't attempt to execute
2555         directories.
2556  
2557 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2558
2559         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2560           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2561           and will add/subtract the hour if needed
2562
2563 2004-07-12  Martin Baulig  <martin@ximian.com>
2564
2565         * reflection.c (mono_field_get_object): If we have
2566         `field->generic_info', take the attributes from
2567         `field->generic_info->generic_type'.    
2568
2569 2004-07-12  Martin Baulig  <martin@ximian.com>
2570
2571         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2572         This function must be called before initializing the runtime.
2573         (mono_debug_init_1): New function; call this after initializing
2574         the runtime, but before loading the assembly.  It tells the
2575         debugger to load corlib and the builtin types.
2576
2577         * mono-debug-debugger.c: Did some larger changes in the debugging
2578         code; support recursive class declarations, make sure we actually
2579         add all classes.
2580
2581 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2582
2583         * debug-helpers.c: undo my previous patch and fixed the real issue in
2584         ../mini/exceptions-x86.c
2585
2586 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2587
2588         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2589         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2590         called from other .cctors.
2591
2592 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2593
2594         * loader.c: Removed the mono_loader_wine_init hack now that we are
2595         doing a managed version of Windows.Forms.
2596
2597 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2598
2599         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2600         threadpool.c, threads.c: remove static data from rootset.
2601
2602 2004-07-09  Dick Porter  <dick@ximian.com>
2603
2604         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2605         Don't do any more processing if the matched length was 0.  It was
2606         increasing the size of the string before.  Fixes bug 61167.
2607
2608 2004-07-09  Dick Porter  <dick@ximian.com>
2609
2610         * socket-io.h:
2611         * socket-io.c
2612         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2613         Add support for SO_PEERCRED if its available.
2614
2615 2004-07-09  Peter Bartok <pbartok@novell.com>
2616         * loader.c: winelib.exe.so error message is now only displayed if
2617         MONO_DEBUG is set. To help us avoid questions when people are trying
2618         out the new Managed.Windows.Forms.
2619
2620 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2621
2622         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2623         for isinst and castclass wrappers.
2624
2625         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2626         to libmetadata from the JIT, so they could be used by the marshalling
2627         code and the interpreter.
2628
2629         * marshal.c: Register marshalling related JIT icalls here instead of
2630         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2631         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2632
2633         * metadata.h: Remove unneeded marshalling conversions.
2634
2635         * opcodes.c: Update for new opcodes.
2636         
2637 2004-07-08  Martin Baulig  <martin@ximian.com>
2638
2639         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2640         (mono_debug_get_domain_data): Make this function static.
2641
2642 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2643
2644         * gc.c, object.h: add nice GC handle API for embedders.
2645
2646 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2647
2648         * reflection.c: more changes for the new api
2649
2650         * object.c: When we reflect on a field w/ a constant value, it
2651         will not have a memory location, so we must access metadata. Also,
2652         allow easier reading of strings so that we can read them from
2653         the constant data.
2654
2655         * class.c (mono_class_layout_fields): no need for literal fields here.
2656
2657         * class-internals.h: api changes for const fields
2658
2659         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2660
2661 2004-07-06  Martin Baulig  <martin@ximian.com>
2662
2663         * mono-debug.h: Increment version number to 44.
2664
2665         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2666         now a gpointer, rewrote this whole method.
2667
2668         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2669         function.  Add information about the wrapper in a new "misc table".
2670
2671         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2672         for the new misc table.
2673
2674 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2675
2676         * metadata-internals.h image.c: Add a cache for helper signatures.
2677
2678         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2679
2680 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2681
2682         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2683         delegates from a delegate. Fixes #61033.
2684         
2685         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2686         marshalling of stringbuilder arrays. Fixes #59900.
2687
2688 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2689
2690         * icall.c: Add EnumBuilder:setup_enum_type icall.
2691
2692 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2693
2694         * icall.c: Added a new icall for the property version of
2695         OffsetOfStringData.
2696
2697 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2698
2699         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2700         it has a constant size across platforms.
2701
2702         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2703         stack trace.
2704
2705 2004-06-29  Martin Baulig  <martin@ximian.com>
2706
2707         * mono-debug.c (mono_debug_add_method): Protect the whole function
2708         in mono_debugger_lock(), not just parts of it.
2709
2710 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2711
2712         * reflection.c: make sure padding bytes in heaps are zeroed.
2713
2714 2004-06-24  David Waite  <mass@akuma.org>
2715
2716         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2717         image.c, loader.c, locales.c, marshal.c, metadata.c,
2718         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2719         string-icalls.c, threads.c: change to C90-style comments from C99 /
2720         C++ -style
2721
2722 2004-06-24  Dick Porter  <dick@ximian.com>
2723
2724         * threads.c
2725         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2726         return createdNew.  Fixes bug 60412.
2727
2728         * threads-types.h: 
2729         * icall.c: Add createdNew parameter to CreateMutex icall
2730
2731 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2732
2733         * reflection.c, object-internals.h: save default value in params.
2734
2735 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2736
2737         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2738         no need to build a new path combining that with the application base.
2739         Fixes bug #60442.
2740
2741 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2742
2743         * reflection.c: fixed minor standard compliance issues.
2744
2745 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2746
2747         * reflection.c: fixed issue with encoding some custom attributes
2748         (arrays in properties and fields, bug #60411).
2749
2750 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2751
2752         * reflection.c: fix start address when copying the public key token.
2753
2754 2004-06-23  Martin Baulig  <martin@ximian.com>
2755
2756         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2757         the `exc' object in a static object to put it into the GC's root set.
2758
2759 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2760
2761         * reflection.c: make mono_reflection_setup_internal_class ()
2762         callable a second time to setup a new parent class.
2763
2764 2004-06-23  Dick Porter  <dick@ximian.com>
2765
2766         * threads.c: Check for WAIT_IO_COMPLETION return values.
2767
2768 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2769
2770         * appdomain.c: Removed the g_free on the public key token. Now copy 
2771         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2772         * assembly.c: Added public key token string value when loading 
2773         assemblies. Fix bug #60439.
2774         * icall.c: Added missing informations (like public key) in 
2775         GetReferencedAssemblies. Fix #60519.
2776         * image.h: Changed definition for public key token from const char*
2777         public_tok_value to guchar public_key_token [17];
2778         * reflection.c: Updated for changes to public key token.
2779
2780 2004-06-22  Lluis Sanchez Gual
2781
2782         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2783         for the field in base classes.
2784
2785 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2786
2787         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2788         mark headers as not supported, they are installed only for use by the
2789         debugger.
2790
2791 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2792
2793         * *.c, *.h: avoid namespace pollution in public headers.
2794
2795 2004-06-21  Martin Baulig  <martin@ximian.com>
2796
2797         * exception.c (mono_get_exception_security): It's in
2798         "System.Security", not in "System".
2799
2800         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2801         the exception classes.
2802
2803 2004-06-21  Martin Baulig  <martin@ximian.com>
2804
2805         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2806         Protect the exception object from being finalized.
2807
2808 2004-06-21  Martin Baulig  <martin@ximian.com>
2809
2810         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2811         public function.
2812
2813 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2814
2815         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2816         if it was not loaded before. Fix parts of #60439.
2817
2818 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2819
2820         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2821         code that was broken since Ben's change: wrappers are now
2822         dependent on the method signature only again.
2823
2824 2004-06-21  Martin Baulig  <martin@ximian.com>
2825
2826         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2827         added interface support.
2828
2829 2004-06-21  Martin Baulig  <martin@ximian.com>
2830
2831         * class.c (mono_vtable_get_static_field_data): New public method.
2832
2833 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2834
2835         * filewatcher.c : Windows build fix to be compliant with API changes.
2836
2837 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2838
2839         * class.h, class.c: more accessors.
2840         * metadata.h, metadata.c: prepare for hiding MonoType and
2841         MonoMethodSignature: people should use the accessors from now on
2842         outside of the tree.
2843
2844 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2845
2846         * *.c, *.h: more API cleanups.
2847
2848 2004-06-18  Jackson Harper  <jackson@ximian.com>
2849
2850         * assembly.c: Trace loading assemblies.
2851         * loader.c: Trace loading native libraries.
2852         * mono-config.c: Trace loading config files.
2853         
2854 2004-06-18  Dick Porter  <dick@ximian.com>
2855
2856         * locales.c: Tell ICU the lengths of strings, it can cope with
2857         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2858
2859 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2860
2861         * image.c: swapped name/filename;
2862
2863 2004-06-18  Martin Baulig  <martin@ximian.com>
2864
2865         * mono-debug-debugger.c (write_class): Write the parent class at
2866         the end of the header.
2867
2868 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2869
2870         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2871
2872 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2873
2874         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2875         (bundle_obj): New conditional define.
2876         (BUILT_SOURCES): Remove.
2877         ($(bundle_srcs)): Make parallel-make safe.
2878         (libmonoruntime_la_LIBADD): Make unconditional.
2879         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2880         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2881
2882 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2883
2884         * culture-info-tables.h: It was inconsistent with the latest
2885           supp info files.
2886
2887 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2888
2889         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2890         be loaded.
2891
2892         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2893         with gcc 2.95.
2894
2895 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2896
2897         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2898         cleaned up public header threads.h.
2899
2900 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2901
2902         * Makefile.am, *.c, *.h: more API cleanups.
2903
2904 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2905
2906         * Makefile.am: removed monosn from compilation.
2907         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2908         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2909         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2910         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2911         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2912         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2913
2914 2004-06-15  Jackson Harper  <jackson@ximian.com>
2915
2916         * assembly.c: Make locales lower case when searching the GAC for
2917         assemblies. gacutil will always make locales lowercase when
2918         installing so this effectively makes them case insensitive.
2919         
2920 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2921
2922         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2923         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2924           parameter which allows to choose whether the wait can be interrupted or 
2925           not. Also added the method mono_monitor_enter(), which locks the monitor
2926           using an infinite wait and without allowing interruption.
2927           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2928           interrupted.
2929         * object.h: Added new fields in MonoThread. suspend_event holds the event
2930           used to susped/resume the thread. synch_lock is the lock object to use for
2931           modifying the thread state.
2932         * threads.c: Use the new synch_lock object for locking, instead of "this",
2933           which can generate deadlocks.
2934           Moved thread state change in Thread.Sleep and Thread.Join from managed
2935           to unmanaged code. This avoids a deadlock when the thread was suspended
2936           just after acquiring the thread lock.
2937           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2938           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2939           which is not fully implemented in the io-layer.
2940         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2941
2942 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2943
2944         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2945         threads-types.h: more API cleanups.
2946
2947 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2948
2949         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2950         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2951         threadpool.c, threads.c: first pass at the exported API cleanup.
2952
2953 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2954
2955         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2956
2957 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2958
2959         * icall.c: added internalGetHome.
2960
2961 2004-06-14  Dick Porter  <dick@ximian.com>
2962
2963         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2964         possible to return successfully when '.' or '..' were the only
2965         entries in a directory, but were skipped.  The MonoIOStat was not
2966         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2967         Fixes bug 59574.
2968
2969 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2970
2971         * reflection.c: make binaries run on .Net 1.1 by default.
2972
2973 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2974
2975         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2976
2977 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2978
2979         * marshal.c: keep track of struct size with explicit layout
2980         (bug #59979).
2981
2982 2004-06-12  Martin Baulig  <martin@ximian.com>
2983
2984         * mono-debug-debugger.c: Comment out a debugging g_message().
2985
2986 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2987
2988         * reflection.c, reflection.h: do not free custom attrs that are cached.
2989         * icall.c: use braces to make code clearer.
2990
2991 2004-06-11  Martin Baulig  <martin@ximian.com>
2992
2993         * class.h (MonoInflatedField): New type.
2994         (MonoClassField): Replaced `MonoType *generic_type' with
2995         `MonoInflatedField *generic_info'.
2996
2997         * icall.c
2998         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2999
3000 2004-06-11  Martin Baulig  <martin@ximian.com>
3001
3002         * reflection.c (mono_image_create_method_token): Correctly encode
3003         varargs methods.
3004
3005 2004-06-11  Martin Baulig  <martin@ximian.com>
3006
3007         * metadata.c (mono_metadata_parse_method_signature): When parsing
3008         a MethodDef which has VarArgs, also set sentinelpos if we don't
3009         have any parameters.
3010
3011 2004-06-11  Martin Baulig  <martin@ximian.com>
3012
3013         * verify.c (mono_method_verify): In CEE_CALL, use
3014         mono_method_get_signature() to get the method's signature, unless
3015         we're a PInvoke method.
3016
3017 2004-06-10  Jackson Harper  <jackson@ximian.com>
3018
3019         * assembly.c: Use <path>/lib/mono/gac for the extra paths
3020         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
3021         logical name as the supplied path is just a prefix to the gac not
3022         the direct path to it.
3023         
3024 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
3025
3026         * reflection.c: make the token for a created method match
3027         the token of the MethodBuilder it was created from
3028         (IKVM requires this behaviour now).
3029
3030 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
3031
3032         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
3033         reflection.c, socket-io.c: leak fixes.
3034
3035 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
3036
3037         * icall.c: handle sentinel pos in vararg methods in position different
3038         from 0.
3039
3040 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3041
3042         * culture-info-tables.h: freshly generated.
3043
3044 2004-06-09  Martin Baulig  <martin@ximian.com>
3045
3046         * loader.c (mono_get_method_constrained): Call `mono_class_init
3047         (constrained_class)'.   
3048
3049 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
3050
3051         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
3052         any methods. Fixes #59629.
3053
3054 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3055
3056         * culture-info-tables.h: reflecting locale-builder updates.
3057
3058 2004-06-08  Dick Porter  <dick@ximian.com>
3059
3060         * object.h:
3061         * locales.c: Fixed compile warnings, including a real bug in
3062         CompareInfo_internal_compare.
3063         
3064 2004-06-08  Dick Porter  <dick@ximian.com>
3065
3066         * locales.c
3067         (ves_icall_System_Globalization_CompareInfo_internal_index):
3068         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3069         Double-check the resuls of usearches, because ICU currently
3070         ignores most of the collator settings here.  Fixes bug 59720.
3071         
3072 2004-06-08  Dick Porter  <dick@ximian.com>
3073
3074         * locales.c
3075         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3076         Fix memory leak and segfault-causing typo.  No idea how this one
3077         lasted so long without being noticed.
3078
3079 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
3080
3081         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
3082         any methods. Fixes #59629.
3083
3084 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3085
3086         * assembly.c:
3087         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
3088         own the critical section before). Removed dead code (that's done
3089         in the preload hook).
3090
3091         (mono_assembly_load_with_partial_name): call the preload hook.
3092
3093 2004-06-08  Martin Baulig  <martin@ximian.com>
3094
3095         * metadata.c (mono_metadata_signature_alloc): Default
3096         `sentinelpos' to -1.
3097
3098         * reflection.c (mono_image_get_array_token): Likewise.
3099
3100 2004-06-08  Martin Baulig  <martin@ximian.com>
3101
3102         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
3103
3104         * metadata.c (mono_metadata_parse_method_signature): When parsing
3105         a MethodDef which has VarArgs, set sentinelpos.
3106
3107         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
3108         `gint16' since we're using -1 for non-varargs methods.
3109
3110         * reflection.c
3111         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
3112         (method_encode_signature): Added varargs support.
3113         (method_builder_encode_signature): Likewise.
3114         (mono_image_get_varargs_method_token): New static method.
3115         (mono_image_create_method_token): New public method; this is
3116         called via an icall instead of mono_image_create_token() when
3117         calling a varargs method.       
3118
3119 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
3120
3121         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
3122
3123 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3124
3125         * culture-info-tables.h : Reflecting the latest locale-builder that
3126           fixed empty array representation ({} to {0}).
3127
3128 2004-06-07  Jackson Harper  <jackson@ximian.com>
3129
3130         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
3131         looking up extra gac paths. This allows MONO_GAC_PATH to act
3132         exactly like a prefix.
3133         
3134 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3135
3136         * reflection.c (mono_reflection_type_from_name): Make a copy of the
3137         type name before modifying it. Fixes #59405.
3138
3139 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3140
3141         * culture-info.h: added fields for "all datetime patterns".
3142         * locales.c: (  ves_icall_System_Globalization_CultureInfo
3143           _construct_datetime_format ()): fill xxx_patterns fields.
3144         * object.h: added fields for "all datetime patterns" to
3145           MonoDateTimeFormatInfo.
3146         * culture-info-tables.h: reflecting locale-builder updates.
3147
3148 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3149
3150         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
3151         the event has no add and remove methods. Fixes #59629.
3152
3153 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
3154
3155         * object.c: Fixed possible integer overflow when allocating large
3156         strings.
3157
3158 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3159
3160         * culture-info-tables.h: reflecting locale-builder updates.
3161
3162 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3163
3164         * culture-info-tables.h: reflecting locale-builder updates.
3165
3166 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
3167
3168         * culture-info-tables.h: reflecting locale-builder updates.
3169
3170 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
3171
3172         * threads.c: Made Thread.Sleep abortable.
3173
3174 2004-06-02  Martin Baulig  <martin@ximian.com>
3175
3176         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
3177
3178         * debug-mono-symfile.h: Bumped symbol file version number to 37.
3179
3180 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
3181
3182         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
3183
3184 2004-05-30  Jackson Harper  <jackson@ximian.com>
3185
3186         * reflection.c: Do not hardcode assembly versions or public key
3187         tokens anymore. All of this except the corlib section was dead
3188         code anyways.
3189         
3190 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
3191
3192         * object.c (mono_runtime_invoke_array): Automatically create boxed
3193         objects for byref valuetypes if needed. Fixes #59300.
3194         
3195         * object.c (mono_method_return_message_restore): Handle 
3196         MONO_TYPE_OBJECT as well.
3197
3198 2004-05-28  Jackson Harper  <jackson@ximian.com>
3199
3200         * reflection.c: The modified type encoding was causing build
3201         problems. Reverted for now.
3202         
3203 2004-05-28  Jackson Harper  <jackson@ximian.com>
3204
3205         * reflection.c/h: Take an assembly ref so that we dont create
3206         fully qualified names when encoding types in the same assembly as
3207         the custom attribute being emitted.
3208         * appdomain.c: Increment version number.
3209         
3210 2004-05-26  Duncan Mak  <duncan@ximian.com>
3211
3212         * icall.c
3213         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3214         Set the full version number (major, minor, build, revision).
3215
3216 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
3217
3218         * marshal.c (emit_struct_conv): increment src/dst after blit
3219         (mono_marshal_get_managed_wrapper,
3220         mono_marshal_get_native_wrapper): make sure we have marshalling
3221         info before marshalling params (info computation affects
3222         blittable)
3223
3224         * class.c (class_compute_field_layout): correctly deal with
3225         blittable
3226         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
3227         value types (as per what windows dows by default)
3228         (mono_class_setup_mono_type): System.ValueType is blittable
3229         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
3230         blittable
3231
3232         * marshal.c (mono_marshal_load_type_info): flag types  as
3233         non-blittable if the native layout doesn't match the managed
3234         layout
3235
3236 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3237
3238         * appdomain.c: don't add stuff in the private search path that is
3239         above the application base. If application base is not set, there's
3240         no private search path.
3241
3242 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
3243
3244         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
3245         byref struct arguments in native->managed marshalling.
3246
3247 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
3248
3249         * marshal.c (mono_marshal_get_runtime_invoke): correctly
3250         cache methods using signature (special case for methods
3251         that are value type or string class)
3252         
3253         * image.c (mono_image_close): clean up allocated GSList's
3254         in runtime_invoke_cache.
3255
3256 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3257
3258         * mono-config.c: set the correct path for mono_cfg_dir on windows when
3259         there's no MONO_CFG_DIR environment variable defined.
3260
3261 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3262
3263         * threads.c: windows version must be >= 0x0500 to include OpenThread.
3264
3265 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
3266
3267         * threadpool.c: Really wait for 500ms after the async call, even if the wait
3268           is interrumped.
3269         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
3270           before waiting for it, and call CloseHandle after the wait to unref it.
3271           This will make sure that handles are not disposed too early.
3272
3273 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3274
3275         * appdomain.c:
3276         * appdomain.h:
3277         * icall.c: removed
3278         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
3279         needed now.
3280
3281         * object.c: se the application_base only for the domain that runs
3282         Main. Fixes bug #59216,
3283
3284 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3285
3286         * appdomain.c:
3287         * object.c: only the domain in which Main is run have
3288         SetupInformation.ConfigurationFile set, so moved a few lines from
3289         appdomain.c to object.c.
3290
3291 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3292
3293         * appdomain.c: we tried to load [name].(dll|exe), but according
3294         to bug #57710, we must also try [culture]/[name].(dll|exe) and
3295         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
3296         There's a test case attached to bug #58922.
3297
3298 2004-05-27  Dick Porter  <dick@ximian.com>
3299
3300         * icall.c:
3301         * file-io.c: Implemented icalls for locking and unlocking regions
3302         in a file.
3303         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
3304         FALSE on error (fixes both compiler warning and real bug.)
3305
3306 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
3307
3308         * culture-info-tables.h: reflecting locale-builder updates.
3309
3310           (Added missing ChangeLog entry for 05/26)
3311
3312 2004-05-27  Jackson Harper  <jackson@ximian.com>
3313
3314         * locales.c: Fix some cut and paste errors.
3315         
3316 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3317
3318         * mono-config.c: set the correct path for config. directory on windows.
3319
3320 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3321
3322         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3323           on win32.
3324
3325 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3326
3327         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3328         from pinvoke functions.
3329         
3330         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3331
3332 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3333
3334         * culture-info-tables.h: reflecting locale-builder updates.
3335
3336 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3337
3338         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3339         #59086.
3340
3341 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3342
3343         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3344         * icall.c: Modified icalls for RNG.
3345         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3346         Windows (CryptoAPI).
3347
3348 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3349
3350         * locales.c: Fix build.
3351
3352 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3353
3354         * culture-info-tables.h: reflecting locale-builder updates.
3355
3356 2004-05-25  Jackson Harper  <jackson@ximian.com>
3357
3358         * locales.c: When creating the current culture use the $LANGs
3359         specific culture. So DateTimeFormat and NumberFormat entries are created.
3360         
3361 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3362
3363         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3364         a char array as parameter.
3365
3366 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3367
3368         * image.c: In mono_image_open(), always use an absolute path name to
3369           look for already loaded images.
3370
3371 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3372
3373         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3374         missing in the windows build (like older cygwin include files).
3375
3376 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3377
3378         * icall.c: Fixed check for possible integer overflow in Buffer_
3379         BlockCopy icall. Replaced comments style // by /* */.
3380
3381 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3382
3383         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3384         
3385         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3386         check after MONO_VTADDR. Fixes pinvoke2.exe.
3387
3388         * marshal.h marshal.c metadata.h: Add beginnings of support for
3389         ftnptr -> delegate marshalling.
3390
3391 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3392
3393         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3394         * threads.c: Fix warnings.
3395
3396 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3397
3398         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3399         * icall.c: Registered icalls for Suspend and Resume.
3400         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3401           Thread.Abort.
3402         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3403         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3404         * process.c: Use WaitForSingleObjectEx.
3405         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3406           checkpoints.
3407         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3408           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3409           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3410           background threads. Added basic support for Abort in Windows.
3411           Start new threads using a managed delegate invoke wrapper. This wrapper
3412           has an interruption checkpoint that is needed since an interruption
3413           can be requested before the thread leaves the unmanaged code that starts 
3414           the thread.
3415         * marshal.c: Added interruption checkpoint after every native call, and
3416           also before managed calls for wrappers called from unmanaged code to
3417           go into managed code.
3418         * object.h: Added new field in MonoThread to keep track of interruption
3419           requests.
3420
3421 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3422
3423         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3424         calls.
3425
3426 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3427
3428         * appdomain.c:
3429         * assembly.c:
3430         * gc.c:
3431         * locales.c:
3432         * mono-config.c:
3433         * rand.c: getenv -> g_getenv (windows!)
3434
3435         * process.c: complete_path is also used on non-windows platforms.
3436
3437 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3438
3439         * icall.c: new signature for Process_Start.
3440
3441         * process.[ch]: new signature for Process_Start. If we're on windows
3442         and UseShellExecute is false, we have to search for the program by
3443         ourselves if we don't get a full path.
3444
3445 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3446
3447         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3448         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3449
3450 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3451
3452         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3453         Fixes bug #58373.
3454
3455 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3456
3457         * process.c: use double quotes to quote program name and arguments on
3458         windows. Fixes bug #58575.
3459
3460 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3461
3462         * file-io.c: don't return "." and ".." when using windows Find*File.
3463
3464 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3465
3466         * marshal.c: Don't pass wrappers to message init because method 
3467         addressed used to lookup metadata. part of remoting[2|3] fix.
3468
3469 2004-05-15  Jackson Harper  <jackson@ximian.com>
3470
3471         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3472         path is essentially the same as MONO_PATH except that it points to
3473         GACs instead of lib directories.
3474         * loader.h: The user gac is gone so we dont need function to
3475         enable/disable it.
3476         * mono-config.c: user gac option is now gone.
3477         
3478 2004-05-15  Jackson Harper  <jackson@ximian.com>
3479
3480         * culture-info.h: Make defines more consistent, add calendar data
3481         to the culture info table.
3482         * culture-info-tables.h: Add basic calendar data. Basically
3483         everyone gets default gregorian until all the data is
3484         updated.
3485         * locales.c: Use the new consistent defines. Set calendar data for
3486         culture info objects.
3487         * object.h: add a field for calendar data to CultureInfo
3488         
3489 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3490
3491         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3492         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3493         a signature.
3494         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3495         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3496         an extra param that is the pointer of the method to invoke. The IL for
3497         the invoke method is no longer specific to the method, but to the
3498         signature of the method. Thus, we can share the same code for multiple
3499         methods. This reduces the number of methods that have to be compiled.
3500
3501 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3502
3503         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3504
3505         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3506
3507         * icall.c: Optimize Buffer.BlockCopy.
3508
3509 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3510
3511         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3512         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3513         quote). Changed them to "MMMM yyyy".
3514
3515 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3516
3517         * rand.c
3518         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3519
3520 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3521
3522         * reflection.h: Updated after changes to managed structures.
3523
3524         * appdomain.c: Bump corlib version.
3525
3526 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3527
3528         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3529         windows.
3530
3531 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3532
3533         * Makefile.am: link to ../os/libmonoos.la on windows.
3534
3535         * assembly.c:
3536                 -If MONO_DEBUG, warn about non-existing directories in
3537                 MONO_PATH.
3538                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3539                 compile time variable.
3540                 -Removed init_default_path and call mono_set_rootdir from
3541                 libmonoos.a instead (windows only).
3542
3543         * assembly.h: declare mono_assembly_getrootdir().
3544
3545         * domain.c:
3546         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3547
3548         * loader.c: s/getenv/g_getenv/
3549
3550 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3551
3552         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3553
3554         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3555
3556         * metadata.h: Add new marshalling conversions.
3557
3558         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3559         function.
3560
3561         * reflection.c (mono_reflection_get_type): Lookup the type in all
3562         modules of a multi-module assembly. Fixes #58291.
3563
3564 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3565
3566         * threads.c: Before aborting a background, set the StopRequested
3567         state.  This avoids throwing the Abort exception.
3568         In mono_thread_manage, don't continue with the shutdown until all
3569         aborted threads have actually stopped.
3570
3571 2004-05-10  Jackson Harper  <jackson@ximian.com>
3572
3573         * locales.c: Remove the modifier from culture names.
3574         
3575 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3576
3577         * Makefile.am: monosn is not installed any more. It has been deprecated
3578         in favor of sn.
3579
3580 2004-05-07  Jackson Harper  <jackson@ximian.com>
3581
3582         * locales.c
3583         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3584         Fix array construction, add bailout if the length is 0.
3585
3586 2004-05-07  Dick Porter  <dick@ximian.com>
3587
3588         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3589         machine doesn't have a DNS entry.  Patch by Urs Muff
3590         (umuff@quark.com), fixes bug 57928.
3591
3592 2004-05-06  Jackson Harper  <jackson@ximian.com>
3593
3594         * reflection.c: Handle null PublicTokens properly. alloc mem for
3595         assembly names culture so we dont crash when freeing it.
3596         
3597 2004-05-06  Jackson Harper  <jackson@ximian.com>
3598
3599         * assembly.c: Check the usergac when loading with partial names.
3600         
3601 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3602
3603         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3604         does nothing for now (not required for Linux/Windows) but the class
3605         library can call it (and a newer or modified runtime could need it).
3606         * icall.c: Registred icall.
3607
3608 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3609
3610         * loader.c: prints a message on module loading error we set MONO_DEBUG
3611         environment variable.
3612
3613 2004-05-05  Jackson Harper  <jackson@ximian.com>
3614
3615         * appdomain.c: Handle PublicKeyToken=null properly.
3616         
3617 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3618
3619         * environment.c|h: Added icall ves_icall_System_Environment_
3620         GetOSVersionString to get the current OS version as a string.
3621         * icall.c: Registred icall.
3622
3623 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3624
3625         * object.c: in mono_object_get_virtual_method(), take into account that
3626         non-virtual methods don't have a slot in the vtable. Check needed when
3627         the object is a proxy.
3628
3629 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3630
3631         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3632         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3633
3634         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3635
3636         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3637         passed when a valuetype is expected.
3638
3639         * object.c (mono_unhandled_exception): Only set the exit code if the
3640         exception happens in the main thread. Fixes thread5.exe.
3641
3642         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3643         invalid names. Fixes #58047.
3644
3645 2004-05-03  Jackson Harper  <jackson@ximian.com>
3646
3647         * assembly.c: This line was committed accidently and is unneeded.
3648         
3649 2004-05-03  Jackson Harper  <jackson@ximian.com>
3650
3651         * icall.c: Add new icall for Assembly::LoadWithPartialName
3652         * assembly.c/.h: new function that probes the GAC to load partial
3653         assembly names by Paolo Molaro.
3654         
3655 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3656
3657         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3658         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3659         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3660         full type name.
3661
3662 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3663
3664         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3665         * reflection.c: fix bug when parsing a full type name and Version is not
3666         the last thing in the string.
3667
3668 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3669
3670         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3671         crashes when it is freed.
3672
3673 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3674
3675         * assembly.c: print the compat warning to stderr.
3676
3677 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3678
3679         * assembly.c (mono_assembly_load_references): Add a compatibility
3680         hack to run old applications that might be still referencing the
3681         3300-based assemblies, only do this for System.xxx.
3682
3683 2004-05-01  Jackson Harper  <jackson@ximian.com>
3684
3685         * appdomain.c: If the culture is neutral we set it to "".
3686         
3687 2004-04-29  Jackson Harper  <jackson@ximian.com>
3688
3689         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3690
3691 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3692  
3693         * string-icalls.c: added low overhead function for copying chars
3694         * icall.c: added needed icall for the above function
3695  
3696 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3697
3698         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3699         Environment.GetLogicalDrives.
3700
3701 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3702
3703         * rand.c: try and talk to egd or prngd
3704         for random bytes if opening devices fail.
3705
3706 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3707
3708         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3709         alignment for the type using the native alignment of its members 
3710         instead of using klass->min_align.
3711
3712         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3713
3714 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3715
3716         * file-io.c:
3717         * socket-io.c: added check for sys/aio.h.
3718
3719 2004-04-28  Dick Porter  <dick@ximian.com>
3720
3721         * threads.c: Don't abort a thread thats already aborting, when
3722         terminating everything.
3723
3724 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3725
3726         * icall.c: added 2 new async calls for Socket.
3727
3728         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3729         IO on *nix systems.
3730
3731         * threadpool.c: removed unused variable.
3732
3733 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3734
3735         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3736
3737 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3738
3739         * locales.c: put back string_invariant_tolower () and
3740         string_invariant_toupper ().
3741
3742 2004-04-26 David Waite <mass@akuma.org>
3743
3744         * file-io.h:
3745         * socket-io.h:
3746         * threads.h:
3747         * unicode.h: remove comma from end of enumeration declarations
3748
3749 2004-04-26 David Waite <mass@akuma.org>
3750
3751         * debug-mono-symfile.h:
3752         * decimal.c:
3753         * mono_debug.h:
3754         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3755
3756
3757 2004-04-26  Jackson Harper  <jackson@ximian.com>
3758
3759         * appdomain.c: Increment version number.
3760         
3761 2004-04-26  Jackson Harper  <jackson@ximian.com>
3762
3763         * appdomain.c: Set assembly references public token value when
3764         PublicKeyToken is specified, not the hash_value. Free public token
3765         values when free assembly name data. Previously the public key
3766         token was hex decoded, however we are using hex encoded public key
3767         tokens, so this is not neccasary.
3768         * assembly.c: Lookup assemblies in the gac if their public token
3769         value is set. Add function to allow enabling user gac
3770         lookups. Specify whether or not the assembly was loaded from the
3771         GAC. Compare full assembly names when checking the cache for
3772         assemblies (Temporarily disabled see comment in code). Remove
3773         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3774         specifies trace-loader they get extra info to stdout on the
3775         loading of assemblies.
3776         * image.h: Add a field for an assembly references public token
3777         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3778         whether an assembly has been loaded from the GAC.
3779         * image.c: Remove a corlib -> mscorlib name mapping.
3780         * loader.h: Add function to enable/disable the user gac.
3781         * mono-config.c: Check if the usergac is enabled in the config
3782         file.
3783         * icall.c: New icall to determine whether or not an assembly has
3784         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3785         * tabldefs.h: Add constant for assemblyref flag that specifies a
3786         full public key is used instead of a public token.
3787         * reflection.c: Remove mscorlib -> corlib mappings. Set
3788         PublicTokenValue instead of hash value. This value is a hex
3789         string so it does not need to be expanded.
3790
3791 2004-04-26  Martin Baulig  <martin@ximian.com>
3792
3793         * mono-debug-debugger.c (mono_debugger_initialize): Set
3794         `mono_debugger_initialized' before calling mono_debug_lock().
3795
3796 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3797
3798         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3799           InternalToUpper/InternalToLower.
3800         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3801           removed invariant culture shortcut.  This is now done in managed code.
3802         * locales.c: (string_invariant_toupper/tolower) removed.
3803
3804 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3805
3806         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3807         Added Poll internal call.
3808
3809         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3810         call for Poll. Select was too heavy for polling a single socket.
3811
3812         * threadpool.[ch]: added mono_threadpool_cleanup.
3813         * threads.c: use it. Don't use Thread_Abort on windows.
3814
3815 2004-04-23  Martin Baulig  <martin@ximian.com>
3816
3817         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3818
3819 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3820
3821         * icall.c: Registred new icalls for key pair protection and added an
3822         icall for Environment.GetFolderPath on Windows.
3823         * security.c|h: Added new icalls for key pair protection.
3824
3825 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3826
3827         * socket-io.c: don't display the non-supported family warning for known
3828         families. Now this is not displayed on windows when checking support
3829         for IPv4/IPv6.
3830
3831 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3832
3833         * class.c: don't display the layout warning for static fields.
3834
3835 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3836
3837         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3838         * locales.c, locales.h: Added new icalls for culture-specific
3839         Char.ToLower and Char.ToUpper.
3840
3841 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3842
3843         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3844         by David Waite.
3845
3846 2004-04-20  Martin Baulig  <martin@ximian.com>
3847
3848         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3849         of the type name before passing it to mono_reflection_type_from_name().
3850
3851 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3852
3853         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3854         encodings here. Fixes #56965.
3855
3856 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3857
3858         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3859         fix test on strstr result not that I can see anything that
3860         relies on the result.
3861
3862 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3863
3864         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3865         Fixes #57081.
3866
3867         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3868
3869         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3870         function to determine which marshalling to use for strings. Fixes
3871         #56965.
3872
3873         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3874
3875         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3876
3877 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3878
3879         * icall.c: #include mono-config.h
3880
3881 2004-04-15  Jackson Harper  <jackson@ximian.com>
3882
3883         * culture-info-tables.h: Fix date formats for en-US culture.
3884         
3885 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3886
3887         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3888         ThreadPool.SetMinThreads.
3889         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3890         ThreadPool.SetMinThreads.
3891
3892 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3893
3894         * mono-config.c: also load the .config file in the directory
3895         where the assembly was found.
3896
3897 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3898
3899         * assembly.c: load per-assembly config files.
3900         * icall.c: decrapified code to get the config dir and moved to
3901         mono-config.c.
3902         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3903         per-assembly config files. When doing a dll map lookup give precedence
3904         to the per-assembly data.
3905
3906 2004-04-14  Martin Baulig  <martin@ximian.com>
3907
3908         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3909         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3910         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3911
3912         * mono-debugger-debugger.c: While the debugger is locked, remember
3913         whether the symbol tables have changes and send one single
3914         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3915
3916 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3917
3918         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3919
3920         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3921         function.
3922
3923         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3924         account when marshalling string arrays. Fixes #56965.
3925
3926 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3927
3928         * icall.c: Add new icalls mapping for security.
3929         * security.c|h: Add internal calls for WindowsIdentity,
3930         WindowsImpersonationContext and WindowsPrincipal.
3931
3932 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3933
3934         * class.c: Added comment to ensure the System.MonoDummy class
3935         is removed when no longer necessary
3936
3937 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3938
3939         * appdomain.c: Pass arguments to the bootstraping exceptions to
3940         minimize JITed methods at boot
3941
3942         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3943         second string to be null.
3944
3945         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3946         Change the protocol to minimize the JIT methods at startup.  Now
3947         it Returns the internal codepage, if the value of "int_code_page"
3948         is 1 at entry, and we can not compute a suitable code page
3949         number, returns the code page as a string.
3950
3951 2004-04-13  Jackson Harper  <jackson@ximian.com>
3952
3953         * culture-info-tables.h: Fix number of decimal digits for all
3954         english locales.
3955
3956 2004-04-13  Jackson Harper  <jackson@ximian.com>
3957
3958         * icall.c: Clairfy out of sync error message. It is not always
3959         your corlib that is out of sync.
3960
3961 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3962
3963         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3964         properties when only the set accessor is overriden. Fixes #55874.
3965
3966 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3967
3968         * assembly.c (mono_assembly_load_references): Make this thread safe.
3969         Fixes #56327.
3970
3971 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3972
3973         * monosn.c: Add missing initialization calls.
3974
3975 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3976
3977         * locales.c:
3978         ves_icall_System_Globalization_CultureInfo_construct_number_format
3979         Fix g_assert so it compiles on fussier compilers re int/ptr
3980         mismatch
3981
3982 2004-04-08  Dick Porter  <dick@ximian.com>
3983
3984         * socket-io.h:
3985         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3986         53992.  Also rearrange the code so that the internal calls return
3987         an error value and exceptions are thrown from managed code.
3988
3989         * icall.c: Add type info to the socket icalls.
3990
3991 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3992
3993         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3994         owes me a beer.
3995
3996 2004-04-07  Martin Baulig  <martin@ximian.com>
3997
3998         * class.c (mono_class_from_generic_parameter): Don't default
3999         `klass->parent' to `mono_defaults.object_type'.
4000
4001 2004-04-07  Martin Baulig  <martin@ximian.com>
4002
4003         * reflection.c (mono_reflection_initialize_generic_parameter): Set
4004         `param->pklass->reflection_info'.       
4005
4006 2004-04-07  Jackson Harper  <jackson@ximian.com>
4007
4008         * culture-info-tables.h: Fix date separator symbol.
4009         
4010 2004-04-07  Martin Baulig  <martin@ximian.com>
4011
4012         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
4013         from System.Type to System.MonoType.
4014
4015 2004-04-07  Martin Baulig  <martin@ximian.com>
4016
4017         * reflection.h
4018         (MonoReflectionGenericParam): Added `has_reference_type' and
4019         `has_value_type' fields.
4020
4021         * reflection.c (mono_image_get_generic_param_info): Encode the
4022         correct flags if we have the `class' or `struct' constraint.
4023
4024 2004-04-07  Martin Baulig  <martin@ximian.com>
4025
4026         * reflection.h
4027         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
4028
4029 2004-04-07  Jackson Harper  <jackson@ximian.com>
4030
4031         * appdomain.c: Revert extra patches, just wanted to bump the
4032         version number.
4033         
4034 2004-04-07  Jackson Harper  <jackson@ximian.com>
4035
4036         * Makefile.am: Add culture-info private headers.
4037         * icall.c: Add new icalls for contructing locales.
4038         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
4039         * locales.h: Declare new culture info construction methods.
4040         * object.h: Add new fields used to avoid the CultureMap to
4041         MonoCultureInfo.
4042         * culture-info.h: Definition of structs used in the culture info
4043         tables.
4044         * culture-info-tables.h: Autogenerated tables that contain culture
4045         info data. This file was generated with the locale-builder tool.
4046         * appdomain.c: Incement corlib version number.
4047         
4048 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
4049
4050         * appdomain.c: (mono_runtime_init) move mono_thread_init
4051         to before mono_object_new calls so critical sections
4052         are initialized before use.
4053
4054 2004-04-07  Martin Baulig  <martin@ximian.com>
4055
4056         * icall.c
4057         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
4058         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
4059         (ves_icall_MonoGenericParam_initialize): Removed.
4060         (monogenericparam_icalls): Removed.
4061         (generictypeparambuilder_icalls): Added new table for
4062         System.Reflection.Emit.GenericTypeParameterBuilder.
4063
4064         * reflection.c
4065         (mono_reflection_define_generic_parameter): Removed.
4066         (mono_reflection_initialize_generic_parameter): This is now called
4067         from GenericTypeParameterBuilder's .ctor.
4068
4069 2004-04-06  Martin Baulig  <martin@ximian.com>
4070
4071         * class.c (mono_class_init): Don't inflate nested classes in a
4072         generic instance.
4073         (mono_type_get_name_recurse): Include the generic arguments for
4074         generic instances and generic type declarations.
4075         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
4076         (_mono_class_get_instantiation_name): Removed.
4077         (mono_class_create_generic): Always use `gklass->name' as our name.
4078
4079         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
4080
4081         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
4082         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
4083         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
4084         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
4085         closed generic methods here.
4086
4087         * reflection.c
4088         (mono_reflection_generic_inst_get_nested_types): Removed.
4089         (inflate_mono_method): Copy the generic parameters from the
4090         MonoMethodHeader into out MonoGenericMethod.
4091
4092 2004-04-06  Martin Baulig  <martin@ximian.com>
4093
4094         * row-indexes.h
4095         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
4096
4097         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
4098
4099         * reflection.c (build_compressed_metadata): If we have any entries
4100         in the GenericParam, MethodSpec or GenericParamConstraint tables,
4101         set the header version to 1.1.
4102
4103 2004-04-06  Martin Baulig  <martin@ximian.com>
4104
4105         * class.c (mono_class_init): If we're a generic instance,
4106         initialize our nested classes, too.
4107         (_mono_class_get_instantiation_name): Deal with the new `!%d'
4108         suffix. 
4109
4110 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4111
4112         * process.c: quote the argument passed to the shell on windows.
4113
4114 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
4115
4116         * threads.c (mono_alloc_special_static_data): Allow this to be
4117         called during startup.
4118
4119 2004-04-02  Martin Baulig  <martin@ximian.com>
4120
4121         * icall.c
4122         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
4123
4124 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
4125
4126         * icall.c: Fix build.
4127
4128 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4129
4130         * Makefile.am: Added security.c|h.
4131         * icall.c: Added icall for get_UserName;
4132         * security.c: New file for security related icalls. Added function
4133         get_UserName for System.Environment (fix #56144).
4134         * security.h: New. Header file for security.c
4135
4136 2004-04-02  Dick Porter  <dick@ximian.com>
4137
4138         * icall.c: Deleted the icalls that were obsoleted some time ago
4139         by the ICU string code, and which were mixed into the icall
4140         rearranging.  Fixes bug 55969.
4141
4142         * string-icalls.h: 
4143         * string-icalls.c: Deleted the code that those icalls reference.
4144
4145 2004-04-01  Martin Baulig  <martin@ximian.com>
4146
4147         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
4148
4149         * class.c (mono_class_from_generic_parameter): Don't set 
4150         TYPE_ATTRIBUTE_INTERFACE.
4151         (my_mono_class_from_generic_parameter): Likewise.
4152
4153 2004-04-01  Martin Baulig  <martin@ximian.com>
4154
4155         * loader.c (find_method): Added an optional `MonoClass *ic'
4156         argument to search in a specific interface.
4157         (mono_get_method_constrained): New public function.
4158
4159 2004-04-01  Martin Baulig  <martin@ximian.com>
4160
4161         * reflection.c (mono_image_get_generic_field_token): Use the
4162         `handleref' cache here.
4163
4164 2004-04-01  Martin Baulig  <martin@ximian.com>
4165
4166         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
4167
4168         * reflection.c (create_generic_typespec): Use the `typespec' hash
4169         here, not the `typeref' one.    
4170
4171 2004-04-01  Martin Baulig  <martin@ximian.com>
4172
4173         * class.c (mono_class_inflate_generic_type): Moved the
4174         functionality into a new static inflate_generic_type() which
4175         returns NULL if it didn't do anything.  Only increment the
4176         `mono_stats.inflated_type_count' if we actually inflated
4177         something.
4178         (mono_class_get_full): Check the classes type to see whether we
4179         need to inflate it; also inflate MONO_TYPE_(M)VAR.
4180
4181 2004-04-01  Jackson Harper  <jackson@ximian.com>
4182
4183         * reflection.c: Set culture for assembly references.
4184         
4185 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
4186
4187         * reflection.[ch], icall.[ch], Fix support for pinning variables.
4188
4189 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4190
4191         * assembly.c:
4192         (do_mono_assembly_open): the critical section also covers
4193         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
4194
4195 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4196
4197         * threads.c:
4198         (mono_manage_threads): abort the background threads when finishing.
4199         Fixes bug #47232.
4200
4201 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4202
4203         * gc.c: only close the done_event handle if there was no timeout.
4204         C-ified comments.
4205
4206 2004-03-30  Martin Baulig  <martin@ximian.com>
4207
4208         * icall.c (icall_entries): It's called "System.Activator", not
4209         "System.Activation".    
4210
4211 2004-03-30  Martin Baulig  <martin@ximian.com>
4212
4213         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
4214         (mono_class_create_from_typespec): Likewise.
4215
4216 2004-03-30  Martin Baulig  <martin@ximian.com>
4217
4218         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
4219         `has_ctor_constraint' and `initialized'.
4220
4221 2004-03-30  Martin Baulig  <martin@ximian.com>
4222
4223         * reflection.c (encode_new_constraint): New static function to add
4224         the constructor constraint attribute to a type parameter.
4225         (encode_constraints): Call encode_new_constraint() if necessary.
4226
4227         * reflection.h
4228         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
4229
4230         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
4231         
4232 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
4233
4234         * reflection.c, icall.c: add support for pinning variables. 
4235
4236 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
4237
4238         * marshal.c (mono_marshal_get_managed_wrapper):
4239         init bool local with zero rather than null.
4240
4241 2004-03-29  Martin Baulig  <martin@ximian.com>
4242
4243         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
4244         the "official" behavior here.
4245         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
4246
4247 2004-03-29  Martin Baulig  <martin@ximian.com>
4248
4249         * icall.c: Reflect latest API changes.
4250
4251 2004-03-29  Martin Baulig  <martin@ximian.com>
4252
4253         * loader.c (mono_get_method_from_token): Also call
4254         mono_metadata_load_generic_params () for abstract and interface
4255         methods; replace the type arguments in the method signature with
4256         the ones which are loaded from the metadata.
4257
4258 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
4259
4260         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
4261         of the lock is not the current thread. MS.NET don't do it, in spite of
4262         what the documentation says. See bug #56157.
4263
4264 2004-03-28  Martin Baulig  <martin@ximian.com>
4265
4266         * class.c (mono_class_init): Don't call init_properties() and
4267         init_events() for generic instances; set `prop->parent' when
4268         inflating properties.
4269
4270         * reflection.c (mono_generic_inst_get_object): Call
4271         `mono_class_init (ginst->klass)'.
4272         (mono_type_get_object): Only create a MonoGenericInst if your
4273         generic type is a TypeBuilder.
4274         (do_mono_reflection_bind_generic_parameters): Only set
4275         `ginst->is_dynamic' if our generic type is a TypeBuilder.
4276
4277 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
4278
4279         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
4280         Fixes #56091.
4281
4282 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4283
4284         * icall.c: added Kill_internal icall.
4285         * process.[ch]: added Kill_internal icall.
4286
4287 2004-03-25  Martin Baulig  <martin@ximian.com>
4288
4289         * class.h (MonoStats): Added `generic_instance_count',
4290         `inflated_method_count', `inflated_type_count' and
4291         `generics_metadata_size'.       
4292
4293 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4294
4295         * reflection.c: no warnings now.
4296
4297 2004-03-25  Martin Baulig  <martin@ximian.com>
4298
4299         * class.c (mono_class_get_full): New public function; does a
4300         mono_class_get(), but also takes a `MonoGenericContext *'.
4301
4302         * loader.c (mono_field_from_memberref): Renamed to
4303         `field_from_memberref', made static and added `MonoGenericContext *'
4304         argument.
4305         (mono_field_from_token): Added `MonoGenericInst *' argument.
4306         (method_from_memberef): Likewise.
4307         (mono_get_method_from_token): Likewise.
4308         (mono_get_method_full): New public function; does a
4309         mono_get_method(), but also takes a `MonoGenericContext *'.
4310
4311         * verify.c (mono_method_verify): Get the method's generic context
4312         and pass it to mono_field_from_token(), mono_get_method_full() and
4313         mono_class_get_full().
4314
4315 2004-03-25  Martin Baulig  <martin@ximian.com>
4316
4317         * class.c (mono_class_inflate_generic_type): Take a
4318         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4319         `MonoGenericMethod *'.
4320
4321 2004-03-25  Martin Baulig  <martin@ximian.com>
4322
4323         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4324         instead of the MonoGenericMethod here.
4325
4326 2004-03-25  Martin Baulig  <martin@ximian.com>
4327
4328         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4329         each time we create a new MonoGenericInst, we also create a new
4330         context which points back to us.
4331
4332         * class.c (inflate_method): Use `ginst->context' instead of
4333         creating a new context.
4334
4335         * loader.c (method_from_memberref): Use
4336         `klass->generic_inst->context' instead of creating a new context.
4337
4338 2004-03-25  Martin Baulig  <martin@ximian.com>
4339
4340         * class.h (MonoGenericContext): New struct.
4341         (MonoGenericMethod): Removed `generic_inst'.
4342
4343         * class.c (mono_class_inflate_generic_method): Take a
4344         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4345
4346 2004-03-25  Martin Baulig  <martin@ximian.com>
4347
4348         * loader.h (MonoMethodInflated): New typedef.
4349
4350         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4351         `generic_param_count' consume just 30 bits, added `is_inflated'
4352         and `has_type_parameters' flags (one bit each).
4353
4354         * class.c (mono_class_inflate_generic_method): Create a
4355         MonoMethodInflated instead of a MonoMethodNormal and set
4356         `is_inflated' in the method signature.
4357
4358         * class.h (MonoGenericMethod): Removed `generic_method'.
4359
4360 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4361
4362         * image.c: Make sure the name of a MonoImage is always an absolute path.
4363           This fixes bug #54415.
4364
4365 2004-03-24  Martin Baulig  <martin@ximian.com>
4366
4367         * class.c (mono_class_setup_vtable): If we're a generic instance,
4368         use our generic type's vtable size.
4369
4370 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4371
4372         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4373         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4374         problems.
4375
4376 2004-03-23  Martin Baulig  <martin@ximian.com>
4377
4378         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4379         `MonoEvent *events'.
4380
4381         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4382         (typebuilder_icalls): Added "get_event_info"; calls
4383         mono_reflection_event_builder_get_event_info(). 
4384
4385         * reflection.c (mono_reflection_generic_inst_initialize): Added
4386         `MonoArray *events'.
4387         (mono_reflection_event_builder_get_event_info): New function.
4388
4389 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4390
4391         * object.h: add mono_type_initialization_init
4392
4393         * object.c (mono_runtime_class_init): 
4394         implement class constructor synchronization rules
4395         to cope with threading issues.  
4396         add mono_type_initialization_init
4397
4398         * appdomain.c (mono_runtime_init): call 
4399         mono_type_initialization_init
4400
4401         * class.h: removing initializing field from MonoVTable
4402
4403 2004-03-23  Martin Baulig  <martin@ximian.com>
4404
4405         * class.c (my_mono_class_from_generic_parameter): Use
4406         `param->name' if it's not NULL. 
4407
4408 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4409
4410         * class.c: do not insert non-virtual methods in the vtable.
4411         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4412         that means the method is non-virtual. This never would have
4413         happened before.
4414
4415 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4416
4417         * profiler.c: Added lock for accessing coverage_hash.
4418
4419 2004-03-22  Martin Baulig  <martin@ximian.com>
4420
4421         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4422         `method->method->signature->generic_param_count != 0' to make it
4423         work for interface methods.
4424
4425 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4426
4427         * process.c: quote the string passed to the shell using g_shell_quote.
4428
4429 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4430
4431         * threads.c:
4432         (mono_threads_manage): don't remove the finalizer thread and self
4433         from the threads hash table so that mono_thread_manage can be called
4434         more than once.
4435
4436 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4437
4438         * process.c: quote the arguments when UseShellExecute is true. Fixes
4439         bug #55790.
4440
4441 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4442
4443         * threads.c: set mono_thread_detach as a cleanup routine for every
4444         thread. This way it's always executed upon thread termination, either
4445         aborted or finished normally. No more xsp hangs!
4446
4447 2004-03-17  Martin Baulig  <martin@ximian.com>
4448
4449         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4450         `int count_nested' and a `MonoType **nested'.
4451
4452         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4453         most of the functionality into a new static
4454         do_mono_reflection_bind_generic_parameters() and don't take a
4455         `MonoType *nested_in' argument any more.  Don't compute nested
4456         types here.
4457         (mono_reflection_generic_inst_get_nested_types): New public method
4458         to get nested types.
4459
4460         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4461         we're a nested class.
4462
4463         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4464         mono_reflection_generic_inst_get_nested_types() to compute the
4465         nested types.
4466
4467 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4468
4469         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4470         descriptive error message under windows.
4471         
4472 2004-03-17  Martin Baulig  <martin@ximian.com>
4473
4474         * class.c (dup_type): Added `const MonoType *original' argument;
4475         copy the attrs from the original type.
4476
4477 2004-03-17  Martin Baulig  <martin@ximian.com>
4478
4479         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4480         `m->generic_inst_cache' here.
4481
4482 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4483
4484         * exception.h exception.c: Add stack_overflow_exception.
4485
4486 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4487
4488         * threadpool.c:
4489         (overlapped_callback): call SetEvent *after* invoking the callback.
4490         No need to call CloseHandle.
4491
4492 2004-03-16  Martin Baulig  <martin@ximian.com>
4493
4494         * reflection.c (mono_image_get_fieldref_token): Take a
4495         `MonoReflectionField *' instead of a `MonoClassField *' and a
4496         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4497
4498 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4499
4500         * appdomain.c: don't add the culture to the filename we're looking for
4501         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4502
4503 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4504
4505         * locales.c: don't ignore symbols when doing case insensitive compares.
4506         Thanks Dick! Fixes bug #54046.
4507
4508         * threads.c: surround 'threads' usage with enter/leave in
4509         mono_thread_manage.
4510
4511 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4512
4513         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4514         implicitly marshalled as [Out]. Fixes #55450.
4515
4516         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4517         an exception.
4518
4519 2004-03-16  Martin Baulig  <martin@ximian.com>
4520
4521         * class.c (mono_class_from_generic_parameter): Use the actual
4522         parameter name. 
4523
4524 2004-03-16  Martin Baulig  <martin@ximian.com>
4525
4526         * reflection.c (type_get_signature_size): New static function.
4527         Compues the size of the type in a method signature.
4528         (method_get_signature_size): New static function; calls
4529         type_get_signature_size() to compute the actual size of the
4530         method's signature.
4531         (method_encode_signature): Use method_get_signature_size() to get
4532         the signature's size rather than using `nparams * 10'.
4533
4534 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4535
4536         * file-io.h: define here WapiOverlapped on windows. I don't want the
4537         regular OVERLAPPED one.
4538
4539         * file-io.c:
4540         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4541         Disabling AIO on windows.
4542
4543 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4544
4545         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4546         bug #55385.
4547
4548 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4549
4550         * appdomain.c: upgraded corlib version.
4551
4552         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4553         and BeginWrite. Allow opening files for asynchrnous operations.
4554
4555         * file-io.h: new struct that maps FileStreamAsyncResult.
4556         * icall.c: added new icalls.
4557         * process.[ch]: support setting child process environment variables
4558         and use the SHELL or COMSPEC when UseShellExecute is true.
4559
4560         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4561         callback for async. IO is here and also BindHandle.
4562
4563         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4564         from here.
4565
4566 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4567
4568         * reflection.c (create_custom_attr): Allow len == 0.
4569
4570         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4571         computation on big-endian machines.
4572
4573 2004-03-13  Martin Baulig  <martin@ximian.com>
4574
4575         * class.h (MonoGenericInst): Added `int count_ifaces'.
4576
4577         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4578         `ginst->count_ifaces' instead `klass->interface_count' since we
4579         may get called before the vtable is created.
4580
4581         * loader.c (mono_method_get_param_names): If we're a generic
4582         instance, return and don't initialize the class.
4583
4584         * reflection.c (mono_reflection_setup_generic_class): Don't call
4585         ensure_runtime_vtable().
4586         (mono_reflection_bind_generic_parameters): Set
4587         `ginst->count_ifaces'.
4588
4589 2004-03-11  Jackson Harper <jackson@ximian.com>
4590
4591         * icall.c:
4592         * unicode.c:
4593         * unicode.h: Remove unused System.Char icalls.
4594         
4595 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4596
4597         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4598         code when we P/Invoke the first library in Windows.Forms, instead
4599         of when we first open the assembly.
4600
4601         * assembly.c: Drop the lookup from here.
4602
4603 2004-03-10  Martin Baulig  <martin@ximian.com>
4604
4605         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4606         class for properties, fields and events.  Finally fixes #54945.
4607
4608 2004-03-10  Martin Baulig  <martin@ximian.com>
4609
4610         * metadata.c (mono_metadata_class_equal): New static function;
4611         checks whether two generic instances or two generic parameters are
4612         equal.
4613         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4614         compare classes.        
4615
4616 2004-03-10  Martin Baulig  <martin@ximian.com>
4617
4618         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4619
4620         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4621         argument and write it into the `reflection_info' field.
4622
4623         * icall.c
4624         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4625         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4626
4627 2004-03-09  Jackson Harper  <jackson@ximian.com>
4628
4629         * char-conversions.h: use 8 bits for numeric data its all we need
4630         * icall.c: numeric data is only 8 bits now.
4631
4632 2004-03-09  Martin Baulig  <martin@ximian.com>
4633
4634         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4635
4636         * class.c (init_properties, init_events): Initialize the new
4637         `parent' field.
4638
4639         * reflection.c (typebuilder_setup_properties): Likewise.
4640         (typebuilder_setup_events): Likewise.
4641
4642         * reflection.h (MonoEventInfo): Replaced `parent with
4643         `declaring_type' and `reflected_type'.
4644
4645         * icall.c (ves_icall_get_property_info): Distinguish between
4646         declaring and reflected type.
4647         (ves_icall_get_event_info): Likewise.
4648
4649 2004-03-09  Martin Baulig  <martin@ximian.com>
4650
4651         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4652         (ves_icall_Type_GetField): Correctly set field->klass.
4653
4654 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4655
4656         * loader.h: Fix warning.
4657
4658 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4659
4660         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4661         library routine if present.  Notice that it will still continue
4662         executing even if its missing, for those working on the Gtk#
4663         edition of Windows.Forms.
4664
4665         * assembly.c (do_mono_assembly_open): If loading the
4666         System.Windows.Forms call mono_loader_wini_init.
4667
4668 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4669
4670         * class.h: Added MonoRemoteClass struct.
4671         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4672         function for MonoStrings.
4673         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4674         Added internal call for getting the proxy type.
4675         * marshal.c: Get the type of transparent proxies from its remote_class.
4676         Added methods that generate the IL for type checks and casts:
4677         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4678         mono_marshal_get_proxy_cancast.
4679         * marshal.h: Declaration of the previous new methods.
4680         * object.c: Added new moethods for creating and updating MonoRemoteClass
4681         instances: mono_remote_class, mono_upgrade_remote_class, 
4682         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4683         * verify.c: FIx transparent_proxy_fields layout.
4684         * appdomain.c: Bump corlib version.
4685
4686 2004-03-04  Jackson Harper  <jackson@ximian.com>
4687
4688         * icall.c: Add icall to access char conversion tables.
4689         * char-conversions.h: Character conversion tables.
4690         * Makefile.am: Add char-conversions.h private header file.
4691         
4692 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4693
4694         * appdomain.c (unload_thread_main): Increase unloading timeout to
4695         10 sec as a temporary workaround for Nant problems.
4696
4697 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4698
4699         * gc.c: Add checks for GC_enable and GC_disable.
4700
4701         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4702         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4703         (bug #54988).
4704         
4705 2004-02-27  Martin Baulig  <martin@ximian.com>
4706
4707         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4708         `MonoReflectionType *' instead of a `MonoType *'.
4709
4710 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4711
4712         * gc.c (run_finalize): Avoid finalizing the object representing the
4713         finalizer thread.
4714         (finalizer_thread): Fix warning.
4715
4716 2004-02-25  Martin Baulig  <martin@ximian.com>
4717
4718         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4719         argument for nested types.
4720         (mono_class_create_generic): Added support for nested generictypes.
4721
4722         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4723         `GList *nested'.
4724
4725         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4726
4727         * reflection.c (method_encode_signature): Increase the minimum
4728         value of `size' from 10 to 11.
4729         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4730         and `MonoType **types' arguments instead of the `MonoArray
4731         *types'; added `MonoType *nested_in'.  Recursively instantiate
4732         nested classes. 
4733
4734 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4735
4736         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4737         stack_overflow_ex members which are used by exception handling.
4738
4739         * appdomain.c (mono_runtime_init): Initialize the new members.
4740
4741         * gc.c (mono_gc_enable): New helper function.
4742         * gc.c (mono_gc_disable): New helper function.
4743
4744 2004-02-23  Martin Baulig  <martin@ximian.com>
4745
4746         * icall.c: I must have been really stupid - make it actually work
4747         this time ;-)
4748
4749 2004-02-23  Martin Baulig  <martin@ximian.com>
4750
4751         * loader.c (method_from_memberref): Only inflate the method if
4752         it's in another klass.
4753
4754 2004-02-23  Martin Baulig  <martin@ximian.com>
4755
4756         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4757         (mono_class_init): If we're a generic instance and an interface,
4758         compute `class->interface_id'; also create `class->interfaces'
4759         here and inflate them.
4760
4761         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4762         `ginst->is_open'.
4763         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4764
4765         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4766
4767 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4768
4769         * reflection.c (method_encode_code): Improved the error message
4770         generated by the exception.
4771
4772 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4773
4774         * icall.c: Martin did not do what he said in the ChangeLog for
4775         2004-02-18, but put back the changes for properties and events.
4776         Commenting those changes out again and adding comment to bug #54518.
4777         
4778         * process.c: removed warning.
4779
4780 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4781
4782         * marshal.c (emit_struct_conv): Print an error message instead of
4783         asserting when a type does not have the StructLayout attribute.
4784
4785 2004-02-20  Martin Baulig  <martin@ximian.com>
4786
4787         * reflection.c (mono_type_get_object): Also use the cache for
4788         generic instances.
4789         (mono_reflection_bind_generic_parameters): Always compute
4790         `ginst->ifaces'.        
4791
4792 2004-02-20  Martin Baulig  <martin@ximian.com>
4793
4794         * class.h (MonoGenericMethod): Removed `klass'.
4795
4796         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4797         *klass' argument.
4798
4799 2004-02-20  Martin Baulig  <martin@ximian.com>
4800
4801         * reflection.c (method_encode_methodspec): Actually use the
4802         uninflated signature for the memberref.
4803
4804 2004-02-20  Martin Baulig  <martin@ximian.com>
4805
4806         * class.h (MonoGenericMethod): Removed `declaring'.
4807
4808         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4809         is NULL, compute it here.
4810
4811 2004-02-20  Martin Baulig  <martin@ximian.com>
4812
4813         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4814
4815         * metadata.c (mono_metadata_generic_inst_hash): New method.
4816         (mono_metadata_generic_inst_equal): New method.
4817
4818         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4819         `klass->image->generic_inst_cache' cache to avoid creating
4820         duplicate MonoGenericInst's.
4821
4822         * class.c (mono_class_inflate_generic_type): Use the cache.
4823
4824 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4825
4826         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4827
4828 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4829
4830         * icall.c: added Socket.WSAIoctl icall.
4831
4832         * socket-io.[ch]: implemented
4833         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4834
4835 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4836
4837         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4838
4839 2004-02-18  Urs C Muff  <umuff@quark.com>
4840
4841         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4842         this work on PPC and other big-endian architectures.
4843
4844         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4845         fields with an underscore to make sure they're only accessed by
4846         the read32() macro.
4847
4848 2004-02-18  Martin Baulig  <martin@ximian.com>
4849
4850         * icall.c: Put the klass->refclass changes back for methods and
4851         fields, but not for properties and events.  We're currently not
4852         distinguishing between DeclaringType and ReflectedType for
4853         properties and events, that's what caused the regressions.
4854
4855 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4856
4857         * object.c:
4858         (mono_async_result_new): the handle can be NULL.
4859
4860         * threadpool.c: Use an event instead of a semaphore, don't initialize
4861         it until needed. This saves quite a few semaphores from being created
4862         when using the threadpool.
4863
4864 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4865
4866         * object.c (mono_string_is_interned_lookup): Fix interning of long
4867         strings. Fixes #54473.
4868
4869         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4870
4871         * icall.c: Revert the klass->refclass changes since they introduce
4872         regressions (bug #54518).
4873
4874 2004-02-18  Martin Baulig  <martin@ximian.com>
4875
4876         * class.c (mono_class_init): If we're a generic instance and don't
4877         come from a TypeBuilder, inflate our members here.
4878         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4879         (mono_class_create_generic): New public method.
4880         (mono_class_initialize_generic): Removed.
4881         (get_instantiation_name): Renamed to
4882         _mono_class_get_instantiation_name() and made it public.
4883
4884 2004-02-18  Martin Baulig  <martin@ximian.com>
4885
4886         * class.c (mono_class_inflate_generic_type): Clear the new
4887         instance's `nginst->klass' when inflating a generic instance.
4888         (mono_class_is_subclass_of): Added (basic) support for generic
4889         instances.
4890
4891 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4892
4893         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4894         MonoMempool to hold compiled native code.
4895
4896 2004-02-17  Martin Baulig  <martin@ximian.com>
4897
4898         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4899         `properties'.
4900
4901         * reflection.c (mono_reflection_generic_inst_initialize): Added
4902         `MonoArray *properties' argument.
4903
4904         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4905
4906 2004-02-17  Martin Baulig  <martin@ximian.com>
4907
4908         * icall.c (ves_icall_Type_GetFields): Renamed to
4909         ves_icall_Type_GetFields_internal() and added a
4910         `MonoReflectionType *rtype' argument; pass it to
4911         mono_field_get_object() to set the field's "reflected" type.
4912         (ves_icall_Type_GetConstructors): Likewise.
4913         (ves_icall_Type_GetEvents): Likewise.
4914         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4915         argument; pass it to mono_method_get_object() to set the method's
4916         "reflected" type.       
4917
4918 2004-02-17  Martin Baulig  <martin@ximian.com>
4919
4920         * class.h (MonoDynamicGenericInst): New type.
4921         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4922
4923         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4924         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4925         (ves_icall_MonoGenericInst_GetFields): New interncall.
4926
4927         * class.c (mono_class_from_generic): Don't call
4928         mono_class_initialize_generic() if this is a dynamic instance;
4929         ie. it's being created from a TypeBuilder.
4930         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4931         `class->byval_arg.type'.
4932
4933         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4934         to `inflate_method' and made static.
4935         (mono_reflection_inflate_field): Removed.
4936         (mono_reflection_generic_inst_initialize): New public method.
4937
4938         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4939         `ctors' and `fields'; added `initialized'.
4940
4941 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4942
4943         * debug-helpers.c (mono_method_full_name): Fix output for empty
4944         namespaces.
4945
4946 2004-02-12  Martin Baulig  <martin@ximian.com>
4947
4948         * class.h (MonoClassField): Added `MonoType *generic_type'.
4949
4950         * reflection.c (mono_image_get_fieldref_token): Added support for
4951         instantiated generic types.
4952         (field_encode_inflated_field): Removed.
4953         (mono_image_get_inflated_field_token): Removed.
4954         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4955
4956         * reflection.h (MonoReflectionInflatedField): Removed.
4957
4958 2004-02-12  Martin Baulig  <martin@ximian.com>
4959
4960         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4961         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4962
4963         * reflection.c (mono_image_get_methodspec_token): Take a
4964         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4965         (mono_image_create_token): Check whether we have a
4966         `method->signature->gen_method' and call
4967         mono_image_get_methodspec_token() if appropriate.
4968         (inflated_method_get_object): Removed.
4969         (mono_reflection_bind_generic_method_parameters): Return a
4970         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4971         (mono_reflection_inflate_method_or_ctor): Likewise.
4972
4973         * reflection.h (MonoReflectionInflatedMethod): Removed.
4974
4975 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4976
4977         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4978         for custom valuetype marshalling.
4979
4980         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4981
4982 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4983
4984         * icall.c: fixed WSAGetLastError_internal name.
4985
4986 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4987
4988         * threads.c (mono_thread_attach): Allow this to be called multiple
4989         times for a thread.
4990         
4991         * threads.c (build_wait_tids): Do not wait for ourselves.
4992
4993         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4994         appdomain list is empty.
4995
4996         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4997         memory returned by mono_string_builder_to_utf16, since it points into
4998         managed memory. Thanks to Bernie Solomon for noticing this.
4999
5000         * icall.c: Add AppDomainSetup icalls.
5001
5002         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
5003
5004         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
5005         types.
5006
5007         * reflection.c (reflection_methodbuilder_to_mono_method): Save
5008         custom attributes to the method_aux struct. Also fix array indexes etc.
5009
5010         * loader.c (mono_method_get_param_names): Make dynamic case work again.
5011         
5012 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
5013
5014         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
5015         (both static and runtime) and reduce startup time.
5016
5017 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
5018
5019         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
5020         AsAny marshalling conversion instead of crashing.
5021
5022         * marshal.c: Fix warnings.
5023
5024 2004-02-09  Martin Baulig  <martin@ximian.com>
5025
5026         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
5027
5028         * reflection.h (MonoReflectionInflatedMethod): Removed the
5029         `declaring' field, it's now in the unmanaged MonoGenericMethod.
5030
5031         * reflection.c (method_encode_methodspec): Removed the `method'
5032         argument; we get it from `gmethod->declaring'.
5033         (inflated_method_get_object): Removed the `declaring' argument.
5034
5035 2004-02-09  Martin Baulig  <martin@ximian.com>
5036
5037         * class.h (MonoGenericMethod): New type.
5038         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
5039         `generic_method'.
5040
5041         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
5042         a `MonoGenericMethod *gen_method' one.
5043
5044         * class.c (mono_class_inflate_generic_type): Take an additional
5045         `MonoGenericMethod * argument.  This is only non-NULL if we're
5046         inflating types for a generic method.   
5047         (mono_class_inflate_generic_signature): Renamed to
5048         inflate_generic_signature() and made static; take a
5049         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5050         (inflate_generic_header): Take a `MonoGenericMethod *' argument
5051         instead of a `MonoGenericInst *' one.
5052         (mono_class_inflate_generic_method): Likewise.
5053
5054         * reflection.c (encode_generic_method_sig): Take a
5055         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5056         (method_encode_methodspec): Likewise.
5057         (inflated_method_get_object): Likewise. 
5058
5059         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
5060         field with a `MonoGenericMethod *gmethod' one.  
5061
5062 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
5063
5064         * class.h (mono_class_has_parent): add parens to expansion
5065         so you can ! this.
5066
5067 2004-02-08  Martin Baulig  <martin@ximian.com>
5068
5069         * image.h (MonoImage): Removed `generics_cache'.
5070
5071         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
5072         instead of a `MonoType *' argument; removed the `inflate_methods'
5073         argument.  Don't inflate methods here.
5074
5075         * loader.c (find_method): If it's a generic instance, call
5076         mono_class_init() on the `sclass->generic_inst->generic_type'.
5077
5078         * metadata.c (mono_type_size): Make this work on uninitialized
5079         generic instances; call it on the `ginst->generic_type's class.
5080
5081         * reflection.c (mono_reflection_bind_generic_parameters): Call
5082         mono_class_from_generic() to create the `ginst->klass'.
5083
5084 2004-02-08  Martin Baulig  <martin@ximian.com>
5085
5086         * class.h (MonoClass): Changed type of `generic_inst' from
5087         `MonoType *' to `MonoGenericInst *'.
5088
5089 2004-02-08  Martin Baulig  <martin@ximian.com>
5090
5091         * icall.c (ves_icall_Type_BindGenericParameters): Just call
5092         mono_type_get_object(), this is now creating a `MonoGenericInst'
5093         for MONO_TYPE_GENERICINST.
5094         (ves_icall_MonoGenericInst_GetParentType): Likewise.
5095         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
5096
5097         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
5098         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
5099         (inflated_method_get_object): Added `MonoClass *refclass' argument.
5100         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
5101         and reflected type.
5102
5103         * reflection.h (MonoReflectionInflatedMethod): Removed
5104         `declaring_type' and `reflected_type'.
5105
5106 2004-02-08  Martin Baulig  <martin@ximian.com>
5107
5108         * class.h (MonoGenericInst): Added `MonoType *parent' and
5109         `MonoType **ifaces'.
5110
5111         * reflection.h (MonoReflectionGenericInst): Removed `klass',
5112         `parent' and `interfaces'.
5113
5114         * reflection.c (mono_reflection_bind_generic_parameters): Take a
5115         `MonoType *' argument and return a `MonoType *'.
5116
5117         * icall.c
5118         (ves_icall_MonoGenericInst_GetParentType): New interncall.
5119         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
5120
5121 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5122
5123         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
5124         valuetype marshalling.
5125
5126 2004-02-06  Martin Baulig  <martin@ximian.com>
5127
5128         * class.c
5129         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
5130         (my_mono_class_from_generic_parameter): Likewise.
5131
5132 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5133
5134         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
5135         contents of the symbol files lazily.
5136
5137         * object.h (MonoThread): Add 'name' and 'name_len' fields.
5138
5139         * threads.h threads.c icall.c: New icalls for getting and setting the
5140         threads name.
5141
5142 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
5143
5144         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
5145         Raise an exception when the domain is not found.
5146
5147 2004-02-03  Martin Baulig  <martin@ximian.com>
5148
5149         * reflection.c (mono_image_get_methodspec_token): Use the
5150         uninflated signature; fixes gen-33.
5151
5152 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
5153
5154         * gc.c threads.c: Make the finalizer thread a normal managed thread so
5155         the finalizer code can use thread functionality.
5156
5157         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
5158         the finalizer thread.
5159
5160         * threads.c: Make some functions more robust.
5161
5162         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
5163
5164         * metadata.h: Add new marshalling conventions.
5165
5166         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
5167         stringbuilder marshalling. Fixes #53700.
5168
5169         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
5170
5171         * reflection.c (mono_image_get_type_info): Save declarative security
5172         info.
5173
5174         * reflection.c (mono_image_get_field_info): Handle uninitialized 
5175         unmanaged fields as well.
5176
5177         * appdomain.c: Bump corlib version.
5178
5179 2004-02-01  Martin Baulig  <martin@ximian.com>
5180
5181         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
5182         method type arguments.  
5183
5184 2004-01-30  Duncan Mak  <duncan@ximian.com>
5185
5186         * marshal.h: Add prototype for
5187         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
5188         and
5189         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
5190         fix the build.
5191
5192 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
5193
5194         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
5195         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
5196
5197 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5198
5199         * marshal.c (mono_marshal_get_native_wrapper): Add support for
5200         custom marshalling of valuetypes.
5201
5202         * marshal.c: Fix some warnings.
5203
5204 2004-01-29  Martin Baulig  <martin@ximian.com>
5205
5206         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
5207         for generic method parameters.
5208
5209         * reflection.c (method_encode_methodspec): Write the uninflated
5210         signature into the methodspec table.
5211         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
5212         is always the uninflated method.
5213         (reflection_methodbuilder_to_mono_method): Copy the generic
5214         parameters from the MethodBuilder into `header->gen_params'.
5215
5216 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5217
5218         * class.c (mono_class_from_generic_parameter): Fix warning.
5219
5220 2004-01-27  Martin Baulig  <martin@ximian.com>
5221
5222         * class.c (mono_class_from_generic_parameter): Don't create
5223         `klass->methods' here.  
5224
5225 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
5226
5227         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
5228         extension since it does not work with libraries named lib<FOO>.dll.so.
5229
5230 2004-01-25  Martin Baulig  <martin@ximian.com>
5231
5232         * class.c (mono_class_inflate_generic_type): Added support for
5233         MONO_TYPE_GENERICINST.
5234
5235         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
5236         inflate methods on open constructed types.      
5237
5238 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5239
5240         * object.c: fire ProcessExit event in the root AppDomain after running
5241         Main. Fixes bug #53299.
5242
5243 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
5244
5245         * socket-io.c: include the new socket-wrappers.h header.
5246         Use the wrappers instead of the unix socket functions to make the code
5247         more clear.
5248
5249 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
5250
5251         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
5252
5253         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5254         Fixes #22532.
5255
5256 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
5257
5258         * reflection.c (mono_image_create_pefile): Handle the case when the
5259         entry point is not a MethodBuilder.
5260
5261         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5262         field to ReflectionMethod since it is not allways a builder.
5263
5264         * reflection.c (type_get_fully_qualified_name): New helper function to
5265         return the fully qualified name of a type.
5266
5267         * reflection.c (encode_marshal_blob): Always emit the fully qualified
5268         type name for custom marshallers.
5269
5270         * reflection.c (mono_marshal_spec_from_builder): Ditto.
5271
5272         * class.c (mono_class_setup_vtable): If a parent class already 
5273         implements an interface, use the implementing methods from that class.
5274         Fixes #53148.
5275
5276 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5277
5278         * threadpool.c: just return instead of ExitThread to allow for thread
5279         clean up earlier.
5280
5281 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
5282
5283         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
5284         when closing resource modules.
5285
5286         * reflection.c (mono_image_create_pefile): Handle the case when the
5287         entry point is not a MethodBuilder.
5288
5289         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5290         field to ReflectionMethod since it is not allways a builder.
5291
5292 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
5293
5294         * marshal.c (mono_marshal_get_managed_wrapper): 
5295         mono_marshal_alloc takes native int so CONV_I
5296         the arg for 64bits.
5297
5298 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
5299
5300         * reflection.c (fixup_cattrs): New function to fixup the methoddef
5301         tokens in the cattr table. Fixes #53108.
5302
5303 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5304
5305         * loader.c: don't trim ".dll" before looking up in the config file.
5306         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
5307
5308 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
5309
5310         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
5311         Return the module which contains the resource as well.
5312         (ves_icall_System_Reflection_Module_Close): New icall.
5313
5314         * appdomain.c: Bump corlib version number.
5315
5316         * image.c (mono_image_addref): New public function.
5317
5318         * assembly.c: Call mono_image_addref.
5319
5320         * reflection.c (mono_module_get_object): Increase reference count of 
5321         the image.
5322
5323         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5324         Fixes #22532.
5325
5326         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5327         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5328         proper exceptions on DllImport problems.
5329
5330 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5331
5332         * class.c, metadata.c: eliminate CSIZE macro.
5333
5334 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5335
5336         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5337         * object.h: Added async_callback field in MonoAsyncResult.
5338         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5339         * verify.c: Added async_callback in MonoAsyncResult layout.
5340
5341 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5342
5343         * reflection.c (mono_reflection_get_custom_attrs): Add support
5344         for Modules.
5345
5346 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5347
5348         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5349         marshalling.
5350         (mono_marshal_method_from_wrapper): Add null pointer check.
5351
5352 2004-01-16  Martin Baulig  <martin@ximian.com>
5353
5354         * debug-mono-symfile.h: Set version number to 36 and reflect
5355         latest symbol writer changes.
5356
5357 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5358
5359         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5360         multi-dimensional arrays.
5361         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5362         (mono_class_from_mono_type): Use bounded_array_class_get.
5363         
5364         * class.c (mono_bounded_array_class_get): New function which takes
5365         a 'bounded' bool argument to distinguish vectors from one dimensional
5366         arrays.
5367
5368         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5369         bounded_array_class_get if the array has bounds.
5370
5371         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5372         Search modules loaded using AssemblyBuilder:AddModule as well.
5373
5374 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5375
5376         * appdomain.c: increased corlib version.
5377         * filewatcher.c: removed g_print.
5378         * icall.c:
5379         (get_property_info): only allocate what is actually requested.
5380         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5381
5382 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5383
5384         * Makefile.am: added filewatcher.[ch]
5385         * filewatcher.[ch]: FileSystemWatcher runtime support.
5386         * icall.c: added new FSW icalls.
5387
5388 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5389
5390         * string-icalls.c: fix stringbuilder regression as suggested by
5391         Iain McCoy <iain@mccoy.id.au>.
5392
5393 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5394
5395         * process.c (process_read_stringtable_block): Recognize '007f' as
5396         a language neutral stringtable block.
5397
5398 2004-01-12  Patrik Torstensson
5399
5400         * object.h (MonoStringBuilder) : Changed layout to support our
5401         new stringbuilder class.
5402         * marshal.c: Change marshalling to support the new layout of 
5403         string builder.
5404         * appdomain.c: increased version number because new layout of
5405         string builder.
5406
5407 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5408
5409         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5410         assembly name as an string instead of an AssemblyName, since it is
5411         easier to extract info from it.
5412
5413         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5414         the culture subdirectories too. Fixes #52231.
5415
5416 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5417
5418         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5419         It takes 2 new parameters with an optional name for the method to look
5420         for and case ignoring info.
5421
5422         * threadpool.c: removed unused variable.
5423
5424 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5425
5426         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5427         It takes 2 new parameters with an optional name for the property to look
5428         for and case ignoring info.
5429         Fixes bug #52753.
5430
5431 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5432
5433         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5434         Fix #52451.
5435
5436 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5437
5438         * appdomain.c:
5439         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5440         Fixes bug #52630.
5441
5442 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5443
5444         * reflection.c: Add support for more than one unmanaged resource.
5445
5446         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5447         in field->def_value, as done in all other cases.
5448
5449         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5450         TypeBuilders.
5451
5452         * reflection.c (mono_reflection_create_runtime_class): Remove 
5453         errorneous assignment to klass->element_class, since it is already
5454         done in mono_reflection_setup_internal_class.
5455
5456 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5457
5458         * gc.c: added missing LeaveCriticalSection.
5459         * icall.c: indented a couple of lines.
5460         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5461         if we call EndInvoke inside a callback. Fixes bug #52601.
5462
5463 2004-01-07  Martin Baulig  <martin@ximian.com>
5464
5465         * mono-debug-debugger.h
5466         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5467
5468 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5469
5470         * appdomain.c: Use messages in NotImplementedException.
5471
5472         * exception.c (mono_get_exception_not_implemented): Now this takes
5473         a message argument.
5474
5475         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5476         exception instead of g_asserting an aborting when something is not
5477         implemented.
5478
5479         Add some inline docs.
5480
5481 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5482
5483         * reflection.h: Update after changes to object layout.
5484
5485         * reflection.c: Implement saving of unmanaged aka win32 resources.
5486
5487         * appdomain.c: Bump version number.
5488
5489         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5490         Handle missing domains gracefully.
5491
5492 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5493
5494         * file-io.c : On Windows, there are much more invalid_path_chars.
5495
5496 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5497
5498         * class.h, object.c: prepare for GetType () speedup.
5499
5500 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5501
5502         * profiler.c: workaround for --profile null reference exception on
5503           cygwin. Patch by Patrik Torstensson.
5504
5505 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5506
5507         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5508         make work for unaligned access.
5509
5510 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5511
5512         * class.c: small cleanup (class->fields [i] -> field).
5513         * image.c: check address of metadata is valid.
5514
5515 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5516
5517         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5518         search the list of loaded assemblies.
5519
5520         * reflection.c (mono_reflection_type_from_name): Use 
5521         mono_assembly_loaded instead of mono_image_loaded.
5522
5523         * reflection.c: Fix warnings.
5524
5525 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5526
5527         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5528         is dynamic. This is needed since an assembly can contain both dynamic and
5529         non-dynamic images.
5530
5531         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5532         assembly->dynamic.
5533
5534         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5535
5536         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5537         to store modules loaded using AddModule.
5538
5539         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5540         on Modules.
5541
5542         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5543
5544         * reflection.c (mono_image_fill_export_table_from_module): New function to
5545         fill out the EXPORTEDTYPES table from a module.
5546
5547         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5548         into a separate function. Also handle loaded non-dynamic modules.
5549
5550         * reflection.c (mono_image_basic_init): Fix memory allocation.
5551
5552         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5553
5554         * assembly.c (mono_assembly_load_references): Make this public.
5555
5556 2003-12-19  Martin Baulig  <martin@ximian.com>
5557
5558         * class.c (mono_class_initialize_generic): Made this static, take
5559         a `MonoGenericInst *' instead of a `MonoClass *'.
5560         (mono_class_from_generic): Call mono_class_initialize_generic()
5561         unless we're already initialized or being called from
5562         do_mono_metadata_parse_generic_inst().
5563
5564         * class.h (MonoGenericInst): Added `initialized' and
5565         `init_pending' flags.
5566
5567         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5568         `mono_class_init (gklass)' or mono_class_initialize_generic()
5569         here; set `generic_inst->init_pending' while parsing the
5570         `type_argv'.
5571
5572 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5573
5574         * locales.c: include string.h for memxxx prototypes
5575
5576 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5577
5578         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5579         constructor when accessing literal fields.
5580
5581 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5582
5583         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5584
5585         * reflection.c (assembly_add_resource_manifest): New function to fill
5586         the MANIFESTRESOURCE table.
5587
5588         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5589
5590         * reflection.h: Update to changes in class layout.
5591
5592         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5593         Reenable call to mono_runtime_is_shutting_down ().
5594
5595         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5596         determine if the runtime is shutting down.
5597
5598 2003-12-16  Jackson Harper <jackson@ximian.com>
5599
5600         * icall.c: comment out call to mono_runtime_is_shutting_down to
5601         fix build.
5602         
5603 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5604
5605         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5606         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5607
5608 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5609
5610         * reflection.c: move definition of swap_with_size
5611         to before its first call
5612
5613 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5614
5615         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5616
5617         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5618         icall.
5619
5620         * object.c: Fix warnings.
5621
5622         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5623         members if FlattenHierarchy is set.
5624
5625         * reflection.c (mono_image_add_decl_security): New function to emit
5626         declarative security.
5627
5628         * reflection.h reflection.c: Add support for declarative security.
5629
5630         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5631         
5632 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5633
5634         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5635         
5636         * appdomain.c verify.c: Moved corlib version checking into its own
5637         function in appdomain.c since it needs to create vtables etc.
5638
5639 2003-12-13  Patrik Torstensson <p@rxc.se>
5640
5641         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5642         instead of unwrapped server.
5643
5644 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5645
5646         * verify.c (check_corlib): Fix field index.
5647
5648 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5649
5650         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5651         GetGacPath icall.
5652
5653 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5654
5655         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5656         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5657         cope with sizeof(size_t) != sizeof(guint32).
5658
5659 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5660
5661         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5662         in case of failure.
5663
5664 2003-12-10  Mark Crichton <crichton@gimp.org>
5665
5666         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5667         in managed code.
5668
5669         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5670
5671 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5672
5673         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5674         marked as deleted.
5675
5676 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5677
5678         * verify.c (check_corlib): Handle the case when the version field is 
5679         initialized by a static constructor.
5680
5681 2003-12-08  Patrik Torstensson  <p@rxc.se>
5682
5683     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5684
5685 2003-12-08  Martin Baulig  <martin@ximian.com>
5686
5687         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5688         a MonoReflectionGenericParameter, also take the parameter index
5689         and name as arguments.
5690         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5691         (ves_icall_MonoGenericParam_initialize): New interncall.
5692         (ves_icall_Type_make_byref_type): New interncall.
5693
5694         * reflection.h (MonoReflectionGenericParam): Derive from
5695         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5696         `index' fields.
5697
5698         * reflection.c (mono_reflection_define_generic_parameter): Create
5699         and return a new MonoReflectionGenericParam; don't initialize the
5700         constraints here.
5701         (mono_reflection_initialize_generic_parameter): New public method;
5702         initializes the constraints and creates the `param->pklass'.
5703
5704 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5705
5706         * reflection.h reflection.c: Use the new fields 'num_types', 
5707         'num_fields' and 'num_methods' to track the number of types etc.
5708
5709         * verify.c (check_corlib): Check corlib version number.
5710
5711 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5712
5713         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5714         function works on all methods.
5715
5716 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5717
5718         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5719         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5720         the custom_type_info flag of the transparent proxy.
5721         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5722         objects that supports IRemotingTypeInfo.
5723         * object.h: Added custom_type_info field in transparent proxy.
5724
5725 2003-12-06  Martin Baulig  <martin@ximian.com>
5726
5727         * class.c (mono_class_create_from_generic): Removed.
5728         (mono_class_from_generic): Check `ginst->klass' before doing
5729         anything else.  This is important to fully support "recursive"
5730         generic types.
5731
5732         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5733         empty `generic_inst->klass' before doing anything else.
5734
5735 2003-12-06  Dick Porter  <dick@ximian.com>
5736
5737         * verify.c: 
5738         * object.h:
5739         * icall.c:
5740         * locales.c: Use C structs to access class fields.  Don't do a
5741         conversion between MonoString and UChar because both are
5742         platform-endian UTF-16.  Compare now takes startindex and count
5743         parameters.  Add a char overload for IndexOf.  Speed up the
5744         invariant string IndexOf.
5745
5746 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5747
5748         * Makefile.am (monosn_LDADD): Fix parallel build.
5749
5750 2003-12-04  Martin Baulig  <martin@ximian.com>
5751
5752         * icall.c
5753         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5754         (ves_icall_Type_make_array_type): New interncall.       
5755
5756 2003-12-04  Martin Baulig  <martin@ximian.com>
5757
5758         * locales.c: also change it in the !HAVE_ICU case.
5759
5760 2003-12-04  Dick Porter  <dick@ximian.com>
5761
5762         * icall.c:
5763         * locales.c: construct_compareinfo is now in CompareInfo, not
5764         CultureInfo.
5765
5766 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5767
5768         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5769         image->files array.
5770
5771         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5772         table as well.
5773
5774         * assembly.c (mono_assembly_load_references): Only load references
5775         once.
5776
5777         * class.c (mono_class_from_name): Avoid linear search of the 
5778         EXPORTEDTYPE table.
5779
5780         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5781
5782 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5783
5784         * image.h (MonoImage): Add 'field_cache' field.
5785
5786         * loader.c (mono_field_from_token): Cache field lookups.
5787         
5788         * reflection.c (mono_module_get_object): Fix name property.
5789
5790         * icall.c (ves_icall_get_enum_info): Update after changes to 
5791         mono_metadata_get_constant_index ().
5792
5793         * icall.c: Get rid of get_type_info icall, use a separate icall for
5794         each type property to avoid needless memory allocations. Fixes #51514.
5795
5796         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5797         to avoid needless binary searches.
5798
5799         * class.c (class_compute_field_layout): Move the initialization of
5800         field->def_value to mono_class_vtable ().
5801
5802         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5803         non-corlib types.
5804
5805         * object.c (mono_object_allocate): Make it inline.
5806
5807         * object.c (mono_object_allocate_spec): Make it inline.
5808         
5809 2003-12-02  Dick Porter  <dick@ximian.com>
5810
5811         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5812         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5813
5814 2003-12-01  Dick Porter  <dick@ximian.com>
5815
5816         * threads.c: Fix signature and call in CreateMutex and
5817         CreateEvent.
5818
5819 2003-12-01  Dick Porter  <dick@ximian.com>
5820
5821         * icall.c: 
5822         * locales.c: Implement string compares and searching
5823
5824         * object.h: Add extra Thread field
5825
5826 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5827
5828         * reflection.c (fixup_method): Add support for MonoCMethod.
5829
5830 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5831
5832         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5833
5834         * reflection.c (assembly_name_to_aname): Allow extra characters in
5835         assembly names. Fixes #51468.
5836
5837 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5838
5839         * exception.c (mono_exception_from_name_domain): New helper function.
5840
5841         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5842         exception object in the correct domain.
5843
5844         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5845         formatting + make a copy a the input data.
5846
5847         * loader.c (mono_get_method_from_token): Methods which contain
5848         native code do not have entries in the ImplMap.
5849
5850         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5851         Thanks to Gonzalo for spotting this.
5852         
5853         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5854         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5855
5856         * assembly.h (mono_assembly_load_from): Split the second part of 
5857         assembly loading into a new public function.
5858
5859         * exception.h (mono_get_exception_bad_image_format): New function.
5860
5861 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5862
5863         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5864         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5865         
5866         * icall.c: Add new icall for creating dynamic methods.
5867
5868         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5869
5870         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5871
5872         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5873         create a dynamic method.
5874
5875         * reflection.c (resolve_object): New helper function.
5876
5877         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5878         which manipulate it so they can also work on dynamic methods.
5879
5880         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5881         creating the MonoReflectionMethodAux structure if it is not needed.
5882         
5883         * reflection.h verify.c: Update after changes to object layout.
5884
5885         * reflection.c (method_builder_encode_signature): Fix compilation on
5886         gcc 2.95.x.
5887
5888 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5889
5890         * appdomain.h: Added support for context static fields. Added static_data
5891           field to MonoAppContext and renamed thread_static_fields to a more
5892           generic special_static_fields in MonoAppDomain, since it can now contain
5893           context static fields.
5894         * domain.c: Updated hashtable name.
5895         * object.c: Replaced field_is_thread_static() for a more generic
5896           field_is_special_static() which also checks for context static attribute.
5897           In mono_class_vtable(), added support for static context fields.
5898         * threads.c: Changed methods that manage thread static fields to more
5899           generic methods so they can be reused both for thread and context static
5900           data.
5901         * threads.h: Declared some new methods.
5902
5903 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5904
5905         * reflection.h: Update after changes to the managed types.
5906
5907         * reflection.c (encode_custom_modifiers): New helper function.
5908
5909         * reflection.c (method_encode_signature): Emit custom modifiers.
5910
5911         * reflection.c (field_encode_signature): Emit custom modifiers.
5912
5913 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5914
5915         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5916
5917         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5918         implementation.
5919
5920         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5921         icall.
5922
5923         * object.c (mono_field_get_value_object): New function.
5924
5925         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5926         specific.
5927
5928 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5929
5930         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5931         return a preallocated out-of-memory exception instance.
5932
5933         * object.c (out_of_memory): Use the new function.
5934
5935         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5936         flag is before the custom modifiers. Fixes #49802.
5937
5938 2003-11-16  Martin Baulig  <martin@ximian.com>
5939
5940         * class.c (mono_class_is_open_constructed_type): Implemented the
5941         MONO_TYPE_GENERICINST case.
5942
5943 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5944
5945         * assembly.c (mono_assembly_fill_assembly_name): New function to
5946         fill out the MonoAssemblyName structure.
5947         (mono_assembly_open): Use the new function.
5948
5949         * icall.c (fill_reflection_assembly_name): New helper function.
5950
5951         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5952         new function.
5953
5954         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5955
5956 2003-11-15  Martin Baulig  <martin@ximian.com>
5957
5958         * class.c (mono_class_is_open_constructed_type): New public
5959         function; checks whether a type is an open constructed type,
5960         ie. whether it still contains type parameters.
5961         (mono_class_inflate_generic_type): If we're a type parameter and
5962         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5963         type.
5964
5965         * class.h (MonoGenericInst): Added `guint32 is_open'.
5966
5967         * loader.c (method_from_methodspec): Check whether we're an open
5968         or closed constructed type and set `ginst->is_open'.
5969
5970         * reflection.c (mono_reflection_bind_generic_parameters): Check
5971         whether we're an open or closed constructed type and set
5972         `ginst->is_open'.
5973         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5974         from open constructed types.
5975
5976 2003-11-15  Martin Baulig  <martin@ximian.com>
5977
5978         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5979         a generic instance (instead of a generic type declaration) with
5980         unbound generic parameters, bind them to our actual types.
5981
5982 2003-11-14  Martin Baulig  <martin@ximian.com>
5983
5984         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5985
5986         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5987         an interface type, populate `res->interfaces' with instantiated
5988         versions of all the interfaces we inherit.
5989
5990 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5991
5992         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5993         when MONO_PATH is set but doesn't contain the install dir.
5994
5995 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5996
5997         * icall.c:
5998         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5999         it's also implemented in base classes. Fixes bug #50927.
6000
6001 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
6002
6003         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
6004         if this method is called from a finalizer. Fixes #50913.
6005
6006 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
6007
6008         * threads.c: Implement VolatileRead/VolatileWrite
6009
6010         * icall.c: Add new icalls for VolatileRead/VolatileWrite
6011
6012 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6013
6014         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
6015         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
6016         2.95.3.
6017
6018         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
6019         from Peter Ross (pro@missioncriticalit.com).
6020         
6021 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
6022
6023         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
6024
6025 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6026
6027         * assembly.c (mono_assembly_load_references): Disable check because it
6028         triggers on older corlibs which lots of people have.
6029
6030 2003-11-12  Jackson Harper  <jackson@ximian.com>
6031
6032         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
6033         load corlib.dll if mscorlib.dll is not found.
6034         * assembly.h: Remove corlib name define.
6035         * class.c:
6036         * domain.c:
6037         * image.c: Change corlib name to mscorlib.
6038         
6039 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6040
6041         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
6042
6043 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
6044
6045         * appdomain.h: Added loader_optimization here to sync with the C#
6046         code, and add disallow_binding_redirects field.
6047
6048 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6049
6050         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
6051
6052         * reflection.c (mono_image_build_metadata): Fix crash on modules
6053         with no types.
6054
6055         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
6056
6057         * icall.c (ves_icall_get_method_info): Return callingConvention as
6058         well.
6059
6060         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
6061         namespaces from the EXPORTEDTYPE table as well.
6062
6063         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
6064         from all modules inside the assembly.
6065         
6066 2003-11-11  Martin Baulig  <martin@ximian.com>
6067
6068         * reflection.c (mono_reflection_bind_generic_parameters): Make
6069         this work for interfaces.
6070
6071 2003-11-11  Martin Baulig  <martin@ximian.com>
6072
6073         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
6074
6075 2003-11-11  Martin Baulig  <martin@ximian.com>
6076
6077         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
6078         "MonoInflatedMethod" and "MonoInflatedCtor".
6079
6080 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6081
6082         * reflection.c (resolution_scope_from_image): Use the assembly table
6083         from the manifest module, since other modules don't have it.
6084
6085         * debug-helpers.c (mono_type_full_name): New helper function.
6086
6087         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
6088
6089         * image.c (mono_image_load_file_for_image): New public function which
6090         is a replacement for the load_file_for_image in class.c.
6091
6092         * assembly.c (mono_assembly_load_module): A wrapper for the function
6093         above which does assembly association and reference loading too.
6094
6095         * class.c (mono_class_from_name): Call mono_assembly_load_module.
6096
6097 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6098
6099         * appdomain.c: not all of the attributes for the full assembly name
6100         are required and the order doesn't matter. Fixes bug #50787.
6101
6102 2003-11-10  Dick Porter  <dick@ximian.com>
6103
6104         * locales.c: Use platform-endian UTF16
6105
6106 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6107
6108         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6109         
6110 2003-11-10  Martin Baulig  <martin@ximian.com>
6111
6112         * metadata.c
6113         (mono_metadata_load_generic_params): Make this actually work.
6114
6115         * reflection.c (mono_reflection_bind_generic_parameters): If our
6116         parent is a generic instance, pass all the `types' to it, no
6117         matter whether it has the same number of type parameters or not.
6118
6119 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6120
6121         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6122
6123         * assembly.c (mono_assembly_load_references): Move the image<->assembly
6124         assignment code to this function so it gets called recursively for all
6125         modules.
6126
6127         * image.c (load_modules): Remove the assembly assignment since it is
6128         now done by mono_assembly_load_references.
6129         
6130         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
6131         Add 'module' argument.
6132         (mono_module_get_types): New helper function.
6133         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
6134
6135 2003-11-08  Martin Baulig  <martin@ximian.com>
6136
6137         * class.c (mono_class_inflate_generic_method): Interface method
6138         don't have a header.
6139
6140         * reflection.c (mono_image_get_methodspec_token): Take an
6141         additional `MonoGenericInst *' argument instead of reading it from
6142         the header; this is necessary to support interfaces.
6143         (mono_image_create_token): Pass the `MonoGenericInst *' from the
6144         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
6145         (inflated_method_get_object): Take an additional `MonoGenericInst *'
6146         argument.
6147
6148         * reflection.h (MonoReflectionInflatedMethod): Added
6149         `MonoGenericInst *ginst'.
6150
6151 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
6152
6153         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
6154
6155 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
6156
6157         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
6158
6159 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
6160
6161         * reflection.c 
6162         (reflection_methodbuilder_from_method_builder):
6163         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
6164         initialize a ReflectionMethodBuilder structure.
6165         (mono_image_get_methodbuilder_token):
6166         (mono_image_get_ctorbuilder_token): New functions to emit memberref
6167         tokens which point to types in another module inside the same assembly.
6168
6169         * reflection.c: Use the new helper functions.
6170         
6171         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
6172
6173         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
6174         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
6175
6176         * reflection.c (resolution_scope_from_image): Emit a moduleref if
6177         neccesary.
6178
6179         * reflection.c (mono_image_build_metadata): Emit metadata only for the
6180         current module. Emit the manifest only for the main module.
6181
6182         * reflection.c (mono_image_create_token): Add assertion when a 
6183         memberref needs to be created.
6184
6185         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
6186
6187         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
6188         larger buffer for the custom attribute blob. Fixes #50637.
6189         
6190 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6191
6192         * threadpool.c: notify listener on async processing handles after
6193         invoking the async callback. Thanks to Zoltan.
6194
6195 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6196
6197         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
6198         avoid code duplication.
6199
6200         * reflection.h (MonoDynamicImage): New type which is currently unused,
6201         but will be used through the ref.emit code in place of 
6202         MonoDynamicAssembly.
6203
6204         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6205         object layout.
6206
6207         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
6208         a MonoDynamicImage instead of just a MonoImage.
6209         
6210         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
6211         icalls to ModuleBuilder but keep their semantics, so they will work
6212         with moduleb->assemblyb. This will change later.
6213         
6214 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6215
6216         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6217         object layout.
6218
6219         * reflection.c (mono_image_build_metadata): Avoid creation of a default
6220         main module, since it is now done by the managed code.
6221
6222 2003-11-03  Martin Baulig  <martin@ximian.com>
6223
6224         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
6225         `ginst->klass' here.
6226         (method_encode_methodspec): Don't use the `ginst->generic_method's
6227         klass if it's a generic instance, use `ginst->klass' in this case.
6228
6229 2003-11-03  Martin Baulig  <martin@ximian.com>
6230
6231         * reflection.c (mono_image_get_generic_method_param_info):
6232         Removed, use mono_image_get_generic_param_info() instead.
6233         (mono_image_get_type_info): Write the GenericParam table before
6234         the Method table.  This is neccessary because in the GenericParam
6235         table, type parameters of the class (ie. '!0' etc.) must come
6236         before the ones from its generic methods (ie. '!!0' etc).
6237
6238 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6239
6240         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
6241
6242 2003-11-02  Martin Baulig  <martin@ximian.com>
6243
6244         * reflection.c (create_generic_typespec): Take a
6245         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
6246         the generic parameters from it.
6247
6248 2003-11-02  Martin Baulig  <martin@ximian.com>
6249
6250         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
6251         instead of a `MonoClassField *' since we just need the type.
6252         (create_generic_typespec): New static function.  Creates a
6253         TypeSpec token for a generic type declaration.
6254         (mono_image_get_generic_field_token): New static function.
6255         (mono_image_create_token): If we're a FieldBuilder in a generic
6256         type declaration, call mono_image_get_generic_field_token() to get
6257         the token.
6258
6259 2003-11-02  Martin Baulig  <martin@ximian.com>
6260
6261         * reflection.h
6262         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
6263         `MonoReflectionGenericInst *declaring_type' and
6264         `MonoReflectionGenericInst *reflected_type' fields.
6265
6266         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
6267         `MonoReflectionGenericInst *declaring_type' and a
6268         `MonoReflectionGenericInst *reflected_type' argument instead of a
6269         single `MonoReflectionGenericInst *type' one.  Set
6270         `res->declaring_type' and `res->reflected_type' from them.
6271         (mono_reflection_inflate_field): Likewise.      
6272
6273 2003-11-02  Martin Baulig  <martin@ximian.com>
6274
6275         * class.c (mono_class_setup_vtable): Don't store generic methods
6276         in the vtable.  
6277
6278 2003-11-02  Martin Baulig  <martin@ximian.com>
6279
6280         * reflection.h (MonoReflectionGenericInst): Added
6281         `MonoReflectionType *declaring_type'.
6282
6283         * reflection.c (mono_reflection_bind_generic_parameters): Use
6284         `if (tb->parent)' instead of `klass->parent'.
6285
6286 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
6287
6288         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
6289         with an empty ASSEMBLY table.
6290
6291         * reflection.c (mono_image_build_metadata): Avoid using the same loop
6292         variable in the inner and outer loops.
6293
6294 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
6295
6296         * metadata.h (mono_metadata_make_token): Put parentheses around macro
6297         argument.
6298
6299         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
6300         
6301         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
6302         icalls. Instead, do everything in managed code. This is needed since
6303         it is hard to restore the original domain etc. in unmanaged code in the
6304         presence of undeniable exceptions.
6305
6306         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
6307         New icalls to push and pop appdomain refs.
6308
6309 2003-10-31  Martin Baulig  <martin@ximian.com>
6310
6311         * class.c (inflate_generic_type): Renamed to
6312         mono_class_inflate_generic_type() and made it public.
6313
6314         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
6315         New interncall.
6316
6317         * loader.c (mono_field_from_memberref): Also set the retklass for
6318         typespecs.
6319
6320         * fielder.c (mono_image_get_inflated_field_token): New static
6321         method; creates a metadata token for an inflated field.
6322         (mono_image_create_token, fixup_method): Added support for
6323         "MonoInflatedField".
6324         (fieldbuilder_to_mono_class_field): New static function.
6325         (mono_reflection_inflate_field): New public function.
6326
6327         * reflection.h
6328         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6329         (MonoReflectionInflatedField): New typedef.     
6330
6331 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6332
6333         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6334         for Solaris and other platforms without s6_addr16
6335
6336 2003-10-30  Martin Baulig  <martin@ximian.com>
6337
6338         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6339         argument instead of two.
6340         (mono_class_inflate_generic_signature): Likewise.
6341         (inflate_generic_header): Likewise.
6342         (mono_class_inflate_generic_method): Likewise.  In addition, if
6343         `ginst->klass' is set, it becomes the new `method->klass'.
6344
6345         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6346         field.
6347
6348         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6349         first byte. [FIXME]
6350         (method_encode_methodspec): If we have generic parameters, create
6351         a MethodSpec instead of a MethodRef.
6352         (fixup_method): Added support for "MonoInflatedMethod" and
6353         "MonoInflatedCtor".
6354         (mono_image_create_token): Added support for "MonoInflatedMethod"
6355         and "MonoInflatedCtor".
6356         (inflated_method_get_object): New static function; returns a
6357         managed "System.Reflection.MonoInflatedMethod" object.
6358         (mono_reflection_bind_generic_method_parameters): Return a
6359         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6360         (mono_reflection_inflate_method_or_ctor): Likewise.
6361         (mono_image_get_generic_method_param_info): Initialize unused
6362         fields to zero.
6363         (mono_image_get_generic_param_info): Likewise.
6364
6365         * reflection.h (MonoReflectionInflatedMethod): New public
6366         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6367         "S.R.MonoInflatedCtor" classes.
6368
6369         * loader.c (method_from_memberref): If we're a TypeSpec and it
6370         resolves to a generic instance, inflate the method.
6371
6372 2003-10-28  Dick Porter  <dick@ximian.com>
6373
6374         * object.c (mono_runtime_run_main): Convert command-line arguments
6375         into utf8, falling back to the user's locale encoding to do so.
6376
6377 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6378
6379         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6380         at this time.
6381
6382         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6383
6384         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6385         up icalls at method definition time. Partially fixes #33569.
6386
6387 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6388
6389         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6390         marshalling of arrays. Fixes #50116.
6391
6392         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6393
6394         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6395         points to a vtable in the dying appdomain.
6396
6397         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6398         listeners into unmanaged code inside the lock.
6399
6400         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6401         domains and add some comments.
6402
6403 2003-10-25  Martin Baulig  <martin@ximian.com>
6404
6405         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6406
6407         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6408
6409         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6410         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6411         currently parsing.  Create the generic class and store it in
6412         `generic_inst->klass' before parsing the type arguments.  This is
6413         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6414         for an example.
6415         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6416         to support recursive typespec entries.
6417
6418         * class.c (mono_class_setup_parent): If our parent is a generic
6419         instance, we may get called before it has its name set.
6420         (mono_class_from_generic): Splitted into
6421         mono_class_create_from_generic() and mono_class_initialize_generic().
6422
6423 2003-10-25  Martin Baulig  <martin@ximian.com>
6424
6425         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6426         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6427         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6428         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6429
6430         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6431         (create_typespec): Likewise.
6432         (mono_reflection_bind_generic_parameters): Return a
6433         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6434         (mono_reflection_inflate_method_or_ctor): New public function.
6435
6436         * reflection.h (MonoReflectionGenericInst): New typedef.        
6437
6438 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6439
6440         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6441         inside the domain lock. Fixes #49993.
6442         
6443         * object.c (mono_class_vtable): When typed allocation is used, 
6444         allocate vtables in the GC heap instead of in the mempool, since the
6445         vtables contain GC descriptors which are used by the collector even
6446         after the domain owning the mempool is unloaded.
6447
6448         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6449
6450         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6451         reflect what it does. Also invalidate mempools instead of freeing
6452         them if a define is set.
6453
6454         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6455         of the appdomain.
6456         
6457         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6458         hold the finalizable objects in this domain.
6459
6460         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6461         appdomain.
6462
6463         * appdomain.c (mono_domain_set): New function to set the current
6464         appdomain, but only if it is not being unloaded.
6465
6466         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6467         appdomain which is being unloaded.
6468         
6469         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6470         unloading of the root appdomain.
6471
6472         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6473         icall to execute a method in another appdomain. Intended as a 
6474         replacement for InternalSetDomain, which can confuse the code 
6475         generation in the JIT.
6476
6477         * appdomain.c (mono_domain_is_unloading): New function to determine
6478         whenever an appdomain is unloading.
6479
6480         * appdomain.c (mono_domain_unload): New function to correctly unload
6481         an appdomain.
6482
6483         * assembly.c (mono_assembly_load_references): Check that an assembly
6484         does not references itself.
6485
6486         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6487         domain manually, it asks the finalizer thread to do it, then waits for
6488         the result. Also added a timeout.
6489
6490         * icall.c: Register the new icalls.
6491
6492         * threads.h threads.c: Export the mono_gc_stop_world and 
6493         mono_gc_start_world functions.
6494         
6495         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6496         function to fill out the mempool with 0x2a.
6497
6498 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6499
6500         * reflection.h (MonoReflectionMethodAux): New structure to store
6501         information which is rarely used, thus is not in the MonoMethod
6502         structure.
6503
6504         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6505         store the aux info.
6506
6507         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6508         and marshalling info into the aux structure.
6509
6510         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6511         from the aux structure.
6512
6513         * loader.c (mono_method_get_param_names): Retrieve the param names from
6514         the aux structure.
6515         
6516 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6517
6518         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6519         warning.
6520
6521 2003-10-21  Dick Porter  <dick@ximian.com>
6522
6523         * socket-io.c
6524         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6525         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6526
6527 2003-10-21  Martin Baulig  <martin@ximian.com>
6528
6529         * reflection.c (mono_reflection_bind_generic_parameters):
6530         `klass->parent' is NULL for interfaces.
6531
6532 2003-10-21  Martin Baulig  <martin@ximian.com>
6533
6534         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6535
6536 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6537
6538         * exception.c (mono_exception_from_name_msg): New helper function for
6539         creating exceptions and initializing their message field.
6540
6541         * exception.c: Simplify functions using the new helper.
6542
6543         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6544         New function.
6545
6546         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6547         mono_raise_exception, since otherwise gcc doesn't generate the function
6548         epilog for raise_exception, confusing the stack unwinding in the JIT.
6549         Fixes #45043.
6550
6551         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6552         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6553         Fixes #49499.
6554
6555 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6556
6557         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6558         utf8.
6559
6560 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6561
6562         * icall.c: Removed GetUninitializedObject method because
6563           AllocateUninitializedClassInstance does the same.
6564
6565 2003-10-18  Martin Baulig  <martin@ximian.com>
6566
6567         * class.c (inflate_generic_signature): Renamed to
6568         mono_class_inflate_generic_signature() and made it public.
6569         (my_mono_class_from_generic_parameter): New static function; if we
6570         don't already have the generic parameter's MonoClass, create a
6571         very simple one which is just used internally in the runtime and
6572         not passed back to managed code.
6573
6574         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6575
6576         * metadata.h (MonoMethodSignature): Moved the
6577         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6578         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6579
6580         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6581         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6582         interncall on the MonoMethod class, not on MethodInfo.
6583         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6584         calling mono_reflection_bind_generic_method_parameters() directly.
6585
6586         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6587         return the already computed `method->signature'.
6588         (method_from_methodspec): New static function to load a method
6589         from a MethodSpec entry.
6590         (mono_get_method_from_token): Call the new method_from_methodspec()
6591         for MethodSpec tokens.  
6592         (mono_get_method_from_token): If we're a generic method, load the
6593         type parameters.
6594
6595         * reflection.c (mono_image_get_memberref_token): Allow
6596         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6597         table.
6598         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6599         (mono_image_create_token): First check whether it's a generic
6600         method (so we'd need to create a MethodSpec), then do the other
6601         two alternatives.
6602         (mono_reflection_bind_generic_method_parameters): Return a
6603         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6604         called directly from the interncall.
6605
6606 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6607
6608         * reflection.c (load_public_key): Move loading of the public key
6609         into managed code.
6610
6611         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6612
6613         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6614         fields.
6615
6616         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6617         culture, hash_alg and public_key. Fixes #49555.
6618
6619 2003-10-17  Martin Baulig  <martin@ximian.com>
6620
6621         * class.h (MonoGenericInst): Moved this declaration here and added
6622         `MonoMethod *generic_method'.
6623
6624         * icall.c
6625         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6626         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6627
6628         * metadata.c (mono_metadata_type_equal): Two types of
6629         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6630         index; ie. don't compare the address of the `MonoGenericParam'
6631         structure.
6632         (mono_metadata_load_generic_params): Removed the `MonoMethod
6633         *method' argument.
6634
6635         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6636         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6637
6638         * reflection.c (method_encode_signature): Encode the number of
6639         generic parameters.
6640         (encode_generic_method_sig): New static function.
6641         (method_encode_methodspec): New static function; creates an entry
6642         in the MethodSpec table for a generic method.
6643         (mono_image_get_methodspec_token): New static function.
6644         (mono_image_create_token): Call mono_image_get_methodspec_token()
6645         for generic methods.
6646         (mono_reflection_bind_generic_method_parameters): New public
6647         function.  Instantiates a generic method.
6648
6649 2003-10-16  Martin Baulig  <martin@ximian.com>
6650
6651         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6652         *gen_params' here from MonoMethodHeader.
6653
6654         * metadata.c (mono_metadata_parse_method_signature): If we have
6655         generic parameters, initialize `method->gen_params' and then set
6656         the correct `type->data.generic_param' in all the parameters.
6657
6658 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6659
6660         * threads.c (mono_threads_get_default_stacksize): New function to 
6661         return the default stacksize.
6662
6663         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6664         termination of the finalizer thread, since the previous method had
6665         race conditions. Fixes #49628.
6666
6667         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6668         as for the other managed threads.
6669
6670 2003-10-16  Martin Baulig  <martin@ximian.com>
6671
6672         * class.c (inflate_generic_signature): Copy `generic_param_count'
6673         and `gen_params'.
6674
6675         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6676         New interncall.
6677
6678         * metadata.c (mono_metadata_parse_method_signature): Actually set
6679         the `method->generic_param_count' here.
6680         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6681
6682 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6683
6684         * object.h: Add a new field to TypedRef to simplify the implementation
6685         of the REFANY opcodes in the JIT.
6686
6687         * icall.c: Make use of the new field.
6688
6689         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6690         dynamically.
6691
6692 2003-10-15  Martin Baulig  <martin@ximian.com>
6693
6694         * class.c (mono_class_from_gen_param): Renamed to
6695         mono_class_from_generic_parameter() and moved most of the
6696         functionality from mono_reflection_define_generic_parameter()
6697         here; ie. we create a "real" class here.
6698         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6699         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6700         previously been called.
6701
6702         * class.h (MonoGenericParam): Moved the declaration of this struct
6703         here from metadata.h and added `MonoMethod *method'.
6704
6705         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6706         interncall.
6707
6708         * loader.c (mono_get_method_from_token): If we have any generic
6709         parameters, call mono_metadata_load_generic_params() to read them
6710         from the MONO_TABLE_GENERICPAR.
6711
6712         * metadata.c (mono_metadata_load_generic_params): Added
6713         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6714
6715         * metadata.h (MonoMethodSignature): Replaced
6716         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6717         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6718
6719         * reflection.c (mono_reflection_define_generic_parameter): Moved
6720         most of the functionality into the new
6721         mono_class_from_generic_parameter(); set the `method' field if
6722         we're a method parameter.       
6723
6724 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6725
6726         * marshal.c (emit_struct_conv): if native size is 0
6727         emit no code.
6728
6729 2003-10-14  Martin Baulig  <martin@ximian.com>
6730
6731         * icall.c: The generics API has changed in the spec since it was
6732         added to System.Type; these modifications make it match the spec
6733         again.
6734         (ves_icall_Type_GetGenericParameters): Renamed to
6735         `ves_icall_Type_GetGenericArguments'.
6736         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6737         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6738         `ves_icall_MonoType_get_HasGenericArguments'.
6739         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6740         `ves_icall_MonoType_get_IsGenericParameter'.
6741         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6742         this is no interncall anymore.
6743         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6744         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6745
6746 2003-10-14  Martin Baulig  <martin@ximian.com>
6747
6748         * reflection.c (mono_reflection_bind_generic_parameters): Also
6749         inflate generic methods if we're reading the class from IL.
6750
6751 2003-10-13  Martin Baulig  <martin@ximian.com>
6752
6753         * reflection.c (mono_reflection_define_generic_parameter): This
6754         method isn't called directly from the icall anymore; take a
6755         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6756         method generic parameters.
6757         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6758         (method_builder_encode_signature): Encode generic parameters.
6759         (mono_image_get_method_info): Write generic params to the
6760         MONO_TABLE_GENERICPARAM table.
6761
6762         * reflection.h (MonoReflectionMethodBuilder): Added
6763         `MonoArray *generic_params'.
6764
6765         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6766
6767         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6768         wrapper for mono_reflection_define_generic_parameter().
6769         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6770
6771 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6772
6773         * marshal.h: Add missing function to fix build.
6774
6775         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6776         the SetLastError pinvoke attribute.
6777
6778         * marshal.c (mono_marshal_set_last_error): New helper function called
6779         by the generated code.
6780         
6781         * marshal.c (mono_mb_emit_branch): New helper function.
6782
6783         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6784
6785         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6786         classes as parameters and return values of delegates. Fixes #29256. 
6787
6788 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6789
6790         * locales.c: use gint32 in non HAVE_ICU case
6791
6792 2003-10-11  Martin Baulig  <martin@ximian.com>
6793
6794         * mono-debug.c (mono_debug_add_method): Added a workaround for
6795         bug #48591.
6796
6797 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6798
6799         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6800         delegates passed to native code must use the STDCALL calling 
6801         convention. Fixes #35987.
6802
6803 2003-10-10  Martin Baulig  <martin@ximian.com>
6804
6805         * class.c (inflate_generic_type): If we're inflating for a generic
6806         type instance (and not for a generic method), return
6807         MONO_TYPE_MVAR unchanged.
6808
6809 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6810
6811         * string-icalls.c: Join ignores null strings in the source array.
6812         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6813         * threads.c: GetAvailableTheads is slightly more accurate.
6814
6815 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6816
6817         * threads.h threads.c : add mono_threads_set_default_stacksize
6818         and pass default to CreateThread calls.
6819
6820 2003-10-09  Dick Porter  <dick@ximian.com>
6821
6822         * icall.c:
6823         * locales.h:
6824         * locales.c: Internal calls for constructing CultureInfo and
6825         related objects from libicu (if its available.)
6826
6827 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6828
6829         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6830
6831 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6832
6833         * threadpool.c: added an argument to async_invoke_thread that is the
6834         item to process, pass the MonoAsyncResult to the thread start function
6835         when creating a new thread. This way we don't need to acquire any lock
6836         when we're creating a new thread. Readded a semaphore for faster
6837         response times (instead of that Sleep i added).
6838
6839 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6840
6841         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6842         get daylight change dates better on Windows, fix handling
6843         of platforms without tm_gmtoff.
6844
6845 2003-10-06  Martin Baulig  <martin@ximian.com>
6846
6847         * class.c (inflate_generic_method): Renamed to
6848         mono_class_inflate_generic_method() and made public.
6849         (mono_class_init): Don't inflate the generic methods here.
6850         (mono_class_from_generic): Added `gboolean inflate_methods'
6851         argument.  Inflate the methods here.
6852
6853         * loader.c (mono_method_get_param_names): Ignore instances of
6854         generic types for the moment.
6855
6856         * reflection.c (fixup_method): Added support for inflated methods.
6857         (mono_image_create_token): Use mono_image_get_methodref_token()
6858         for inflated methods.
6859         (mono_custom_attrs_from_param): Ignore instances of generic types
6860         for the moment.
6861         (mono_reflection_bind_generic_parameters): New public function.
6862         Moved all the functionality from
6863         ves_icall_Type_BindGenericParameters() here and added support for
6864         dynamic types.
6865         (mono_reflection_define_generic_parameter): Initialize
6866         `klass->methods' here.
6867
6868         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6869         functionality into mono_reflection_define_generic_parameter().
6870         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6871         TypeBuilder, return that TypeBuilder.
6872
6873 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6874
6875         * appdomain.c: removed mono_delegate_semaphore.
6876
6877         * threadpool.c:
6878         (mono_thread_pool_add): moved hash table creation inside and the thread 
6879         creation outside of the critical region.
6880         (mono_thread_pool_finish): removed obsolete code.
6881         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6882         continue or exit the thread depending on the queue.
6883
6884 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6885
6886         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6887         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6888         handle more bool marshalling options
6889
6890 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6891
6892         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6893         arrays of structs. Also add a more descriptive error message when
6894         a structure member is marshalled as LPArray.
6895
6896 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6897
6898         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6899         marshalling arrays of complex types. Fixes #29098. Also remove an
6900         usused and incomplete function.
6901
6902 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6903
6904         * gc.c: report heap_size - free_bytes as total memory allocated
6905         (bug#49362).
6906
6907 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6908
6909         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6910         fix timezone handling problems on Windows.
6911         
6912         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6913         asserts when the year is outside the range handled by ms the functions.
6914
6915         * class.c (setup_interface_offsets): If the class is an interface,
6916         fill out its interface_offsets slot.
6917
6918 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6919
6920         * threadpool.c: mark threadpool threads as background.
6921
6922 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6923
6924         * decimal.c - define DECINLINE to nothing if not using GCC
6925
6926 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6927
6928         * assembly.c: More refcount fixes.
6929
6930 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6931
6932         * string-icalls.c: if we're not trimming, return the same string.
6933         When not splitting, don't create a new string.
6934
6935 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6936
6937         * image.c:
6938         (mono_image_open): increment the ref_count inside the critical section.
6939
6940 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6941
6942         * image.c (mono_image_open): Fix reference counting bug.
6943
6944 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6945
6946         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6947         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6948         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6949         mono_lookup_pinvoke_call throws.        
6950
6951 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6952
6953         * reflection.c (mono_reflection_parse_type): Fix #49114.
6954
6955         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6956         temporary workaround for cygwin header problem.
6957
6958         * object.c (mono_object_isinst): Synchronize this with the code
6959         generated by the JIT for casts.
6960
6961 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6962
6963         * reflection.c (encode_type): Fix #38332.
6964
6965 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6966
6967         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6968         the original method from the wrapper method.
6969
6970 2003-09-25  Martin Baulig  <martin@ximian.com>
6971
6972         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6973         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6974         (ves_icall_Type_get_IsGenericInstance): New interncall.
6975
6976 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6977
6978         * object.c: fix cast warning in big endian code.
6979
6980 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6981
6982         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6983         
6984 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6985
6986         * assembly.c: don't call check_env from mono_assembly_load. It's
6987         already done once in mono_assemblies_init and may cause headaches when
6988         multiple threads are loading assemblies.
6989
6990 2003-09-19  Martin Baulig  <martin@ximian.com>
6991
6992         * reflection.c (mono_reflection_define_generic_parameter): Don't
6993         allocate `klass->methods', set `klass->flags' to
6994         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6995
6996 2003-09-18  Martin Baulig  <martin@ximian.com>
6997
6998         * class.c (mono_class_init): Don't create `class->methods' if it's
6999         already initialized.
7000
7001         * metadata.c (mono_metadata_load_generic_params): Make this
7002         actually work.
7003
7004         * reflection.c (mono_reflection_define_generic_parameter): Set
7005         parent class and interfaces from the constraints.
7006
7007         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
7008         to keep this struct in sync with the declaration in TypeBuilder.cs.
7009
7010 2003-09-17  Martin Baulig  <martin@ximian.com>
7011
7012         * metadata.h (MonoType): Replaced the data's `int type_param'
7013         field with `MonoGenericParam *generic_param'.
7014         (MonoGenericParam): Added `MonoClass *klass'.
7015
7016         * class.c (mono_class_from_gen_param): Removed the
7017         `MonoImage *image' and `int type_num' arguments.
7018
7019         * metadata.c (mono_metadata_parse_generic_param): New static
7020         method; creates a MonoGenericParam which just contains the index.
7021         (do_mono_metadata_parse_type): Call
7022         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
7023         MONO_TYPE_MVAR.
7024
7025         * reflection.c (mono_image_typedef_or_ref): Generic type
7026         parameters may be in the same assembly, but never use a typedef
7027         for them.
7028         (mono_reflection_define_generic_parameter): We're now creating a
7029         "real" class for the type parameter; it's now safe to call
7030         mono_class_from_mono_type() on the class'es type, it'll do the
7031         right thing.
7032
7033 2003-09-16  Martin Baulig  <martin@ximian.com>
7034
7035         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
7036         `symfile->range_entry_size' and `symfile->class_entry_size' here;
7037         the `symfile' data structure must be fully initialized before it
7038         gets added to the table.
7039
7040 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
7041
7042         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
7043
7044         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
7045         class init trampolines.
7046
7047 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
7048
7049         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
7050         to the built-in profiler to turn off time and allocation profiling
7051         respectively.
7052
7053 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
7054
7055         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
7056         g_direct_equal.
7057
7058         * debug-helpers.c (mono_method_full_name): Print the wrapper type
7059         in human readable form.
7060
7061 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
7062
7063         * reflection.c icall.c: Fixed warnings.
7064
7065         * image.c (load_class_names): Use a temporary hash table to hold the
7066         namespaces in order to avoid doing many string comparisons.
7067
7068         * image.h: Fix typo.
7069
7070         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
7071         Pass NULL instead of g_direct_equal to the GHashTable constructor 
7072         since the NULL case is short-circuited inside g_hash_table_lookup, 
7073         leading to better performance.  
7074
7075         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
7076         obtain the first custom attribute for a given index. Depends on the
7077         CustomAttribute table being sorted by the parent field.
7078
7079         * reflection.c (mono_custom_attrs_from_index): Use the new function 
7080         for better performance.
7081
7082 2003-09-07  Martin Baulig  <martin@ximian.com>
7083
7084         * class.c (mono_class_init): If we're a generic instance, inflate
7085         all our methods instead of loading them from the image.
7086         (mono_class_from_generic): Set `class->methods = gklass->methods'.
7087
7088 2003-09-07  Martin Baulig  <martin@ximian.com>
7089
7090         * mono-debug-debugger.c: Added support for constructors.
7091
7092 2003-09-06  Martin Baulig  <martin@ximian.com>
7093
7094         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
7095         New interncall.
7096
7097         * reflection.c (mono_reflection_setup_generic_class): Call
7098         ensure_runtime_vtable() to create the vtable.
7099
7100 2003-09-05  Martin Baulig  <martin@ximian.com>
7101
7102         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
7103         MONO_TYPE_MVAR.
7104
7105 2003-09-04  Martin Baulig  <martin@ximian.com>
7106
7107         * reflection.c (mono_reflection_define_generic_parameter): Generic
7108         parameters start with zero.
7109
7110 2003-09-04  Martin Baulig  <martin@ximian.com>
7111
7112         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
7113
7114         * reflection.h (MonoReflectionGenericParam): New typedef.
7115         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
7116         the generic parameters from the managed TypeBuilder.
7117
7118         * reflection.c (mono_reflection_define_generic_parameter): New function.
7119         (mono_reflection_create_runtime_class): Encode generic parameters.
7120         (mono_reflection_setup_generic_class): New function; this is
7121         called after adding adding all generic params to the TypeBuilder.
7122         (encode_type): Added MONO_TYPE_VAR.
7123
7124 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
7125
7126         * class.h class.c (mono_class_needs_cctor_run): Moved this method
7127         here from the JIT.
7128
7129         * assembly.h assembly.c: Moved the AOT loading code into an assembly
7130         load hook.
7131
7132 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
7133
7134         * reflection.h reflection.c class.h class.c: Delete duplicate 
7135         definition of mono_type_get_name () from reflection.c and export the
7136         one in class.c.
7137
7138         * class.c: Class loading fixes from Bernie Solomon 
7139         (bernard@ugsolutions.com).
7140
7141         * reflection.c: Endianness fixes from Bernie Solomon 
7142         (bernard@ugsolutions.com).
7143         
7144 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
7145
7146         * assembly.h assembly.c: Define a file format version for AOT
7147         libraries.
7148         
7149         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
7150
7151         * appdomain.h (MonoJitInfo): New field to determine whenever the
7152         code is domain neutral.
7153         
7154 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
7155
7156         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
7157
7158 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
7159
7160         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
7161         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
7162         Avoid caching the result since strings must be domain specific. Fixes
7163         #48050.
7164
7165 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
7166
7167         * marshal.c (mono_marshal_init): Make this callable multiple times
7168         since it is hard to find a correct place to call it.
7169
7170         * object.c (mono_runtime_class_init): Execute static constructors in
7171         the correct appdomain.
7172
7173         * image.c (build_guid_table): Handle the case when multiple images have
7174         the same GUID.
7175
7176 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7177
7178         * icall.c: added a couple of icalls for System.Web.
7179
7180 2003-08-28  Martin Baulig  <martin@ximian.com>
7181
7182         * icall.c (ves_icall_Type_BindGenericParameters): Use
7183         `klass->generic_inst' instead of `&klass->byval_arg' in the
7184         mono_type_get_object() call.  The returned type must be
7185         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
7186
7187 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
7188
7189         * NOTES: New file.
7190
7191         * object.c (mono_class_proxy_vtable): Make it thread safe.
7192
7193         * pedump.c: Fix warning.
7194
7195         * object.c appdomain.h: Get rid of metadata_section. 
7196         It is no longer needed and it was causing deadlocks with domain->lock.
7197
7198         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
7199
7200 2003-08-26  Martin Baulig  <martin@ximian.com>
7201
7202         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
7203
7204 2003-08-26  Martin Baulig  <martin@ximian.com>
7205
7206         * pedump.c (main): Call mono_metadata_init(),
7207         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
7208         and mono_loader_init().
7209
7210 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
7211
7212         * loader.h: Add missing include to fix build.
7213
7214         * image.h: mono_image_load_references is no more.
7215
7216         * assembly.c: Reworked assembly loading to make it really thread safe.
7217         After these changes, the assembly returned by mono_assembly_open is
7218         fully initialized, i.e. all its references assemblies are loaded.
7219
7220         * assembly.c (mono_image_load_references): Renamed to 
7221         mono_assembly_load_references, and made private, since clients no
7222         longer need to call it.
7223
7224         * class.c: Removed calls to mono_assembly_load_references, since it was
7225         a source of deadlocks.
7226
7227         * loader.h loader.c class.h class.c: Protect data structures using a 
7228         new lock, the loader lock.
7229
7230         * class.c (mono_class_setup_vtable): Create temporary hash tables and
7231         GPtrArrays only when needed.
7232
7233         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
7234         into empty structures by mcs. Fixes pinvoke7.cs.
7235         
7236         * domain.c (mono_init): Call a new initialization function.
7237
7238         * appdomain.c (mono_runtime_init): Call the new initializer function
7239         of the marshal module.
7240
7241         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
7242         inserted into empty structures by mcs. Fixes pinvoke7.cs.
7243
7244         * marshal.h marshal.c: Added locks around the wrapper caches to make
7245         this module thread safe.
7246
7247         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
7248         this argument. Fixes pinvoke1.exe.
7249
7250 2003-08-25  Lluis Sanchez <lluis@ximian.com>
7251
7252         * object.h: Added call_type field to MonoMethodMessage and the corresponding
7253         enumeration of values. Removed fields to store remote call output values in
7254         MonoAsyncResult. Not needed any more.
7255         * object.c: Initialize call_type and async_result fields in mono_message_init.
7256         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
7257         dispatching the message.
7258         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
7259         async call to finish. To do it use a message with EndInvoke call type.
7260
7261 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
7262
7263         * loader.h loader.c (mono_method_hash_marhal_info): New function which
7264         determines whenever a method has marshalling info.
7265
7266 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7267
7268         * assembly.c: fix the build on windows.
7269
7270 2003-08-22 Lluis Sanchez <lluis@ximian.com>
7271
7272         * object.cs: Fixed bug #47785.
7273
7274 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
7275
7276         * string-icalls.c (StringReplace): If their are no occurances of
7277         the old string found return a reference to the supplied
7278         string. This saves some memory and matches MS behavoir.
7279         
7280 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7281
7282         * socket-io.c: fixed compilation for systems that define AF_INET6
7283         and don't define SOL_IP/SOL_IPV6.
7284
7285 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
7286
7287         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
7288         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
7289
7290         * rawbuffer.c rawbuffer.h: Make this module thread safe.
7291
7292         * domain.c: Make this module thread safe.
7293
7294         * domain.c (mono_init): Call new initialization function.
7295
7296         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
7297         reference types too. Fixes #38812.
7298
7299         * image.c (mono_image_init): Fixed warnings.
7300
7301         * class.c (mono_class_from_typeref): Handle assembly load failure
7302         correctly.
7303
7304         * appdomain.c (add_assemblies_to_domain): Handle the case when
7305         the references of an assembly are not yet loaded.
7306
7307         * metadata.c image.c assembly.c: Moved initialization of global
7308         variables to a separate function called at startup since lazy 
7309         initialization of these variables is not thread safe.
7310         
7311         * image.c assembly.c: Made this module thread safe by adding locks in 
7312         the appropriate places.
7313
7314         * domain.c (mono_init): Call the new initialization functions of the
7315         three modules.
7316
7317 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7318
7319         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7320           make a direct call. It is proxy's work to make the call asynchronous.
7321           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7322           the return values.
7323         * object.cs: mono_method_call_message_new(): read AsyncResult and
7324           state object from parameters list, if this info is requested.
7325         * object.h: Added fields to store remote call output values in
7326           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7327
7328 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7329
7330         * object.h: add needed fields to MonoThread.
7331         * threads.c, threads.h: allow registering a function to cleanup data
7332         allocated per thread by the JIT.
7333
7334 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7335
7336         * loader.h: portability fix by Bernie Solomon
7337         * <bernard@ugsolutions.com>.
7338
7339 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7340
7341         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7342         return a MonoArray. This simplifies the code and also ensures that
7343         the cache allways contains an object reference as a value.
7344
7345         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7346         function.
7347
7348 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7349
7350         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7351         fixes a problem with byte ordering when getting the address family for
7352         a socket.
7353
7354 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7355
7356         * .cvsignore: Added monosn.
7357
7358         * reflection.h reflection.c loader.c: Added support for parameter
7359         marshalling to dynamically created types. Fixes #47295.
7360
7361 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7362
7363         * rand.c: remove useless warnings.
7364
7365 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7366
7367         * class.c: implemented ldtoken for methods and fieldrefs.
7368
7369 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7370
7371         * threadpool.c: when mono_async_invoke was called, no one took care of
7372         monitoring the queue. So if the method invoked took some time and we
7373         got new async invoke requests after 500 ms (the thread created waited
7374         that long in WaitForSingleObject), the new async invoke was not called
7375         until the previous one finished.
7376
7377         This is fixed now. Thanks to Totte for helping with it.
7378
7379 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7380
7381         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7382
7383 2003-08-11  Martin Baulig  <martin@ximian.com>
7384
7385         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7386
7387 2003-08-06  Martin Baulig  <martin@ximian.com>
7388
7389         * mono-debug-debugger.c: Added support for static fields,
7390         properties and methods.
7391
7392 2003-08-06  Martin Baulig  <martin@ximian.com>
7393
7394         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7395         make this work for applications with multiple application domains.
7396
7397 2003-08-04  Martin Baulig  <martin@ximian.com>
7398
7399         * mono-debug-debugger.c: Completely reworked the type support; the
7400         most important thing is that we're now just using one single
7401         `MonoType' instance per type.
7402
7403 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7404
7405         * mono-endian.h, mono-endian.c, icall.c: Added icall
7406         ves_icall_System_Double_AssertEndianity to assert double word endianity
7407         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7408
7409 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7410
7411         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7412         support, icalls and fixes.
7413
7414 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7415
7416         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7417         classes that are a punctuation character in .NET is not the same a
7418         g_unichar_ispunct.
7419
7420 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7421
7422         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7423
7424 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7425
7426         * icall.c: Add new MemCopy internalcall.
7427         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7428         Simplified code; It is not necessary to handle all the cases here,
7429         as the C# code takes care of it.  Only handle the case of the name
7430         resource embedded into the assembly.
7431
7432         Changed signature to return the data pointer and the size of the
7433         data. 
7434
7435 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7436
7437         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7438         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7439
7440 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7441
7442         * socket-io.c: ignore EINTR error in select.
7443
7444 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7445
7446         * class.h, class.c: removed unused subclasses field in MonoClass.
7447
7448 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7449
7450         * icall.c: improve fix of get_base_definition(). If the parent class
7451           doesn't have the mehod, look at the parent of the parent.
7452         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7453           to check if a parameter is an in or out parameter
7454           (PARAM_ATTRIBUTE_IN is not set by default).
7455           mono_method_return_message_restore(): Use mono_class_value_size to
7456           get the size of a value type. mono_type_stack_size (parameterType)
7457           does not return the correct value if parameterType is byRef.
7458           mono_load_remote_field(), mono_load_remote_field_new(),
7459           mono_store_remote_field(), mono_store_remote_field_new():
7460           raise exception if the remote call returns an exception.
7461
7462 2003-07-28  Martin Baulig  <martin@ximian.com>
7463
7464         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7465         method.  This is a wrapper around mono_runtime_invoke() which
7466         boxes the instance object if neccessary.
7467
7468 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7469
7470         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7471         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7472
7473 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7474
7475         * icall.c: disable mcs bug workaround.
7476
7477 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7478
7479         * object.c (mono_runtime_class_init): Take the metadata_section
7480         mutex before obtaining the domain mutex.
7481
7482         * appdomain.h: Added definition of metadata_section mutex here. 
7483
7484         * object.c: define metadata_mutex here.
7485
7486 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7487
7488         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7489         fixed.
7490
7491 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7492
7493         * reflection.c: Fix bug #46669
7494
7495 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7496
7497         * exception.c:
7498         * exception.h:
7499         * icall.c:
7500         * object.h: fill in the type name for TypeLoadException.
7501
7502 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7503
7504         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7505         relationship between TypeBuilders while compiling corlib) and bug
7506         45993 (Array types returned from the runtime while compiling
7507         corlib were from the loaded corlib).
7508
7509 2003-07-22  Martin Baulig  <martin@ximian.com>
7510
7511         * mono-debug-debugger.c: Reworked the type support a bit more;
7512         distinguish between types and classes.
7513
7514 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7515
7516         * icall.c: add IsArrayImpl icall.
7517
7518 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7519
7520         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7521         initializing real_size only once. Also fix bug #46602.
7522
7523 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7524
7525         * object.c: Renamed mono_metadata_section to metadata_section.
7526
7527 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7528
7529         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7530           empty array if the type is an array. Fixed.
7531           ves_icall_MonoMethod_get_base_definition: if the base method
7532           is abstract, get the MethodInfo from the list of methods of
7533           the class.
7534         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7535           and it was 1-based. Fixed in mono_param_get_objects.
7536
7537 2003-07-20  Martin Baulig  <martin@ximian.com>
7538
7539         * mono-debug.h: Set version number to 31.
7540         (mono_debug_init): Added `MonoDomain *' argument.
7541
7542         * mono-debug-debugger.c: Reworked the type support; explicitly
7543         tell the debugger about builtin types; pass the `klass' address to
7544         the debugger.
7545
7546 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7547
7548         * image.c: Allow new metadata tables to be loaded without a
7549         warning. Also update the warning message to give the new constant value.
7550                 
7551 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7552
7553         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7554         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7555         array type representation changes.
7556
7557 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7558
7559         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7560         on Environment.Exit () call.
7561
7562 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7563
7564         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7565         requires a matching corlib.
7566
7567 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7568
7569         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7570           Committed again without the CRs.
7571         
7572 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7573
7574         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7575           getting it from the "this" socket instance. Did not work
7576           if the socket is a subclass of Socket.
7577           Also fixed bug #35371.
7578
7579 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7580
7581         * metadata.c: fixed size for TypedByRef.
7582         * loader.c: when searching for a method, consider the vararg amrker.
7583         * unicode.c, decimal.c: constify some arrays.
7584
7585 2003-07-15  Dick Porter  <dick@ximian.com>
7586
7587         * socket-io.c: Fixed compilation for gcc < 3.2.
7588
7589         Fixed compilation for machines that don't have AF_INET6 (thanks to
7590         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7591
7592         Fixed compile warnings.
7593         
7594         Fixed formatting and line endings.
7595
7596 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7597
7598         * socket-io.h:
7599         * socket-io.c: Added IPv6 support.
7600
7601 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7602
7603         * class.c (mono_class_is_assignable_from): New function to implement
7604         the is_assignable_from logic. Used by mono_object_isinst, 
7605         Type::IsAssignableFrom () and the interpreter.
7606
7607         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7608         Object, even interfaces.
7609         
7610         * object.c (mono_object_isinst): Implement in terms of 
7611         is_assignable_from.
7612
7613         * icall.c (ves_icall_type_is_assignable_from): New icall.
7614
7615 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7616
7617         * domain.c (foreach_domain): fix compiler warning.
7618
7619 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7620
7621         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7622         not available on all plattforms
7623
7624 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7625
7626         * image.h image.c: Store the metadata version string in MonoImage.
7627         * icall.c: New icall to retrieve the image version.
7628         * reflection.c (create_dynamic_image): Fill in the image version field
7629         * reflection.c (build_compressed_metadata): Use the image version
7630         from the image structure.
7631
7632 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7633
7634         * appdomain.c: modified comment.
7635         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7636         That will be its last iteration when mono_gc_cleanup is called from
7637         mono_runtime_cleanup and before the domain is unloaded.
7638
7639         Fixes bug #45962.
7640
7641 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7642
7643         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7644         attributes.
7645
7646 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7647
7648         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7649         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7650         Bernie Solomon <bernard@ugsolutions.com>.
7651
7652 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7653
7654         * object.c, object.h: provide mono_object_new_fast() for faster
7655         allocation in some special cases.
7656
7657 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7658
7659         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7660         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7661
7662 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7663
7664         * threadpool.c: fix leaks.
7665
7666 2003-07-01  Dick Porter  <dick@ximian.com>
7667
7668         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7669         using MonoGHashTables.  Fixes threadpool bug posted to list.
7670
7671 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7672
7673         * image.h, image.c: added support to load an assembly from a byte array.
7674         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7675         assembly bundle support.
7676
7677 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7678
7679         * threadpool.c (mono_thread_pool_add): keep a reference to the
7680         AsyncResult to prevent GC
7681
7682 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7683
7684         * class.c: leak fix.
7685
7686 2003-06-25  Dick Porter  <dick@ximian.com>
7687
7688         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7689         for the async object, the WaitHandle object will close the handle.
7690         Fixes bug 45321.
7691
7692 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7693
7694         * class.c: in mono_array_class_get (), lookup from the hash with the
7695         same type we insert: this works around a bug in
7696         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7697         lluis. The real fix will have to wait for after the release.
7698
7699 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7700
7701         * icall.c: fix memory leak when getting type members.
7702
7703 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7704
7705         * reflection.c: added more pubtoken special cases.
7706
7707 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7708
7709         * class.c: handle field offset correctly when class size
7710         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7711
7712 2003-06-20  Martin Baulig  <martin@ximian.com>
7713
7714         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7715         *image' field.
7716
7717 2003-06-20  Martin Baulig  <martin@ximian.com>
7718
7719         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7720
7721 2003-06-20  Martin Baulig  <martin@ximian.com>
7722
7723         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7724         just distinguish between variables in registers and variables at
7725         an offset relative to a register.
7726
7727 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7728
7729         * icall.c: #ifdef out latest changes until mcs is fixed.
7730
7731 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7732
7733         * icall.c: return members in metadata order.
7734
7735 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7736
7737         * icall.c: avoid infinite loop in GetTimeZoneData.
7738
7739 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7740
7741         * icall.c: added Marshal.Prelink/All icalls.
7742
7743 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7744
7745         * object.c, object.h: fix warnings and do some overflow checking
7746         when creating arrays.
7747
7748 2003-06-17  Dick Porter  <dick@ximian.com>
7749
7750         * file-io.h:
7751         * file-io.c: File attributes need to be tweaked slightly when
7752         passed from the managed to the w32 world.
7753
7754 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7755         * profiler.h profiler-private.h profiler.c: Rework last patch
7756         based on suggestion by Paolo.
7757         
7758 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7759
7760         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7761         instruction level coverage data collection.
7762         * profiler.h profiler.c (: Added new callback function which can be
7763         used by the profiler to limit which functions should have coverage
7764         instrumentation.
7765         * profiler.c (mono_profiler_load): Call g_module_build_path to
7766         generate the file name of the profiler library.
7767
7768 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7769
7770         * profiler.c, profiler.h, profiler-private.h: added basic block 
7771         coverage profiling API.
7772
7773 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7774
7775         * reflection.c (mono_reflection_create_runtime_class): Add support
7776         for events in dynamically generated code.
7777
7778         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7779         not allocated.
7780
7781 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7782
7783         * icall.c: when getting timezone info, return reasonable values if we
7784         can't get the actual data.
7785
7786 2003-06-14  Dick Porter  <dick@ximian.com>
7787
7788         * threads.c (start_wrapper): Remove the reference to the thread
7789         object in the TLS data, so the thread object can be finalized.
7790         This won't be reached if the thread threw an uncaught exception,
7791         so those thread handles will stay referenced :-( (This is due to
7792         missing support for scanning thread-specific data in the Boehm GC
7793         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7794
7795 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7796
7797         * reflection.c: ensure streams and tables are first allocated with
7798         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7799
7800 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7801
7802         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7803
7804 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7805
7806         * reflection.c (mono_reflection_create_runtime_class): Add support for
7807         properties to dynamically created classes.
7808         * reflection.c: Fix a few places where non-MonoObjects were inserted
7809         into the tokens hashtable.
7810
7811 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7812
7813         * object.c: some support to handle out of memory exceptions.
7814
7815 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7816
7817         * marshal.c (mono_marshal_get_native_wrapper): support reference
7818         return types
7819
7820 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7821
7822         * object.h, object.c: more portability stuff from Bernie Solomon.
7823         Unexport mono_object_allocate(). Added mono_object_unbox ().
7824         Set exitcode when an unhandled exception is thrown.
7825
7826 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7827
7828         * marshal.c (mono_marshal_get_native_wrapper): use custom
7829         marshaler for return types.
7830
7831 2003-06-10  Dick Porter  <dick@ximian.com>
7832
7833         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7834         ip_mreq is available
7835
7836 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7837
7838         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7839         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7840         by Bernie Solomon <bernard@ugsolutions.com>.
7841
7842 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7843
7844         * gc.c (mono_gc_init): Avoid error message on shutdown when
7845         GC_DONT_GC=1 is used.
7846
7847         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7848         New icall to return the GUID of a module.
7849
7850 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7851
7852         * class.c: ensure instance size always includes the parent's size
7853         even whem class size is set explicitly (fixes bug#44294).
7854
7855 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7856
7857         * profiler.h, profiler.c: made the simple profiler thread-safe,
7858         get more accurate timing info. Allow the loading of an
7859         externally-developed profiler module.
7860
7861 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7862
7863         * marshal.c (mono_marshal_get_native_wrapper): improved
7864         class/byref arguments.
7865         (mono_marshal_get_native_wrapper): better string marshaling support.
7866
7867 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7868
7869         * class.c: ensure .pack and .size are handled correctly and
7870         simplified layout of static fields.
7871
7872 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7873
7874         * appdomain.c
7875         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7876
7877         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7878         current directory (fix bug 44008)
7879
7880 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7881
7882         * marshal.c (mono_marshal_get_native_wrapper): started support for
7883         custom marshalers.
7884         (mono_delegate_to_ftnptr): consider marshalling specifications
7885
7886 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7887
7888         * reflection.c, reflection.h: emit custom marshal info.
7889
7890 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7891
7892         * object.c: free the GError.
7893         * icall.c: added CloseEvent_internal.
7894         * threads.[ch]:
7895         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7896         call.
7897
7898 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7899
7900         * loader.c (mono_method_get_signature): Add support for dynamic
7901         assemblies.
7902
7903 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7904
7905         * reflection.c: fixed bug #43905.
7906
7907 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7908
7909         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7910         handling TypedReference and ArgIterator.
7911         * loader.c, loader.h: added function to get signature at call site.
7912
7913 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7914
7915         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7916         data readonly. Buglets and warning fixes. Some MethodSpec support.
7917
7918 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7919
7920         * class.h, class.c, object.c: remove relative numbering support.
7921
7922 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7923
7924         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7925         free the string, until we get a chance to fix Gtk#
7926
7927 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7928
7929         * marshal.c: revert last patch.
7930
7931 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7932
7933         * icall.c: updates for new mono_class_vtable() not calling
7934         the type constructor anymore.
7935
7936 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7937
7938         * object.h, object.c: separate vtable creation from type
7939         initialization. Make running the .cctor thread safe.
7940
7941 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7942
7943         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7944
7945 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7946
7947         * loader.c (mono_get_method): consider calling convention
7948
7949 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7950
7951         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7952         to return the invisible global type for a module.
7953
7954         * reflection.c (mono_image_build_metadata): Emit global fields too.
7955
7956 2003-05-20  Peter Williams  <peterw@ximian.com>
7957
7958         * loader.c (mono_lookup_internal_call): Add a few newlines.
7959
7960 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7961
7962         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7963         literal strings.
7964
7965         * appdomain.c (set_domain_search_path): Recalculate search path when
7966         AppDomainSetup.PrivateBinPath changes.
7967
7968         * object.c (mono_class_compute_gc_descriptor): It turns out some
7969         parts of the class libs (like System.Thread) holds pointers to
7970         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7971         to treat native int a pointer type here.
7972         
7973 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7974
7975         * appdomain.h, domain.c: add hashtable for jump target resolution.
7976
7977 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7978
7979         * reflection.h reflection.c icall.c: Added new icalls 
7980         GetManifestResourceInfoInternal, GetModulesInternal and support
7981         infrastructure.
7982
7983 2003-05-16  Dick Porter  <dick@ximian.com>
7984
7985         * icall.c:
7986         * file-io.h:
7987         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7988
7989 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7990
7991         * object.c: mono_store_remote_field: little fix to previous patch.
7992
7993 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7994
7995         * class.c: add constructors to array classes.
7996         * icall.c: special case array construction for InternalInvoke (),
7997
7998 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7999
8000         * class.h class.c reflection.c object.c: Added support for field
8001         defaults in dynamically generated classes.
8002
8003 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8004
8005         * reflection.c: properly encode charset for ddlimport.
8006
8007 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
8008
8009         * threads.c: allow compiling without GC.
8010
8011 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8012
8013         * appdomain.h, object.c, object.h, threads.c, threads.h: added
8014         handling of thread static data.
8015
8016 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8017
8018         * reflection.h, reflection.c: added mono_custom_attrs_free ().
8019
8020 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
8021
8022         * class.c (mono_array_class_get): always set the serializable flags
8023         (mono_array_class_get): always set the SEALED attribute for array types
8024
8025 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
8026
8027         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
8028         attributes (fix for bug 42021).
8029
8030 2003-05-12  Dick Porter  <dick@ximian.com>
8031
8032         * gc.c: Don't run finalizers when the finalizer thread is
8033         finishing up, because the default domain has already been
8034         destroyed.
8035
8036 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
8037
8038         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
8039         value is null, we should throw an exception.   This is slightly
8040         different than the other conventions used for the constructor.
8041
8042 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8043
8044         * socket-io.c: fixed windows build.
8045
8046 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8047
8048         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
8049
8050 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
8051
8052         * object.c (mono_string_new_wrapper): Compatibility fix for MS
8053         compilers.
8054
8055 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
8056
8057         * class.c (mono_class_layout_fields): Add experimental GC aware
8058         auto layout facility. Requires class library changes to work correctly.
8059
8060         (mono_class_setup_vtable): Avoid overriding explicit interface
8061         method implementations. Fixes iface3.exe test.
8062
8063         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
8064         object reference.
8065         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
8066         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
8067
8068         * metadata.h: Add new type classification macro which determines
8069         whenever the type holds an object reference.
8070
8071 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
8072
8073         * marshal.c (mono_marshal_get_native_wrapper): cleanups
8074
8075 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
8076
8077         * gc.c (finalizer_thread): Work around a GC bug.
8078
8079 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
8080
8081         * marshal.c (emit_struct_conv): allow unions
8082
8083         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
8084
8085 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
8086
8087         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
8088
8089 2003-05-06  Martin Baulig  <martin@ximian.com>
8090
8091         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
8092
8093 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8094
8095         * socket-io.c:
8096         (Select_internal): allow NULLs, don't create arrays if not needed.
8097         Coupled with Socket.cs changes.
8098
8099         * threadpool.c:
8100         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
8101         register a finalizer for it that will close the semaphore handle. This
8102         fixes the leak and make Lupus' test run with > 4080 loops.
8103
8104 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
8105
8106         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
8107         Jerome Laban (bug #42287)
8108
8109 2003-05-02  Martin Baulig  <martin@ximian.com>
8110
8111         * debug-mono-symfile.h
8112         (MonoSymbolFile): Moved declaration into mono-debug.h.
8113         (MonoDebugMethodJitInfo): Likewise.
8114         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
8115         argument.
8116         (_mono_debug_address_from_il_offset): Take a
8117         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
8118
8119         * mono-debug.h
8120         (MonoDebugDomainData): New struct.
8121         (mono_debug_get_domain_data): New function.
8122         (mono_debug_add_method): Take an additional `MonoDomain *'
8123         argument.
8124         (mono_debug_source_location_from_address): Likewise.
8125         (mono_debug_il_offset_from_address): Likewise.
8126         (mono_debug_address_from_il_offset): Likewise.
8127
8128 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
8129
8130         * reflection.c: one more check for null type in custom attrs.
8131
8132 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8133
8134         * reflection.c: avoid warning (comparison is always false due to limited
8135         range of data type).
8136
8137 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8138
8139         * icall.c: throw an exception in Type.GetField if the argument 'name'
8140         is NULL.
8141
8142 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
8143
8144         * reflection.c: fixed handling of enums in named arguments to custom
8145         attributes (bug #42123).
8146
8147 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8148
8149         * reflection.c: use the right array element type and handle
8150         a null for a Type argument, too.
8151
8152 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
8153
8154         * reflection.c: handle arrays as arguments to custom attributes.
8155
8156 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
8157
8158         * reflection.c: handle a string value in a custom attr
8159         ctor that takes an object.
8160
8161 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
8162
8163         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
8164         (fix bug #42063)
8165
8166 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
8167
8168         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
8169
8170 2003-04-27  Martin Baulig  <martin@ximian.com>
8171
8172         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
8173         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
8174         MONO_DEBUGGER_EVENT_BREAKPOINT.
8175         (mono_breakpoint_trampoline_code): Removed.
8176         (mono_debugger_event_handler): The last argument is now a
8177         `guint32'.
8178         (mono_debugger_insert_breakpoint_full): Removed the
8179         `use_trampoline' argument.
8180         (mono_debugger_method_has_breakpoint): Likewise.
8181         (mono_debugger_trampoline_breakpoint_callback): Renamed to
8182         mono_debugger_breakpoint_callback(); take the method and
8183         breakpoint number as arguments.
8184
8185 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8186
8187         * metadata.c: fix off by one when loading parameters attributes.
8188
8189 2003-04-24  Martin Baulig  <martin@ximian.com>
8190
8191         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
8192
8193 2003-04-24  Martin Baulig  <martin@ximian.com>
8194
8195         * mono-debug-debugger.c: Moved all code which interacts with the
8196         Mono Debugger here.
8197
8198         * debug-mono-symfile.c: This code now just deals with the symbol
8199         file itself, the debugger code is now in mono-debug-debugger.c.
8200
8201 2003-04-23  Martin Baulig  <martin@ximian.com>
8202
8203         * mono-debug.c (mono_debug_source_location_from_il_offset):
8204         New method; like mono_debug_source_location_from_address(), but
8205         takes an IL offset instead of a machine address.
8206
8207 2003-04-23  Martin Baulig  <martin@ximian.com>
8208
8209         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
8210         `line' field; this is now computed by the debugger.
8211
8212 2003-04-23  Martin Baulig  <martin@ximian.com>
8213
8214         * mono-debug.[ch]: New files.  This is the new debugging interface.
8215
8216         * mono-debug-debugger.[ch]: New files.  Moved all code which
8217         interacts with the Mono Debugger here.
8218
8219 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
8220
8221         * domain.c (mono_init): initialize mono_defaults.monitor_class
8222
8223 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
8224
8225         * reflection.c (method_encode_code): Add a spicy exception to help
8226         future compiler authors.
8227
8228 2003-04-21  Martin Baulig  <martin@ximian.com>
8229
8230         * icall.c
8231         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8232         Make this work with relative pathnames; g_filename_to_uri() needs
8233         an absolute filename.
8234
8235 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
8236
8237         * icall.c: Track name changes in Object and ValueType.
8238
8239 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
8240
8241         * metadata.c (mono_type_stack_size): size should be a multiple of
8242         sizeof (gpointer)
8243
8244 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8245
8246         * gc.c:
8247         (internal_domain_finalize): moved into mono_domain_finalize. No need
8248         to create another thread because the finalizers will be run in the
8249         finalizer thread.
8250         
8251         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
8252         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
8253         to be run (MS does this too).
8254
8255 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
8256
8257         * object.c (mono_class_compute_gc_descriptor): Update comment.
8258
8259         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
8260
8261         * image.h: Add synchronized wrapper cache.
8262
8263         * image.c (do_mono_image_open): Initialize cache.
8264
8265         * reflection.c (create_dynamic_mono_image): Initialize cache.
8266
8267 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8268
8269         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
8270         ves_icall_System_Buffer_ByteLengthInternal.
8271
8272 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8273
8274         * reflection.c: setup klass->nested_in earlier. Allow
8275         a dash in the assembly name.
8276
8277 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
8278
8279         * metadata.c (mono_type_to_unmanaged): dont access
8280         type->data.klass for MONO_TYPE_OBJECT
8281         (mono_type_to_unmanaged): consider System.Delegate class
8282
8283 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
8284
8285         * class.c: just setup supertypes in the proper place instead of
8286         initializing the full element class for arrays.
8287
8288 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8289
8290         * class.c: ensure the element class of arrays is initialized.
8291         Setup the supertype info for array classes, too.
8292
8293 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
8294
8295         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
8296
8297 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8298
8299         * Makefile.am: re-added -m option when running cygpath. This way,
8300         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
8301         separator.
8302         * mono-config.c: same codepath for locating mono config file for WIN32
8303         and the rest.
8304         * assembly.c: if mono_assembly_setrootdir is called, don't override
8305         the value set.
8306
8307 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8308
8309         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
8310         MONO_ASSEMBLIES variable.
8311
8312 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8313
8314         * icall.c: added Assembly::GetNamespaces() icall.
8315
8316 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8317
8318         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8319
8320 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8321
8322         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8323         * object.c: fixed bug in the construction of vtable for proxies
8324
8325 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8326
8327         * object.c (mono_array_new): Mark mono_array_new as an icall.
8328
8329 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8330
8331         * class.c: fixed test for public method when overriding interfaces.
8332         Closes bug #40970.
8333
8334 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8335
8336         * appdomain.h, domain.c: added mono_domain_foreach() to
8337         be able to access the currently loaded appdomains.
8338         * object.c: make string interning work across sppdomains.
8339         Mark some functions for use as icalls.
8340
8341 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8342
8343         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8344
8345         * reflection.h reflection.c: Allocate long living data using 
8346         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8347
8348         * reflection.c: Double the allocation size in streams instead of
8349         increasing it, to prevent unneccesary copying on large assemblies.
8350         
8351         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8352         creation if the assembly does not have the Run flag set.
8353
8354 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8355
8356         * class.h: avoid the C++ keywords in header files (Jerome Laban
8357         spotted and fixed this).
8358
8359 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8360
8361         * object.c:
8362         (mono_unhandled_exception): fill in the arguments for the
8363         UnhandledException event. Only trigger that event for the default
8364         domain (as MS does).
8365
8366 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8367
8368         * object.c: Improve typed allocation stuff based on suggestions from
8369         Paolo. Also turn it on if the GC library supports it.
8370
8371 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8372
8373         * object.c object.h class.h: Added experimental typed allocation
8374         facility using the interfaces in gc_gcj.h.
8375
8376         * os/gc_wrapper.h: Added new include files.
8377         
8378 2003-04-03  Martin Baulig  <martin@ximian.com>
8379
8380         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8381         which is not yet enabled by default.
8382
8383         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8384         functions.
8385         (mono_gc_lock, mono_gc_unlock): New static functions.
8386
8387         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8388         functions; stop/start the world for the garbage collector.  This
8389         is using the windows API; we need to complete the SuspendThread()/
8390         ResumeThread() implementation in the io-layer to make this work on Unix.
8391         (mono_gc_push_all_stacks): New public function; tells the garbage
8392         collector about the stack pointers from all managed threads.
8393
8394 2003-04-03  Martin Baulig  <martin@ximian.com>
8395
8396         * object.h (MonoThread): Added `gpointer stack_ptr'.
8397
8398         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8399
8400 2003-04-03  Martin Baulig  <martin@ximian.com>
8401
8402         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8403
8404 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8405
8406         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8407         field.last.
8408
8409 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8410
8411         * loader.c (mono_lookup_internal_call): Report the corlib that is
8412         out of sync.
8413
8414 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8415
8416         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8417         System.DBNull (it's class not valuetype).
8418
8419 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8420
8421         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8422         if the array method was already assigned a token (fixes bug#40646).
8423
8424 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8425
8426         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8427         if no assembly is given.
8428
8429 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8430
8431         * metadata.h: Added the new tables.
8432
8433         * row-indexes.h: Added definitions for new tables.
8434
8435         * metadata.c: Add schemas for new tables, and add support for
8436         computing the sizes of them.
8437
8438         * class.c: Update for handling the new type cases.
8439
8440 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8441
8442         * metadata.h (MONO_TYPE_IS_VOID): new macro
8443
8444 2003-03-31  Martin Baulig  <martin@ximian.com>
8445
8446         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8447
8448         * threads.c (mono_thread_new_init): Call `thread_created' in the
8449         mono_thread_callbacks.
8450
8451 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8452
8453         * loader.h: added marshalbyrefobject_class to mono_defaults
8454         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8455         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8456           generation of output parameters.
8457           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8458         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8459           contextbound and the target object belongs to the context of the caller.
8460         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8461         * object.c: Implemented support for interfaces and abstract classes
8462           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8463           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8464
8465 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8466
8467         * class.h class.c (mono_class_is_subclass_of): New function.
8468         
8469         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8470         routines for most common case (calls from ArrayList::ToArray).
8471
8472         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8473         routine so programs which call Environment::Exit() can be profiled.
8474
8475         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8476         Added MONO_ARCH_SAVE_REGS.
8477
8478         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8479
8480 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8481
8482         * blob.h: Add a couple of new MonoType types definitions.
8483
8484         * tabledefs.h: Add a couple of new call convs.
8485
8486 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8487
8488         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8489         the layout of the class.
8490
8491         * reflection.c (alloc_table): double the size on overflow to avoid
8492         unnecessary copying.
8493
8494         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8495         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8496         null so it can be garbage collected.
8497         
8498 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8499
8500         * reflection.c (mono_reflection_get_type): Return the resolved type
8501         only if it is in the assembly we searched.
8502
8503         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8504
8505         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8506         method.
8507
8508 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8509
8510         * appdomain.c:
8511         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8512         the right one is 'file:///blah', but MS allows it.
8513         * assembly.c:
8514         (mono_assembly_open): allow 'file://blah'
8515
8516         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8517
8518 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8519
8520         * socket-io.c: fixes bug #40310.
8521
8522 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8523
8524         * reflection.c (mono_reflection_parse_type): handle deeply nested
8525         types correctly.
8526
8527         * reflection.c (mono_image_create_token): Use unique token values
8528         since they will be put into a hash table.
8529
8530         * class.c (mono_class_setup_vtable): If a method occurs in more than
8531         one place in the vtable, and it gets overriden, then change the
8532         other occurances too.
8533
8534         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8535         object as return type.
8536
8537 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8538
8539         * icall.c: Deleted "ToString" implementation for double and float
8540         because they are full implemented in managed code.
8541
8542 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8543
8544         * reflection.c, reflection.h: implemented and exported functions
8545         to retrieve info about custom attributes.
8546
8547 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8548
8549         * appdomain.c: moved Uri handling to assembly.c
8550         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8551         work when using a file Uri in *nix and windows.
8552
8553         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8554         GetReferencedAssemblies.
8555
8556 2003-03-18  Dick Porter  <dick@ximian.com>
8557
8558         * icall.c: Rename a couple of internal calls
8559
8560         * threads.c: Set the thread state to Stopped when a thread exits.
8561         Fixes bug 39377.
8562
8563 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8564
8565         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8566         New icall.
8567
8568         * object.c (mono_class_vtable): fix warning.
8569
8570 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8571
8572         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8573
8574         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8575         memory.
8576         (method_encode_clauses): Create exception info structures in the right
8577         order.
8578         (mono_reflection_setup_internal_class): Initialize supertypes field.
8579
8580         * class.c object.c: Handle interfaces which implement other interfaces 
8581         correctly.
8582
8583         * class.h class.c: Move the supertypes array initialization code into 
8584         a separate function so it can be used for dynamic types too. Also call
8585         it earlier, in mono_class_init(), since it can be used before the
8586         type is initialized.
8587
8588 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8589
8590         * Makefile.am:
8591         * assembly.c:
8592         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8593
8594         * appdomain.c:
8595         * appdomain.h:
8596         * marshal.c:
8597         * object.c: remove warnings.
8598
8599 2003-03-13  Martin Baulig  <martin@ximian.com>
8600
8601         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8602         (MonoDebugLexicalBlockEntry): New types.
8603
8604         * debug-mono-symfile.c
8605         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8606
8607 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8608
8609         * process.c: ret can be any non-zero value accroding to MS doc.
8610
8611 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8612
8613         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8614         fixing a warning for a miss-used prototype, would have cause
8615         random memory corruption.
8616
8617 2003-03-07  Martin Baulig  <martin@ximian.com>
8618
8619         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8620         getting really annoying ....
8621
8622 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8623
8624         * reflection.c (fixup_method): added support for array methods.
8625
8626 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8627
8628         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8629         (pointed out by Michael Adams).
8630
8631 2003-03-04  Dick Porter  <dick@ximian.com>
8632
8633         * icall.c: Temporarily reverted the Double and Single ToString()
8634         change, because it broke nunit.
8635
8636 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8637
8638         * object.h, threads.h: make include files compatible with C++
8639         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8640
8641 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8642
8643         * icall.c: Erased ToString helper functions for Double and Single.
8644         Now, that implementations ar all in managed code (Double and Single
8645         Formatters).
8646
8647 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8648
8649         * appdomain.c: Added method for initializing the default context of
8650         a domain. Added internal call for getting the default context.
8651         * appdomain.h: Added context variable in MonoDomain struct.
8652         * domain.c: mono_domain_set also sets the default context of the domain
8653         * icall.c: Mapped internal method InternalGetDefaultContext.
8654         * object.c: mono_object_get_virtual_method returns always a remoting
8655         wrapper if the object is a transparent proxy.
8656         mono_runtime_invoke_array: when creating an object by calling the
8657         constructor, if the created object is a proxy, then the constructor should
8658         be called using the a remoting wrapper.
8659
8660 2003-03-03  Dick Porter  <dick@ximian.com>
8661
8662         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8663         variable so it compiles on solaris.  Problem spotted by
8664         Christopher Taylor <ct@cs.clemson.edu>
8665
8666 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8667
8668         * appdomain.c:
8669         (get_info_from_assembly_name): don't leak value.
8670
8671         * icall.c:
8672         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8673         result.
8674
8675 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8676
8677         * assembly.c: export mono_image_load_references ().
8678         * class.c: handle function pointers. mono_class_from_name() now
8679         supports nested type names directly.
8680
8681 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8682
8683         * reflection.h reflection.c: Encode already created dynamic methods 
8684         and fields correctly as a DEF instead of a REF.
8685
8686         * reflection.c: Get rid of the force_ref argument to 
8687         mono_image_typedef_or_ref since it was wrong in the first place.
8688
8689         * string-icalls.c: add error checking to string constructors according
8690         to the MSDN docs.
8691
8692         * reflection.c: Emit types in the order their TypeBuilders were 
8693         created. Previously, a new table index was assigned to each type before
8694         the tables were emitted. This was wrong because the signature blob
8695         might already refer to a type by its original table index.
8696
8697 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8698
8699         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8700         change.
8701         
8702 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8703
8704         * Makefile.am: make assemblies dir have \ instead of / on windows.
8705
8706 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8707
8708         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8709         iterate over the NESTEDCLASS table using a linear search since the
8710         table is not guaranteed to be sorted by the secondary key.
8711
8712         * class.c (mono_class_create_from_typedef): fixed up call to
8713         mono_metadata_nesting_typedef.
8714         
8715 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8716
8717         * marshal.c (mono_string_to_byvalstr): clear the memory as
8718         suggested by Jerome Laban <jlaban@wanadoo.fr>
8719
8720 2003-02-26  Dick Porter  <dick@ximian.com>
8721
8722         * process.c: Cope with padding in .rsrc blocks
8723
8724 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8725
8726         * metadata.h: reverted the filter_len change, it breaks reflection
8727         
8728 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8729
8730         * metadata.h: added a new field to store the filter_len
8731         
8732
8733 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8734
8735         * reflection.c: handle custom attributes for types and members
8736         created with Reflection.Emit (bug#38422).
8737
8738 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8739
8740         * reflection.c: define RTSpecialName automatically for constructors for
8741         compatibility with MS.NET.
8742
8743         * reflection.c (mono_reflection_create_runtime_class): initialize
8744         nested_in field of dynamically created classes.
8745
8746 2003-02-22  Martin Baulig  <martin@ximian.com>
8747
8748         * debug-mono-symfile.h: Incremented version number.
8749
8750 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8751
8752         * object.h icall.c process.c: fix warnings.
8753
8754 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8755
8756         * appdomain.h appdomain.c:
8757         (mono_domain_try_type_resolve): split the 
8758         name_or_tb argument into a name and a tb argument.
8759         (mono_domain_has_type_resolve): new function to check whenever the
8760         application has registered a TypeResolve event handler.
8761         
8762         * icall.c reflection.h reflection.c: move the type resolve logic into
8763         mono_reflection_get_type () so it will be invoked when 
8764         Assembly::GetType () is called.
8765
8766         * reflection.c:
8767         (mono_reflection_get_type): renamed to get_type_internal.
8768         (mono_reflection_get_type): fixed type name generation so it works 
8769         for nested types too.
8770         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8771         costly type name generation if there is no resolve event handler.
8772
8773 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8774
8775         * class.c, image.c: load exported types from file references.
8776
8777 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8778
8779         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8780           used to cache the managed methods used to create proxies and make 
8781           remote invocation of methods.
8782         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8783           to be remotely created.
8784         * object.c: Modified the method mono_class_vtable(). It now initializes 
8785           the remote flag of the vtable. Modified mono_object_new_specific(), 
8786           so now it checks the remote flag.
8787         * icall.c: Added a couple of internal methods, one for enabling instance 
8788           creation interception for a type, and one for creating objects bypassing
8789           the remote check.
8790
8791 2003-02-18  Martin Baulig  <martin@ximian.com>
8792
8793         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8794         New interncall to get a method's metadata token.
8795
8796         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8797         New interncall for the debugger.
8798
8799 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8800
8801         * class.c (mono_class_setup_vtable): allocate supertype array
8802
8803 2003-02-18  Martin Baulig  <martin@ximian.com>
8804
8805         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8806
8807 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8808
8809         * reflection.c:
8810         (assembly_name_to_aname): jump over unknown properties (i've found
8811         something like: 'type, assembly, version=xxx, custom=null, public...',
8812         so now will ignore custom=null and still get the rest of the values).
8813
8814 2003-02-17  Dick Porter  <dick@ximian.com>
8815
8816         * threads.c: Have Thread.Start() wait for a semaphore to signal
8817         that the thread has set up all its local data.  This fixes bug
8818         34323, where Abort() raced the new thread's TLS data.
8819
8820         Also removes the handle_store() call from start_wrapper, because
8821         threads are now always created suspended and there is no longer a
8822         race between the parent and child threads to store the info.
8823
8824 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8825
8826         * image.c: explain the #- heap issue in a message, hopefully
8827         avoiding FAQs on mono-list.
8828
8829 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8830
8831         * icall.c:
8832         (GetEntryAssembly): if the domain has not invoked
8833         AppDomain.ExecuteAssembly yet, return the assembly of the default
8834         AppDomain.
8835
8836 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8837
8838         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8839
8840 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8841
8842         * metadata.c, reflection.c: simple speedup to type hash
8843         and equals code.
8844
8845 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8846
8847         * image.c, image.h, class.c, assembly.c: move module loading
8848         to MonoImage. When loading metadata, consider alignemnet from
8849         the start of metadata, not from the metadata address in memory.
8850
8851 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8852
8853         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8854         AssemblyBuilder objects. Factored out custom attribute creation into
8855         a separate function.
8856         (create_custom_attr): new function to create custom attributes.
8857
8858 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8859
8860         * Makefile.am: Got tired of typing the full pathname to pedump.
8861         Until there is another option, am installing this.
8862
8863 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8864
8865         * class.c (class_compute_field_layout): always set field->parent 
8866         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8867
8868 2003-02-11  Dick Porter  <dick@ximian.com>
8869
8870         * threads-types.h:
8871         * monitor.c: Rewrote Monitor, making lock much faster and
8872         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8873         creates them as needed.
8874
8875         * exception.c: Added SynchronizationLockException
8876
8877         * threads.c: Deleted old Monitor implementation.  The new one is
8878         in a new file.
8879
8880 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8881
8882         * class.c: handled TypedReference type code. Set the correct size for
8883         class data. Setup interface_offsets for interface classes, too.
8884
8885 2003-02-09  Martin Baulig  <martin@ximian.com>
8886
8887         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8888
8889 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8890
8891         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8892         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8893         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8894         * verify.c: check for code that runs after the end of the method.
8895
8896 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8897
8898         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8899         "System.Math::Round2".
8900         * sysmath.h: Added Floor, Round and Round2 definitions.
8901         * sysmath.c: Modified certain functions that were not 100% compliant
8902         with MS.NET (math precision) and added the implementation of Floor,
8903         Round and Round2.
8904
8905 2003-02-07  Martin Baulig  <martin@ximian.com>
8906
8907         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8908
8909 2003-02-07  Martin Baulig  <martin@ximian.com>
8910
8911         * debug-mono-symfile.c: Reflected latest symwriter changes.
8912         (mono_debug_create_mono_symbol_file): Removed.
8913         (mono_debug_open_mono_symbol_file): Take an argument which
8914         specifies whether to create a dynamic symbol file.
8915
8916 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8917
8918         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8919
8920 2003-02-05  Martin Baulig  <martin@ximian.com>
8921
8922         * reflection.c (mono_image_build_metadata): Make this public,
8923         protect it against being called multiple times, don't create
8924         resources and don't build the compressed metadata here.
8925         (mono_image_create_pefile): Do this here.
8926
8927         * icall.c
8928         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8929
8930 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8931
8932         * socket-io.c: fixed bug #36322.
8933
8934 2003-02-06  Piers Haken <piersh@friskit.com>
8935
8936         * appdomain.[ch]:
8937         * class.h:
8938         * debug-mono-symfile.c:
8939         * icall.c:
8940         * loader.c:
8941         * mono-config.c:
8942         * monosn.c:
8943         * reflection.c:
8944         * socket-io.c: warning cleanups
8945
8946 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8947
8948         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8949         function. works like remoting invoke, but does a check for the Proxy first.
8950
8951 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8952
8953         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8954
8955 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8956
8957         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8958         array of pointers.
8959         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8960         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8961
8962         * object.c (mono_store_remote_field_new): used by the new jit
8963         instead of mono_store_remote_field
8964         (mono_load_remote_field_new): used by the new jit
8965         instead of mono_load_remote_field
8966
8967 2003-02-05  Patrik Torstensson
8968
8969         * appdomain.c: changed unload to take the domain id instead
8970         of domain
8971         
8972         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8973
8974
8975 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8976
8977         * appdomain.c: don't look for assemblies in ApplicationBase if
8978         PrivateBinPathProbe is set.
8979
8980 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8981
8982         * object.c: make the first argument in main_args contain the absolute
8983         path to the assembly. Fixes bug #37511.
8984
8985 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8986
8987         * icall.c: get correct UTC offset for countries not using daylight
8988         time saving. Fixes bug #30030.
8989
8990 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8991
8992         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8993         and 1 are the family).
8994
8995 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8996
8997         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8998
8999         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
9000
9001 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
9002
9003         * reflection.c: added support for SignatureHelper tokens, which is
9004         needed by the Calli opcode.
9005
9006         * reflection.h: track changes to SignatureHelper class.
9007
9008         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
9009
9010 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9011
9012         * appdomain.c: fixed loading assemblies from PrivateBinPath.
9013
9014 2003-02-03  Patrik Torstensson
9015         * appdomain.[c|h], domain.c : 
9016          - Added support for getting a domain via domain id
9017          - Support for setting and getting domain from System.AppDomain 
9018            (used in cross appdomain channel)
9019          - Added support for get/set for a MonoAppContext on a thread 
9020            (Context class in System.Runtime.Remoting.Contexts),
9021          - Removed hack in Get/SetData and ExecuteAssembly.
9022         
9023         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
9024         the managed world to get control when a proxy is created.
9025
9026         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
9027         
9028 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
9029
9030         * icall.c
9031         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
9032         Populate the codebase field as well.
9033
9034 2003-02-02  Martin Baulig  <martin@ximian.com>
9035
9036         * debug-mono-symfile.c
9037         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
9038         (mono_debug_symfile_add_method): Allow interncalls.
9039
9040 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9041
9042         * icall.c: throw parse exception if strtod fails or the string is empty.
9043
9044 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
9045
9046         * marshal.c: handle object type separately from defined
9047         class types.
9048
9049 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
9050
9051         * marshal.c: handle NATIVE_LPSTR for strings when it's
9052         explicitly specified.
9053
9054 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
9055
9056         * reflection.c, reflection.h, icall.c: setup the reflection
9057         handle cache for ModuleBuilders and AssemblyBuilders.
9058
9059 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
9060
9061         * reflection.c (reflection_methodbuilder_to_mono_method): set
9062         pinvoke flag
9063
9064 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9065
9066         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
9067
9068 2003-01-29  Dick Porter  <dick@ximian.com>
9069
9070         * threads.c: No need for the fake_thread kludge now that Thread
9071         doesn't run a class constructor
9072         
9073 2003-01-29  Dick Porter  <dick@ximian.com>
9074
9075         * threads.c: Use g_direct_hash instead of the rather bogus
9076         g_int_hash
9077
9078 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
9079
9080         * marshal.c (mono_marshal_get_native_wrapper): add check for null
9081         (fix pinvoke12.exe)
9082         (mono_marshal_get_struct_to_ptr): generate valid IL code
9083         (mono_marshal_get_ptr_to_struct): generate valid IL code
9084         (*): correctly set sig->pinvoke, we need to memdup the signature
9085         to do that
9086
9087 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
9088
9089         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
9090         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
9091
9092 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9093
9094         * profiler.c: provide more callers information.
9095
9096 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
9097
9098         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
9099
9100         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
9101
9102         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
9103
9104 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9105
9106         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
9107         exception instead of going into an infinite loop on dates which it 
9108         can't yet handle.
9109
9110         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
9111         out-of-range exception if needed.
9112
9113         * class.c (mono_class_setup_vtable): allow a virtual method to provide
9114         an implementation for an interface method and to override an inherited
9115         method at the same time. 
9116         Imagine a scenario when a virtual method is used to override a
9117         virtual abstract method in a parent class, and this same method 
9118         provides an implementation for an method inherited from an interface. 
9119         In this case, the interface resolution code will set im->slot, which 
9120         means that the virtual method override pass will skip this method 
9121         which means a pointer to the abstract method inherited from the parent
9122         will remain in the vtable of this non-abstract class.
9123
9124         * class.c: (mono_class_setup_vtable): continue search for a real 
9125         method if only an abstract method is found.     
9126
9127 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9128
9129         * reflection.c: add size to encoding for ByValStr and ByValArray
9130         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
9131
9132 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9133
9134         * class.c (mono_class_setup_vtable): pass the override info as an
9135         argument.
9136
9137         * class.c (mono_class_setup_vtable): set the slot of overriding methods
9138         correctly.
9139         
9140         * reflection.c (ensure_runtime_vtable); add support for method 
9141         overrides.
9142         
9143 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9144
9145         * reflection.c (resolution_scope_from_image): Hack to work to work with
9146         dynamic assemblies.
9147
9148         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
9149         added a 'force_ref' argument to force this function to allways return 
9150         a TypeRef. This is needed by mono_image_get_memberref_token ().
9151         
9152 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9153
9154         * reflection.c (mono_image_get_type_info): interfaces really don't have
9155         a parent.
9156
9157         * reflection.c (mono_image_basic_init): fill out missing fields of
9158         image structure.
9159
9160         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
9161         dynamic assemblies. This is required so dynamic assemblies show up in
9162         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
9163         Type::GetType() etc. This is consistent with MS behaviour.
9164
9165         * image.c image.h reflection.c: add newly created classes to the name 
9166         cache so mono_class_get () will find them.      
9167
9168 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9169
9170         First part of changes to get IKVM.NET running under mono.
9171         
9172         * appdomain.h, appdomain.c: added new function 
9173         mono_domain_try_type_resolve() which will emit TypeResolve events. 
9174         This function will call AppDomain::DoTypeResolve to do the actual work.
9175
9176         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
9177         moved existing code dealing with dynamic tokens to a new function 
9178         called mono_reflection_lookup_dynamic_token (). This function will 
9179         raise TypeResolve events when appropriate. Since reflection.c is not 
9180         part of libmetadata, a new hook function called 
9181         mono_lookup_dynamic_token() is added to class.c which will call this.
9182
9183         * assembly.h assembly.c: make the invoke_load_hook function public,
9184         so it can be called for dynamic assemblies.
9185
9186         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
9187
9188         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
9189         type isn't found.
9190
9191         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
9192         MonoGHashTable, since it contains pointers to objects which the GC 
9193         needs to track.
9194
9195         * assembly.c (search_loaded): remove unused variable.
9196         
9197 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
9198
9199         * object.c: fixed issue exposed by gcc-generated IL programs
9200         that use RVA data for pointers.
9201
9202 2003-01-25  Martin Baulig  <martin@ximian.com>
9203
9204         * threads.c (start_wrapper): Moved the initialization of
9205         `start_func' above the mono_new_thread_init() call to which we
9206         pass it as argument.
9207
9208 2003-01-24  Martin Baulig  <martin@ximian.com>
9209
9210         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
9211         the MonoThread pointer.
9212
9213 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
9214
9215         * icall.c: Rename `PowImpl' to Pow.
9216
9217 2003-01-23  Dick Porter  <dick@ximian.com>
9218
9219         * threads.c (start_wrapper): Create a Thread object if needed, so
9220         the Main() thread can do the class initialisation in a subthread
9221         that has been set up to allow managed code execution.
9222
9223         Pass the thread ID instead of the MonoThread pointer to the thread
9224         start and attach callbacks.  This change is required, because the
9225         jit thread start callback must be called _before_ the Thread
9226         object can be created.
9227         
9228         (mono_thread_init): Removed much object creation code that is no
9229         longer needed.  No managed code is called from here now.
9230
9231         * object.c (mono_runtime_exec_managed_code): Create a subthread
9232         for Main, and call back to the runtime to use it.
9233         Set the exit code when Main exits.
9234
9235         * gc.c: Make sure domain finalisation happens in a subthread.
9236         Re-enable threaded GC, fixing bug 31333 (again).
9237
9238         * environment.c: System.Environment internall calls (so far just
9239         ExitCode is here, the others are still in icall.c)
9240
9241         * appdomain.c (mono_runtime_cleanup): All threads running managed
9242         code should have finished before mono_runtime_cleanup() is
9243         reached, so no need to clean up threads.
9244
9245 2003-01-22  Martin Baulig  <martin@ximian.com>
9246
9247         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
9248         `gpointer func' arguments.      
9249         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
9250         but added `MonoThread *thread' argument.
9251         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
9252
9253         * threads.c (mono_new_thread_init): Added `gpointer func' argument
9254         and pass it to the mono_thread_start_cb callback.
9255         (mono_install_thread_callbacks): New public function to install a
9256         set of callbacks which are set by the debugger.
9257         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
9258
9259 2003-01-22  Martin Baulig  <martin@ximian.com>
9260
9261         * Makefile.am: Install debug-mono-symfile.h.
9262
9263 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
9264
9265         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
9266
9267 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
9268
9269         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
9270         * class.c (mono_ptr_class_get): correctly set access levels of pointers
9271         (mono_array_class_get): correctly set access levels of arrays
9272
9273 2003-01-20      Patrik Torstensson
9274         * image.h (MonoAssemblyName): changed major, minor, build, revision
9275         from signed to unsigned.
9276
9277 2003-01-20  sean kasun <skasun@azstarnet.com>
9278
9279         * reflection.c (load_cattr_value): Now this handles
9280         MONO_TYPE_SZARRAY.  Fixes bug #35629
9281
9282 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
9283
9284         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
9285         integer value
9286
9287 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9288
9289         * decimal.c: fixed bug #26056.
9290
9291 2003-01-17  Martin Baulig  <martin@ximian.com>
9292
9293         * gc.c: Raise an ExecutionEngineException instead of using g_error().
9294
9295 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9296
9297         * exception.[ch]:
9298         (mono_get_exception_type_initialization): new function.
9299
9300         * object.c: throw a TypeInitializationException when an exception is
9301         thrown invoking the class constructor.
9302
9303 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9304
9305         * reflection.c: fixed attribute reading.
9306
9307 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9308
9309         * icall.c:
9310         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
9311         provided, look for the type in the calling assembly and then in
9312         mscorlib; if the assembly name is provided, only try that one.
9313
9314 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
9315
9316         * object.c: register the vtable before there is a chance it's
9317         queried again recursively.
9318
9319 2003-01-13  Duncan Mak  <duncan@ximian.com>
9320
9321         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9322         gc-internal.h. 
9323         
9324 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9325
9326         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9327
9328 2003-01-11  Martin Baulig  <martin@ximian.com>
9329
9330         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9331         this to 20 for the release.
9332
9333 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9334
9335         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9336
9337         * loader.c (mono_method_get_marshal_info): bug fix
9338
9339         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9340         structures with explicit layout
9341
9342 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9343
9344         * profiler.c: made the output more readable (and sorted). 
9345         Added caller information for the allocation profiler.
9346
9347 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9348
9349         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9350
9351 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9352
9353         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9354         to get value types.
9355         
9356 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9357
9358         * object.c, profiler.h, profiler.c, profiler-private.h:
9359         Added object allocation profiler.
9360
9361 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9362
9363         * reflection.h, reflection.c: handle global methods.
9364         Compress blob entries.
9365
9366 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9367
9368         * marshal.c: fix compilation.
9369
9370 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9371
9372         * loader.c (mono_method_get_marshal_info): impl.
9373
9374         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9375
9376 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9377
9378         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9379         for reference types.
9380
9381 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9382
9383         * loader.c: fixed off by one error in loaded parameter names.
9384
9385 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9386
9387         * marshal.c (mono_marshal_get_icall_wrapper): like
9388         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9389         instead of a MonoMethod.
9390
9391 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9392
9393         * decimal.c: fixed bug #36537.
9394
9395 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9396
9397         * marshal.c: throw a missing method exception if a
9398         P/Invoke method is not found.
9399
9400 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9401
9402         * icall.c: allow a null this for constructors.
9403
9404 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9405
9406         * icall.c: raise the proper exceptions if the arguments to the
9407         internal Invoke are incorrect.
9408
9409 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9410
9411         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9412
9413 2003-01-03  Martin Baulig  <martin@ximian.com>
9414
9415         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9416
9417 2002-12-31  Martin Baulig  <martin@ximian.com>
9418
9419         * debug-mono-symfile.c: Completely rewrote the type section.
9420         Instead of using individual malloc()ed fields, we use one big
9421         continuous memory area and offsets into this area.
9422         See the comments in the source code for details.
9423
9424 2002-12-30  Martin Baulig  <martin@ximian.com>
9425
9426         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9427
9428 2002-12-30  Martin Baulig  <martin@ximian.com>
9429
9430         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9431         line number table in this data blob instead of using an external
9432         pointer.
9433
9434 2002-12-28  Martin Baulig  <martin@ximian.com>
9435
9436         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9437
9438 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9439
9440         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9441         as a boxed return type.
9442
9443 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9444
9445         * appdomain.c
9446         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9447         g_build_filename to properly get separators on the filename created.
9448
9449         * object.h: Small change, introduce MonoMarshalByRefObject to
9450         track the layout of that structure in the C# universe as we make
9451         changes there.
9452
9453 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9454
9455         * object.c: removed assert to allow static fields on interfaces.
9456         * loader.c: a TypeSpec may be used for any type, not just arrays.
9457
9458 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9459
9460         * class.c, class.h: added mono_class_array_element_size ().
9461         Ignore static methods in interfaces.
9462
9463 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9464
9465         * threads.c: fixed the build under cygwin.
9466
9467 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9468
9469         * reflection.c: handle nullref constants. Allocate keys for
9470         reflection handles with the GC.
9471
9472 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9473
9474         * threads.c, threads.h: added mono_thread_get_abort_signal()
9475         to get a suitable signal for thread abort.
9476
9477 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9478
9479         * metadata.c: fix handling of ExportedType table.
9480
9481 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9482
9483         * icall.c: added WriteWindowsDebugString internal call.
9484
9485 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9486
9487         * reflection.h: added fields to match C# implementation.
9488
9489 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9490
9491         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9492
9493 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9494
9495         * gc.h, gc-internal.h: Rename header for GC internal calls to
9496         gc-internal.h from gc.h as to not clash with Boehm GC having its
9497         header installed as <gc.h> in outside include paths.
9498         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9499         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9500
9501 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9502
9503         * icall.c: assign minor, build and revision in FillName.
9504
9505 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9506
9507         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9508         Added support for running code generated by Reflection.Emit.
9509
9510 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9511
9512         * appdomain.c: check for NULL argument in LoadFrom.
9513
9514 2002-12-10  Dick Porter  <dick@ximian.com>
9515
9516         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9517
9518 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9519
9520         * appdomain.c: fix buglet when building exe file name.  Handle full
9521         assembly name (needed after latest changes to AssemblyName).
9522         * image.c:
9523         (mono_image_close): free some hashtables.
9524
9525 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9526
9527         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9528         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9529         on some systems (redhat 7.3) 
9530
9531 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9532
9533         * threads.c: delete the critical section of a sync block,
9534         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9535
9536 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9537
9538         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9539
9540 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9541
9542         * appdomain.[ch]: handle the assembly preload event to try loading the
9543         assemblies using the paths we have in the current domain.
9544
9545         * assembly.[ch]: created an assembly preload hook that is called to try
9546         loading the assembly by other means that the ones provided here.
9547
9548         * domain.c: initialize the domain search path.
9549
9550         From now on, assemblies (TODO: except corlib and System) are loaded
9551         according to these rules when using mono_assembly_load ():
9552
9553                 1. It tries to load the assembly from the ApplicationBase
9554                 of the current domain appending .dll and .exe (TODO: have to
9555                 try loading from name/name.dll and name/name.exe).
9556
9557                 2. It tries the search path specified in PrivateBinPath for the
9558                 current domain (if any).
9559
9560                 3. Previous behavior.
9561
9562 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9563
9564         * icall.c: implemented GetInterfaceMap() related icall.
9565         * domain.c, loader.h: load MethodInfo in mono_defaults.
9566
9567 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9568
9569         * gc.c: disable the finalizer thread for now, untill all the issues
9570         with it are resolved.
9571
9572 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9573
9574         * string-icalls.c: handle embedded nulls in string ctor when the
9575         length is specified.
9576
9577 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9578
9579         * class.c: look for explicit interface implementation in parent
9580         classes, too.
9581
9582 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9583
9584         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9585
9586 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9587
9588         * gc.c: protect handles with a critical section.
9589
9590 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9591
9592         * icall.c:
9593         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9594         parameters. If no assembly specified, try getting the type from all
9595         the assemblies in the current domain, else, load the assembly and get
9596         the type from it.
9597
9598 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9599
9600         * marshal.c: applied patch from Aleksey Demakov that fixes
9601         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9602
9603 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9604
9605         * icall.c: fixed get_location.
9606
9607 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9608
9609         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9610         declarations to make it work with older gcc. 
9611
9612         * loader.c (mono_get_method): set signature->pinvoke for native calls
9613
9614 2002-11-20  Dick Porter  <dick@ximian.com>
9615
9616         * threads.c (mono_thread_init): Set the main thread's handle
9617
9618 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9619
9620         * gc.c: allow compilation without GC support. Changed to match the
9621         mono coding style.
9622
9623 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9624
9625         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9626
9627 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9628
9629         * reflection.c: set a public key token on the core assemblies.
9630
9631 2002-11-18  Dick Porter  <dick@ximian.com>
9632
9633         * threads.c: Split out some thread initialisation so that other
9634         files can set the start callback function.
9635
9636         * gc.c: Run finalisers in a separate thread, to avoid stack
9637         overflow.  Fixes bug 31333.
9638
9639         * appdomain.c: Set up GC finalisation thread.
9640
9641         * reflection.c: 
9642         * object.c: 
9643         * domain.c: Use gc.h macros for GC_malloc
9644         
9645 2002-11-15  Dick Porter  <dick@ximian.com>
9646
9647         * threadpool.c: 
9648         * threads.c:
9649         * appdomain.c: Removed mono_runtime_init_with_attach(),
9650         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9651         merging the extra parameter with the existing function.  Removed
9652         unneeded code in mono_thread_attach().
9653
9654 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9655
9656         * image.c (mono_image_loaded_by_guid): a method to get loaded
9657         images by guid. 
9658         (load_metadata_ptrs): we store the guid as string.
9659
9660 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9661
9662         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9663
9664         * metadata.c (mono_guid_to_string): imported method form Zoltan
9665         Varga (slightly modified)
9666
9667         * assembly.c (mono_assembly_open): load precompiled code
9668
9669         * loader.h (MonoMethod): we store the method token for use in the
9670         aot compiler. 
9671
9672 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9673
9674         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9675         the hook function called when an assembly is loaded.
9676         
9677         * domain.c: Modified file.
9678         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9679
9680         Fixes bug #33196.
9681
9682 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9683
9684         * reflection.c: Map PEFileKind to the value expected by the WinNT
9685         image loader. 
9686
9687 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9688
9689         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9690         Read until the buffer is filled completely.
9691
9692 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9693
9694         * icall.c: implemented MonoType.InternalGetEvent ().
9695
9696 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9697
9698         * appdomain.c: implemented InitAppDomainSetup. Delayed
9699         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9700         the entry_assembly.
9701
9702         * assembly.c: base_dir is now an absolute path ending with
9703         G_DIR_SEPARATOR.
9704
9705         * icall.c: modified get_location according to the above changes.
9706
9707         * object.c: init AppDomain.SetupInformation for the default domain after
9708         we have the entry assembly.
9709
9710         * domain.c: when unloading a domain, setup = NULL.
9711
9712 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9713
9714         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9715
9716 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9717
9718         * object.h, object.c: introduced mono_object_get_virtual_method ()
9719         to lookup the method invoked on an object when a callvirt is done on
9720         a method.
9721         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9722
9723 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9724
9725         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9726         current domain when loaded an assembly and failed to load it.
9727
9728         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9729
9730 2002-10-31  Dick Porter  <dick@ximian.com>
9731
9732         * icall.c: 
9733         * file-io.h: 
9734         * file-io.c: Return the error status in a parameter, as the
9735         GetLastError() value has long since been blown away if we try and
9736         look it up in a subsequent internal call invocation.  Delete the
9737         GetLastError() internal call, because it's useless.
9738
9739 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9740
9741         * class.[ch]: added cast_class to fix bug 29517
9742
9743 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9744
9745         * marshal.c: create valid IL code in the filter clause:
9746         the new JIT is less forgiving:-)
9747
9748 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9749
9750         * icall.c: removed get_property internal call.
9751
9752 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9753
9754         * appdomain.h domain.c: Added an ID to appdomains.
9755         
9756         * threads.c threads.h icall.c: Implement icall
9757         Thread:GetDomainID(), and remove unused icall 
9758         CurrentThreadDomain_internal.
9759
9760 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9761
9762         * icall.c: Don't recurse through the base types in GetConstructor.
9763         Fixes bug #32063. 
9764
9765 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9766
9767         * mempool.h, mempool.c: added mono_mempool_empty() and
9768         mono_mempool_stats().
9769
9770 2002-10-23  Dick Porter  <dick@ximian.com>
9771
9772         * file-io.c: 
9773         * file-io.h: 
9774         * icall.c: Added MonoIO.GetFileType internal call
9775
9776 2002-10-17  Dick Porter  <dick@ximian.com>
9777
9778         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9779         delegate semaphore before waiting for all threads to finish,
9780         because new threads can also call async delegates.  Fixes bug
9781         32004.
9782
9783         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9784         of 3 seconds, in case another async job is queued.  (This part is
9785         needed because the bug fix reintroduced the 3s exit lag.)  This
9786         makes the mono_runtime_shutdown flag superfluous.
9787
9788 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9789
9790         * reflection.c: include ehader size in method section headers.
9791         Really check for suplicated modules entries.
9792
9793 2002-10-17  Martin Baulig  <martin@gnome.org>
9794
9795         * debug-mono-symfile.c: Added back support for locals.
9796
9797 2002-10-14  Martin Baulig  <martin@gnome.org>
9798
9799         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9800         MONO_TYPE_VOID.
9801
9802 2002-10-14  Martin Baulig  <martin@gnome.org>
9803
9804         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9805         mono_class_get() instead of looking in the class cache. 
9806
9807 2002-10-13  Martin Baulig  <martin@gnome.org>
9808
9809         * debug-mono-symfile.c: Set version number to 28, include the
9810         signature in method names.
9811
9812 2002-10-13  Martin Baulig  <martin@gnome.org>
9813
9814         * debug-mono-symfile.h: Set version number to 27.
9815
9816 2002-10-11  Martin Baulig  <martin@gnome.org>
9817
9818         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9819
9820 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9821
9822         * metadata.c, metadata.h: added helper function to allocate signatures.
9823
9824 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9825
9826         * icall.c: added internal call to get the location of machine.config.
9827
9828 2002-10-08  Martin Baulig  <martin@gnome.org>
9829
9830         * debug-mono-symfile.c: Ignore classes with a pending init for the
9831         moment.
9832
9833 2002-10-03  Dick Porter  <dick@ximian.com>
9834
9835         * threads.c: Freebsd pthread_t is a pointer
9836
9837 2002-10-03  Dick Porter  <dick@ximian.com>
9838
9839         * socket-io.c: Implemented GetHostName_internal
9840
9841 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9842
9843         * mono-config.c:
9844         (mono_config_parse_file): don't leak the text.
9845
9846 2002-10-02  Martin Baulig  <martin@gnome.org>
9847
9848         * debug-mono-symfile.c: Added support for methods.
9849
9850 2002-10-01  Martin Baulig  <martin@gnome.org>
9851
9852         * debug-mono-symfile.c: Don't emit methods and line numbers for
9853         the dynamic symbol file, just write the type table.  We can easily
9854         have an external helper program which creates a symbol file for an
9855         IL file.        
9856
9857 2002-10-01  Dick Porter  <dick@ximian.com>
9858
9859         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9860         Only add the handle to the cleanup array when we're about to
9861         launch the thread.  Bug 31425 deadlocked when the test was run on
9862         mono under w32.
9863
9864 2002-10-01  Martin Baulig  <martin@gnome.org>
9865
9866         * debug-mono-symfile.c: Added support for properties.
9867
9868 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9869
9870         * reflection.c: unaligned store fix from Mark Crichton
9871         <crichton@gimp.org>.
9872
9873 2002-09-27  Martin Baulig  <martin@gnome.org>
9874
9875         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9876         New interncall.
9877
9878 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9879
9880         * assembly.h, assembly.c: use a sane API to hook into the assembly
9881         loading process instead of a useless special-purpouse hack
9882         (ngen needs a hook, too, for example).
9883
9884 2002-09-27  Dick Porter  <dick@ximian.com>
9885
9886         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9887         io-layer can set up some process handle info.  Not needed on w32,
9888         but doesn't hurt either.
9889
9890         * process.c: Pass the program name in the second parameter to
9891         CreateProcess, so the path is searched.  Include the working
9892         directory. Implemented process name, process enumeration, and some
9893         process detail internal calls.
9894         
9895         * icall.c: Added internal calls for process lookup, and some
9896         process details
9897
9898 2002-09-26  Martin Baulig  <martin@gnome.org>
9899
9900         * assembly.c (mono_install_open_assembly_hook): New global
9901         function to install a function to be invoked each time a new
9902         assembly is loaded.
9903         (mono_assembly_open): Run this callback function if set.
9904
9905         * debug-mono-symfile.c: Put back line numbers for the dynamic
9906         symbol file and also record the .il file as source file.  This
9907         allows us to install the temporary symbol file as `file.dbg' just
9908         like a compiler-generated one.
9909
9910 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9911
9912         * Corrected typo in gc.c (BOHEM vs BOEHM).
9913
9914 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9915
9916         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9917         GetProperties. Also avoid calling g_slist_length in GetProperties and
9918         GetMethods.
9919
9920 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9921
9922         * reflection.c: avoid unaligned stores (bug spotted by
9923         Mark Crichton  <crichton@gimp.org>).
9924
9925 2002-09-25  Martin Baulig  <martin@gnome.org>
9926
9927         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9928         instead of guint64 for addresses and added prologue/epilogue info.
9929
9930 2002-09-25  Martin Baulig  <martin@gnome.org>
9931
9932         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9933         store line number info.  For the dynamic symbol file, we only need
9934         to provide the JIT generated dynamic line number info for the dynamic
9935         symbol file.
9936
9937 2002-09-25  Martin Baulig  <martin@gnome.org>
9938
9939         * debug-mono-symfile.h: Incremented version number.
9940
9941 2002-09-24  Martin Baulig  <martin@gnome.org>
9942
9943         * class.c (mono_debugger_class_init_func): New global function
9944         pointer variable.
9945         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9946         call it.
9947
9948         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9949         function.  This is called via the mono_debugger_class_init_func
9950         hook to add all types to the dynamic type table.
9951         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9952         from its metadata token.
9953
9954         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9955         New interncall for the debugger.
9956
9957 2002-09-24  Nick Drochak <ndrochak@gol.com>
9958
9959         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9960         before using it in case it is null.
9961         
9962 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9963
9964         * metadata.c: allow custom modifiers in local var signatures
9965         (bug spotted by Zoltan Varga).
9966
9967 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9968
9969         * class.c: deal with the <Module> class that may have a NULL vtable.
9970         Eliminate warnings.
9971
9972 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9973
9974         * image.c, image.h: more strong name helpers.
9975         * monosn.c: more work: convert pem keys to cryptoapi format.
9976
9977 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9978
9979         * string-icalls.c: speedup IndexOf.
9980
9981 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9982
9983         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9984
9985 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9986
9987         * icall.c: cleanup: use mono_object_domain ().
9988
9989 2002-09-23  Martin Baulig  <martin@gnome.org>
9990
9991         * debug-mono-symfile.c: Improved type support.
9992
9993 2002-09-22  Martin Baulig  <martin@gnome.org>
9994
9995         * debug-mono-symfile.c: Added support for reference types and strings.
9996
9997 2002-09-22  Martin Baulig  <martin@gnome.org>
9998
9999         * debug-mono-symfile.c: Started to work on the type table.
10000
10001 2002-09-21  Martin Baulig  <martin@gnome.org>
10002
10003         * debug-mono-symfile.c: Largely reworked the symbol table format.
10004         The symbol table is now incrementally updated each time a new
10005         method is added.  We're now also using our own magic and version
10006         so that you don't need to recompile all your classes if the
10007         dynamic table changes.
10008         (mono_debug_update_mono_symbol_file): Removed.
10009         (mono_debug_symfile_add_method): New function to add a method.
10010
10011 2002-09-21  Martin Baulig  <martin@gnome.org>
10012
10013         * icall.c
10014         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
10015         New interncall.
10016
10017         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
10018         New interncall to get a method from its metadata token.
10019
10020 2002-09-21  Martin Baulig  <martin@gnome.org>
10021
10022         * debug-mono-symfile.c: Create type table.
10023
10024 2002-09-20  Martin Baulig  <martin@gnome.org>
10025
10026         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
10027
10028 2002-09-20  Martin Baulig  <martin@gnome.org>
10029
10030         * debug-mono-symfile.c: Provide information about params and locals.
10031
10032 2002-09-20  Martin Baulig  <martin@gnome.org>
10033
10034         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
10035         New interncall.
10036
10037         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
10038         interncall to get a method from its metadata token.
10039
10040 2002-09-20  Martin Baulig  <martin@gnome.org>
10041
10042         * debug-mono-symfile.c: Added a few checks for method->header
10043         being non-NULL.  This should never happen, but for the moment
10044         let's use a g_warning() rather than a g_assert().
10045
10046 2002-09-19  Mark Crichton  <crichton@gimp.org>
10047
10048         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
10049         even if support for it isn't present.  Added an #ifdef to fix this.
10050
10051         * socket-io.c: Added checks back for Solaris support.
10052
10053 2002-09-19  Martin Baulig  <martin@gnome.org>
10054
10055         * debug-mono-symfile.c (read_string, write_string): Reflect latest
10056         changes in the symbol file format.
10057
10058 2002-09-18  Martin Baulig  <martin@gnome.org>
10059
10060         * debug-mono-symfile.c: Set version number to 21.
10061
10062 2002-09-18  Dick Porter  <dick@ximian.com>
10063
10064         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
10065         on netbsd.  Fixes bug 30051.
10066
10067 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10068
10069         * reflection.c:
10070         (set_version_from_string): little fix.
10071
10072 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10073
10074         * monosn.c, Makefile.am: added strong name utility.
10075         * reflection.h, reflection.c: implemented delayed signing,
10076         locale, version and hash id assembly attributes.
10077
10078 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10079
10080         * loader.c, metadata.c: load param attributes in signatures.
10081
10082 2002-09-16  Martin Baulig  <martin@gnome.org>
10083
10084         * debug-mono-symfile.c: Added string table with all method names.
10085
10086 2002-09-14  Martin Baulig  <martin@gnome.org>
10087
10088         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
10089         fast method lookup.
10090
10091 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10092
10093         * reflection.c: record the public key token of referenced assemblies.
10094
10095 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10096
10097         * image.c, image.h: added functions to get the strong name and the
10098         public key of an assembly.
10099         * pedump.c: use them.
10100
10101 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
10102
10103         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
10104
10105 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
10106
10107         * marshal.c (mono_marshal_get_managed_wrapper): Added
10108         MONO_TYPE_BOOLEAN 
10109
10110 2002-09-11  Martin Baulig  <martin@gnome.org>
10111
10112         * gc.c: Call GC_unregister_disappearing_link() on all links when
10113         finalizing them, this is necessary to aviod a crash in boehm's
10114         finalize handler.
10115
10116 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10117
10118         * gc.c: handle GetTarget for finalized objects spotted and fixed by
10119         nick@chemlab.org.
10120
10121 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10122
10123         * icall.c: implemented MonoType::Module.
10124         * reflection.c, reflection.h: mono_module_get_object () from
10125         Tomi Pakarinen <tomi.pakarinen@welho.com>.
10126
10127 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10128
10129         * icall.c: ignore overridden methods in GetMethods ().
10130         Fix for FieldInfo::SetValue().
10131         * object.c: handle float/double in runtime invoke.
10132
10133 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10134
10135         * object.c: allow a constructor to be called again on an object.
10136
10137 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10138
10139         * class.h, class.c: move field layout code to it's own function and
10140         export it. Get an interface id earlier. Move fields in MonoClass
10141         so they are more cache friendly and align the bitfields.
10142         * loader.c: temporary handle get_param_names() for a runtime method.
10143         * reflection.c, reflection.h: more code to handle runtime creation of
10144         types.
10145
10146 2002-09-09  Martin Baulig  <martin@gnome.org>
10147
10148         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
10149         signature with the pinvoke field being set for the actual call.
10150
10151 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10152
10153         * icall.c: removed some unused icalls. Start of map of glib charsets
10154         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
10155
10156 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10157
10158         * debug-helpers.c: break infinite loop (found and fixed by
10159         Holger Arnold <harnold@gmx.de>).
10160
10161 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10162
10163         * icall.c: target may be null in create_delegate.
10164
10165 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10166
10167         * marshal.c: handle a boolean return type.
10168
10169 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10170
10171         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
10172
10173 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10174
10175         * gc.c: fix weakreferences.
10176
10177 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10178
10179         * icall.c: added icall to get default codepage.
10180
10181 2002-09-03  Dick Porter  <dick@ximian.com>
10182
10183         * threads.h: 
10184         * threads.c: Use MonoThread instead of MonoObject where
10185         apropriate.
10186
10187         Store running thread objects in a hash table, so that we have all
10188         the info to hand when waiting for them to finish
10189         (means we don't need OpenThread() any more, so mingw builds should
10190         be fully functional again.)
10191
10192         * verify.c:
10193         * object.h: Added thread ID to MonoThread
10194
10195 2002-09-03  Martin Baulig  <martin@gnome.org>
10196
10197         * icall.c (System.Reflection.Assembly::get_location): New interncall.
10198
10199 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10200
10201         * icall.c: fixed leak in get_temp_path. Thanks lupus.
10202
10203 2002-09-03  Martin Baulig  <martin@gnome.org>
10204
10205         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
10206         argument to store the end address of the disassembled instruction.
10207
10208         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
10209         here from debug-symfile.h.
10210         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
10211         JIT into this struct.
10212         (MonoSymbolFile): Added `char *image_file' field.
10213         (MonoDebugGetMethodFunc): Removed.
10214         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
10215         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
10216         (mono_debug_find_method): New method.
10217
10218         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
10219         create a full symbol file.
10220         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
10221         and static symbol files.
10222         (mono_debug_find_method): The symbol file keeps an internal method hash,
10223         call this to get a MonoDebugMethodInfo from a MonoMethod.
10224
10225         * debug-symfile.[ch]: Removed.
10226
10227 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
10228
10229         * image.c (do_mono_image_open): Remove linker version check.
10230
10231 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
10232
10233         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
10234         wrappers for instance methods.
10235         
10236 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10237
10238         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
10239
10240 2002-08-28  Dick Porter  <dick@ximian.com>
10241
10242         * Makefile.am: Export HOST_CC for w32 builds
10243
10244 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10245
10246         * file-io.c process.c: MonoString are null terminated, no
10247         need for mono_string_to_utf16() anymore.
10248
10249 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10250
10251         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
10252
10253 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
10254
10255         * icall.c, reflection.h: speedup System.MonoType.
10256
10257 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10258
10259         * reflection.c: allow null as the value of a string argument in
10260         custom attributes constructors.
10261
10262 2002-08-27  Martin Baulig  <martin@gnome.org>
10263
10264         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
10265         `trampoline_address' field.
10266
10267 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
10268
10269         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
10270         check (fixes bug #29486) 
10271
10272 2002-08-27  Martin Baulig  <martin@gnome.org>
10273
10274         * debug-mono-symfile.c: Changed the file format in a way that allows us
10275         open it read-only and to use a specially malloced area for all the
10276         dynamic data.  We can now also generate a symbol file on-the-fly if we're
10277         debugging IL code and there is no MCS generated symbol file for it.
10278
10279 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10280
10281         * object.c: added a define for a good string and array
10282         creation speedup (not enabled by default because we need to deal with
10283         the synch stuff).
10284
10285 2002-08-26  Martin Baulig  <martin@gnome.org>
10286
10287         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
10288         function to create a dynamic symbol file.  This is used by the
10289         debugger to create a symbol file for IL code on-the-fly.
10290
10291 2002-08-26  Martin Baulig  <martin@gnome.org>
10292
10293         * loader.c (mono_lookup_pinvoke_call): Include the error message
10294         from g_module_error() in the error message.
10295
10296 2002-08-24  Martin Baulig  <martin@gnome.org>
10297
10298         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
10299         function to update the symbol file.  The symbol file is mmap()ed
10300         writable, but private.  This allows us to install the symbol file
10301         together with the assembly.
10302
10303 2002-08-24  Martin Baulig  <martin@gnome.org>
10304
10305         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
10306         but they can read the new symbol file format which mcs is now creating.
10307
10308         * debug-symfile.c (mono_debug_find_source_location): Moved to
10309         debug-mono-symfile.c; this is now operating on the new symbol file.
10310
10311 2002-08-23  Martin Baulig  <martin@gnome.org>
10312
10313         * debug-helpers.c (mono_method_desc_from_method): New function to get
10314         a MonoMethodDesc from a MonoMethod.
10315
10316 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10317
10318         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10319         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10320
10321 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10322
10323         * string-icalls.[ch]: make helper methods static.
10324
10325 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10326
10327         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10328         types to it and to SetValueInternal.
10329
10330         * object.c: Moved handle_enum label to its proper place. This was the
10331         f... bug! ;-)
10332
10333         This time i compiled mcs and gtk-sharp and they both work.
10334
10335 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10336
10337         * icall.c: reverted partially my previous patch until 
10338         object.c:set_value handles enums correcly.
10339
10340 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10341
10342         * icall.c:
10343         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10344         (ves_icall_System_Environment_get_MachineName): removed warning when
10345         compiling under cygwin.
10346
10347 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10348
10349         * object.c: fixed field_get_value() for reference types.
10350
10351 2002-08-22  Dick Porter  <dick@ximian.com>
10352
10353         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10354         Don't free a buffer while it's still needed.  Patch from Jonathan
10355         Liger <Jonathan.liger@wanadoo.fr>
10356
10357 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10358
10359         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10360         internal call.
10361
10362 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10363
10364         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10365         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10366
10367         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10368         we call unmanaged code which throws exceptions.
10369
10370 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10371
10372         * appdomain.h: added per-domain entry_assembly.
10373         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10374         arguments.
10375         * icall.c: Assembly::GetEntryAssembly icall.
10376         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10377         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10378
10379 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10380
10381         * appdomain.h, gc.c: added mono_domain_finalize ().
10382
10383 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10384
10385         * object.c:
10386         (mono_print_unhandled_exception): changed g_warning by g_printerr
10387         because g_log has a 1024 characters limit (yeah, i got a big stack
10388         trace). Don't print exception name, that should be in ToString 
10389         returned string.
10390
10391 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10392
10393         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10394         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10395
10396 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10397
10398         * object.c:
10399         (mono_print_unhandled_exception): after previous commit, i realized
10400         that MS calls ToString on the exception. I changed this function to
10401         do that. This way we get stack_trace for free.
10402
10403 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10404
10405         * object.c:
10406         (mono_print_unhandled_exception): invoke Message property instead of
10407         getting 'message' field from Exception. Don't allocate memory for
10408         'trace' and 'message' if not needed.
10409
10410 2002-08-18  Dick Porter  <dick@ximian.com>
10411
10412         * unicode.c: Fix asserts to match Encoder.cs checks
10413
10414 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10415
10416         * marshal.c: fix unaligned store issue and a few wrong
10417         opcode argument types.
10418
10419 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10420
10421         * icall.c: added GetUninitializedObjectInternal internal call.
10422
10423 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10424
10425         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10426         to the right domain.
10427
10428 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10429
10430         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10431
10432         * class.c (class_compute_field_layout): set blittable to false for Strings
10433
10434         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10435
10436 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10437
10438         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10439         first chunk of code to create types at runtime. Code to
10440         handle ReflectedType/DeclaringType. Make reflection handles
10441         domain specific.
10442
10443 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10444
10445         * class.c: set correct name in arrays.
10446
10447 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10448
10449         * appdomain.c (mono_domain_transfer_object): make it work with
10450         valuetypes. bug fixes.
10451
10452 2002-08-12  Dick Porter  <dick@ximian.com>
10453
10454         * object.h: Rename some parameters to avoid c++ keywords (Patch
10455         from Joseph Wenninger <kde@jowenn.at>)
10456
10457 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10458
10459         * icall.c: added icall to implement Assembly.GetFile*.
10460
10461 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10462
10463         * reflection.h, reflection.c: code to embed managed resources.
10464
10465 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10466
10467         * class.c: move all the type size stuff into
10468         class_compute_field_layout().
10469
10470 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10471
10472         * class.c: ensure enums have always the correct instance size.
10473         * unicode.c: remove wrong assert.
10474
10475 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10476
10477         * assembly.c: fix mem corruption issue.
10478         * image.h, image.c: added mono_image_get_resource () to access
10479         managed resources.
10480         * icall.c: implemented Assembly.EntryPoint property and some
10481         Managed Resources related internalcalls.
10482
10483
10484 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10485
10486         * image.c, image.h: impemented mono_image_get_entry_point ().
10487         * appdomain.c: use mono_image_get_entry_point.
10488
10489 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10490
10491         * reflection.c: support the object type argument when loading
10492         custom attributes.
10493
10494 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10495
10496         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10497         String as return type.
10498
10499 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10500
10501         * reflection.c: fix encoding of named args for custom attrs to match
10502         the ms implementation. Read them back when instantiating custom
10503         attributes.
10504
10505 2002-08-02  Radek Doulik  <rodo@ximian.com>
10506
10507         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10508         by Dietmar as quick fix
10509         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10510         16 as stack size, used on more places as quick fix before Dietmar
10511         will fix it properly
10512
10513 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10514
10515         * object.h, object.c: added accessors for fields and properties.
10516
10517 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10518
10519         * class.c, class.h: made mono_class_get_field_from_name ()
10520         loop on parent types.
10521         Added mono_class_get_property_from_name ().
10522
10523 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10524
10525         * class.c, class.h: move the code to setup the type vtable in its own
10526         function so that it can be reused also for types created at runtime.
10527         Eliminate the "class" identifier from the header file.
10528         * reflection.c: setup the vtable for enums so that we can create
10529         objects for use in SetConstant ().
10530
10531 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10532
10533         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10534         instead of the delegate itself as this pointer (bug #28383)
10535
10536 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10537
10538         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10539         conversions.
10540
10541 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10542
10543         * loader.c: don't set the pinvoke bit on icalls.
10544
10545 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10546
10547         * debug-helpers.c (mono_method_full_name): only print a number to
10548         indicate wrapper type (so that the output is more readable in traces).
10549
10550 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10551
10552         * class.c (mono_class_init): include method override patch from Paolo
10553
10554 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10555
10556         * icall.c: fixed GetTypeCode().
10557
10558 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10559
10560         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10561         use real delegate invoke function to make it work with multicast
10562         delegates (fix bug# 28291).
10563
10564 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10565
10566         * object.c: load constant strings.
10567
10568 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10569
10570         * reflection.c: no magic numbers.
10571         * tabledefs.h: security action enum.
10572
10573 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10574
10575         * assembly.c: fix possible memory corruption.
10576
10577 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10578
10579         * reflection.h, reflection.c: added support for linking resources.
10580         * verify.c: check we have an updated corlib.
10581
10582 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10583
10584         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10585         string arrays.
10586         (mono_marshal_string_array): null terminate unmanaged string arrays.
10587         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10588
10589 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10590
10591         * icall.c: Type.GetType () can now return also types from the
10592         calling assembly.
10593
10594 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10595
10596         * loader.h, loader.c: stack walking support.
10597         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10598         GetCallingAssembly.
10599
10600 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10601
10602         * marshal.c: added optimisations for blittable types 
10603
10604         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10605         (mono_class_setup_mono_type): set blittable attribute for single
10606         and double.
10607
10608         * marshal.c (mono_string_utf8_to_builder): impl.
10609         (mono_string_builder_to_utf8): impl.
10610         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10611
10612 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10613
10614         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10615         (mono_marshal_get_managed_wrapper): impl. byref types
10616
10617 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10618
10619         * icall.c:
10620         (search_method): don't display debug message. 
10621
10622 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10623
10624         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10625
10626 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10627
10628         * appdomain.c: set the missing filename when throwing exception.
10629
10630 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10631
10632         * metadata.c (mono_type_size): code cleanup
10633         (mono_type_stack_size): removed some test code
10634
10635 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10636
10637         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10638         mono_get_exception_file_not_found now.
10639
10640         * exception.c (mono_exception_from_name_two_strings): New version
10641         that will call a constructor with two string arguments. 
10642         (mono_get_exception_file_not_found): New helper routine, used to
10643         report file-not-found errors.
10644
10645 2002-07-20  Dick Porter  <dick@ximian.com>
10646
10647         * process.h:
10648         * process.c: Pass file handles to CreateProcess
10649         
10650         * icall.c:
10651         * file-io.h:
10652         * file-io.c: Implemented CreatePipe
10653
10654 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10655
10656         * metadata.c (mono_get_param_info): set alignment for value types
10657
10658 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10659
10660         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10661         Constify mono_domain_assembly_open().
10662         * loader.c: handle null namespace in icalls.
10663
10664 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10665
10666         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10667         (emit_str_to_ptr_conv): marshal object as structs
10668
10669         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10670
10671         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10672
10673 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10674
10675         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10676         (mono_marshal_get_native_wrapper): we an now return value types
10677
10678 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10679
10680         * verify.c: more checks implemented.
10681
10682 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10683
10684         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10685         (fix bug #27695)
10686         (mono_marshal_get_native_wrapper): allow byref arguments
10687         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10688         impl. PtrToStringXXX methods
10689         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10690         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10691         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10692         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10693         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10694
10695 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10696
10697         * reflection.c: fix buglet in parsing an assembly name.
10698
10699 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10700
10701         * marshal.c (emit_ptr_to_str_conv): first impl.
10702
10703 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10704
10705         * object.c, class.h: cache the vtable in the class as suggested by
10706         vargaz@freemail.hu (Zoltan Varga).
10707
10708 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10709
10710         * class.h, loader.c: added mono_field_from_token().
10711         * verify.c: first cut of type checking code.
10712
10713 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10714
10715         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10716
10717 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10718
10719         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10720         (fix bug #27782)
10721         (mono_marshal_get_remoting_invoke): impl.
10722         (mono_delegate_begin_invoke): impl.
10723         (mono_mb_emit_save_args): impl.
10724         (mono_delegate_end_invoke): impl.
10725         (mono_marshal_get_delegate_begin_invoke):
10726         (mono_marshal_get_delegate_end_invoke):
10727         (mono_marshal_get_delegate_invoke): generate a special name for
10728         those methods (including the signature) and associate them whith
10729         the delegate class. 
10730
10731 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10732
10733         * reflection.[ch]: 
10734         (mono_reflection_type_from_name): now it has a MonoImage parameter
10735         which is used as the default image to search the type in. If the image
10736         is NULL or getting the type from it fails, it defaults to corlib.
10737
10738         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10739         new parameter.
10740
10741 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10742
10743         * reflection.c: update the parameter table index.
10744
10745 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10746
10747         * domain.c: don't include the mark byte in the string hash.
10748
10749 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10750
10751         * icall.cs: icall for Type.GetTypeCode ().
10752         * verify: a couple of fixes and disabled local initialization checks.
10753
10754 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10755
10756         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10757
10758         * debug-helpers.c (mono_method_full_name): print the type of the
10759         runtime wrapper
10760
10761         * metadata.c (mono_signature_hash): a hash function for signatures
10762         (mono_signature_hash): better hash algorithm
10763
10764         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10765
10766         * debug-helpers.c (mono_method_full_name): this can now generate
10767         method names with signatures
10768
10769         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10770         method dont have this pointers.
10771
10772 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10773
10774         * reflection.c: fixup typebuilder tokens.
10775         * image.c: fix buglet.
10776         * marshal.h: remove whitespace.
10777         * metadata.h, metadata.c: reinstate code that was removed.
10778         * verify.c: handle catch directives and fix another couple of bugs.
10779
10780 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10781
10782         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10783         (mono_marshal_get_native_wrapper): make it comp. with the old code
10784         (mono_marshal_get_native_wrapper): support boolean
10785         (mono_marshal_get_managed_wrapper): support more types
10786
10787 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10788
10789         * class.c (class_compute_field_layout): compute class->blittable attribute.
10790
10791 2002-07-09  Dick Porter  <dick@ximian.com>
10792
10793         * threads.c: Make the thread cleaning up cope with threads that
10794         call ExitThread()
10795
10796 2002-07-08  Radek Doulik  <rodo@ximian.com>
10797
10798         * reflection.c (method_encode_code): use non-translated values to
10799         compute finally_start, this fixes exception handling on ppc, yay!
10800
10801         * decimal.h (struct signscale): fix endianess
10802
10803 2002-07-07  Radek Doulik  <rodo@ximian.com>
10804
10805         * reflection.c: swap box_val and not val
10806
10807 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10808
10809         * reflection.c, reflection.h: handle full assembly info in type name.
10810         Handle Type arguments when loading custom attributes.
10811         * icall.c: updated to use new mono_reflection_type_from_name () method.
10812
10813 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10814
10815         * loader.c:
10816         (method_from_memberref): also print assembly name when method not found.
10817
10818 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10819
10820         * icall.c:
10821         (ves_icall_TypeGetProperties): fixed bug #27473. 
10822
10823 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10824
10825         * reflection.c: display image name and token when cannot find the
10826         .ctor for an attribute.
10827
10828 2002-07-05  Martin Baulig  <martin@gnome.org>
10829
10830         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10831
10832 2002-07-04  Dick Porter  <dick@ximian.com>
10833
10834         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10835         compile on mingw.  This will cause mingw builds to not wait for
10836         subthreads to terminate after the main thread does.  I've lodged a
10837         bug with the mingw developers for them to wrap OpenThread().
10838
10839 2002-07-03  Dick Porter  <dick@ximian.com>
10840
10841         * threads.c: Store thread IDs instead of handles, because
10842         GetCurrentThread() returns a pseudohandle and therefore stores
10843         useless values.  mono_thread_cleanup() continues checking the
10844         array of threads until it is empty, to cope with subthreads
10845         spawning new threads after the main thread has finished.
10846
10847         * profiler.h:
10848         * profiler.c:
10849         * profiler-private.h: Pass the thread ID to thread profiler
10850         functions, instead of a handle
10851
10852 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10853
10854         * verify.c: fixes to make it more usable.
10855         * pedump.c: added --verify code to verify IL code in an assembly.
10856
10857 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10858
10859         * reflection.c: turn errors into warnings to allow compiling corlib.
10860
10861 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10862
10863         * reflection.c: add special cases to compile corlib.
10864
10865 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10866
10867         * reflection.c: handle properties with only a set method.
10868
10869 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10870
10871         * opcodes.h: add enum with opcodes in opval order.
10872
10873 2002-07-01  Dick Porter  <dick@ximian.com>
10874         
10875         * object.h:
10876         * object.c (mono_runtime_run_main): Removed unneeded argument
10877
10878 2002-06-28  Martin Baulig  <martin@gnome.org>
10879
10880         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10881
10882 2002-06-27  Dick Porter  <dick@ximian.com>
10883
10884         * threads.c: Store the handle in both the parent thread and in the
10885         subthread, to minimise the time between starting a new thread and
10886         storing its ID.
10887
10888 2002-06-26  Dick Porter  <dick@ximian.com>
10889
10890         * appdomain.c (mono_runtime_cleanup): Close the socket library
10891         after all the threads have finished, not before
10892
10893 2002-06-26  Martin Baulig  <martin@gnome.org>
10894
10895         * debug-symfile.c (mono_debug_find_source_location): Added
10896         `guint32 *line_number' argument.  If it's not NULL, store the line number
10897         there and return the file name without the line number.
10898
10899 2002-06-25  Dick Porter  <dick@ximian.com>
10900
10901         * icall.c:
10902         * process.h:
10903         * process.c: Process forking and other support functions
10904
10905 2002-06-25  Dick Porter  <dick@ximian.com>
10906
10907         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10908         things dont happen when the image is closed.
10909         (mono_image_lookup_resource): Walk the resource section looking
10910         for a particular entry
10911
10912         * cil-coff.h: PE resource section decoding
10913
10914 2002-06-25  Dick Porter  <dick@ximian.com>
10915         
10916         * assembly.h:
10917         * assembly.c: 
10918         (mono_assembly_foreach): Accessor functions to walk the list of
10919         loaded assemblies
10920         (mono_assembly_set_main):
10921         (mono_assembly_get_main): Process methods need to know which
10922         assembly is the "main" one
10923
10924         * object.c (mono_runtime_run_main): Record the main assembly
10925
10926         * debug-helpers.c: Fix typo
10927
10928 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10929
10930         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10931         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10932
10933 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10934
10935         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10936
10937 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10938
10939         * image.c (do_mono_image_open): Initialize reference count,
10940         otherwise we leak the MonoImage.
10941
10942 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10943
10944         * reflection.c: small tweak to handle self-hosting.
10945
10946 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10947
10948         * reflection.c: fix type name parse code.
10949
10950 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10951
10952         * reflection.c: break out of the loop.
10953         * image.c: special case corlib.
10954
10955 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10956
10957         * reflection.c: add all the custom attrs at the end to ensure the
10958         ctors have been properly initialized when the attributes are defined
10959         in the current assembly.
10960
10961 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10962
10963         * reflection.c: handle correctly multiple-nested types.
10964
10965 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10966
10967         * row-indexes.h: fix typos.
10968         * reflection.c: adjust for typos and fix method_def_or_ref
10969         encoding in MethodImpl table.
10970
10971 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10972
10973         * reflection.c: fix entry point patching (thanks Serge!).
10974
10975 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10976
10977         * verify.c: add check for System.Exception
10978
10979 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10980
10981         * image.c, class.c: minifix for code just c&p'ed.
10982         * reflection.c: warning fix.
10983         * object.h, loader.h, domain.c: load also StringBuilder.
10984
10985 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10986
10987         * marshal.h, marshal.c: some support code to handle complex marshaling.
10988
10989 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10990
10991         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10992         Better signatures with vtable error dump.
10993
10994 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10995
10996         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10997
10998 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10999
11000         * icall.c (ves_icall_Type_GetField): impl.
11001
11002 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11003
11004         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
11005         to retrieve a marshal description blob for a field or param.
11006
11007 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
11008
11009         * reflection.h, reflection.c: change order of nested type emission
11010         to avoid table corruption. The NestedTypes table is sorted.
11011         * icall.c: change order of GetConstructor results to workaround mcs bug.
11012
11013 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11014
11015         * reflection.h, reflection.c: handle field and param marshal
11016         information.
11017
11018 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11019
11020         * icall.c, marshal.c marshal.h: more Marshal class implementation.
11021
11022 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11023
11024         * reflection.c: fix call convention.
11025
11026 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11027
11028         * reflection.h, reflection.c: mono_image_get_memberref_token()
11029         takes a type instead of a class, now. Added
11030         mono_image_get_array_token() to create tokens for the special
11031         multi-dim array methods.
11032
11033 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11034
11035         * assembly.c: handle modules (no assembly table). Split
11036         loading references in its own function.
11037         * class.c: handle moduleref resolution scope.
11038         * image.c, image.h: cache module name in image.
11039
11040 2002-06-07  Martin Baulig  <martin@gnome.org>
11041
11042         * reflection.c (mono_image_get_type_info): Only add a class layout entry
11043         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
11044
11045 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11046
11047         * icall.c: more signature fixes that used uint instead of int.
11048
11049 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11050
11051         * reflection.c: fixed signature of field refs.
11052
11053 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11054
11055         * class.c, reflection.c: handle typerefs of nested types
11056         (both on read and when writing files).
11057
11058 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
11059
11060         * icall.c: fix method signatures that tried to workaround the previous
11061         typo, d'oh!
11062
11063 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11064
11065         * debug-helpers.c: fix typo.
11066
11067 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11068
11069         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
11070         rewrote the PE/COFF writing code (our programs are understood by the
11071         ms runtime, now).
11072
11073 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11074
11075         * gc.c, gc.h, icall.c: weakreference support.
11076
11077 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11078
11079         * Makefile.am, mono-config.c: use $(sysconfdir).
11080
11081 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11082
11083         * icall.c: changed default precision of Double.ToString() to 15.
11084         Fixed memory leak. Unified with Single.ToString.
11085
11086 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
11087
11088         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
11089
11090 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
11091
11092         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
11093         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
11094         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
11095         and myself.
11096
11097 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11098
11099         * debug-symfile.c, sysmath.c: yet more compilation fixes.
11100
11101 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11102
11103         * reflection.c, socket-io.c: more compilation fixes.
11104
11105 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11106
11107         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
11108         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
11109         unicode.c: warning and compiler compatibility fixes.
11110
11111 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11112
11113         * class.h, metadata.c: fixed warnings/compilation errors.
11114
11115 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11116
11117         * Makefile.am, mono-config.c, mono-config.h: configuration file
11118         support routines.
11119         * loader.c, loader.h: make Dll mapping configurable at runtime in the
11120         config file. Export methods to insert and lookup mappings.
11121
11122 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
11123
11124         * reflection.c: handle types and boxed objects in custom attr
11125         constructors.
11126
11127 2002-05-30  Martin Baulig  <martin@gnome.org>
11128
11129         * debug-symfile.c
11130         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
11131
11132 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
11133
11134         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
11135         to lookup the implmap row for a P/Invoke method.
11136         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
11137         P/Invoke method from the runtime on an as needed basis.
11138
11139 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
11140
11141         * metadata.c (mono_metadata_parse_signature): impl.
11142
11143 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11144
11145         * class.c: handle .pack directive.
11146
11147 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
11148
11149         * object.c: initialize static fields with RVA data.
11150
11151 2002-05-25  Martin Baulig  <martin@gnome.org>
11152
11153         * debug-symfile.c
11154         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
11155
11156 2002-05-24  Martin Baulig  <martin@gnome.org>
11157
11158         * debug-symfile.c
11159         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
11160         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
11161         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
11162
11163 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11164
11165         * object.c: special case string ctros in invoke.
11166         * gc.c: silly whitespace changes.
11167
11168 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
11169
11170         * threadpool.[ch]: impl. a threadpool that can
11171         be used by mint and mono.
11172
11173 2002-05-22  Martin Baulig  <martin@gnome.org>
11174
11175         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
11176         The first argument is now a `MonoReflectionModuleBuilder *', the return
11177         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
11178         `methods' field to get the method builder.  The `token' argument is the
11179         unfixed token.
11180
11181         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
11182         invalid characters instead of g_assert_not_reached()ing.  This seems
11183         to be the behaviour of mscorlib.
11184
11185 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
11186
11187         * object.c (mono_runtime_invoke_array): applied patch from Rachel
11188         Hestilow to fix bug #25104
11189
11190 2002-05-21  Martin Baulig  <martin@gnome.org>
11191
11192         * debug-symfile.c (mono_debug_find_source_location): New function.
11193         Looks up an IL offset in the line number table and returns the source
11194         location as a string.
11195
11196 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11197
11198         * icall.c:
11199         (mono_double_ToStringImpl): changed %f by %g until we have something
11200         better.
11201
11202 2002-05-21  Nick Drochak  <ndrochak@gol.com>
11203
11204         * icall.c : Use different name for Math.Pow's icall.  Needed to check
11205         parameters first in C#.
11206
11207 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11208
11209         * icall.c, reflection.h: added icall to get info about an event.
11210
11211 2002-05-20  Radek Doulik  <rodo@ximian.com>
11212
11213         * object.c (mono_value_box): don't use memcpy for boxing on BIG
11214         endian
11215         (mono_value_box): don't use memcpy for small sizes on
11216         architectures with unaligned access
11217
11218 2002-05-20  Martin Baulig  <martin@gnome.org>
11219
11220         * reflection.c (mono_reflection_setup_internal_class): Don't crash
11221         if `tb->parent == NULL'.
11222         (mono_reflection_create_internal_class): New function.  This is
11223         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
11224         for enum types.
11225
11226         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
11227         New interncall.
11228
11229 2002-05-19  Martin Baulig  <martin@gnome.org>
11230
11231         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
11232         argument to get the length, don't default to the array length.
11233
11234 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
11235
11236         * assembly.c (mono_assembly_setrootdir): New function used to
11237         override the MONO_ASSEMBLIES directory.
11238
11239 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11240
11241         * icall.c: ValueType_GetHashCode() initialize local var.
11242
11243 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11244
11245         * reflection.c: sort custom attributes table.
11246
11247 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11248
11249         * reflection.c: support named args in custom attributes (write support).
11250
11251 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11252
11253         * reflection.c: fix finally position calculation.
11254
11255 2002-05-15  Radek Doulik  <rodo@ximian.com>
11256
11257         * reflection.c: fixed endianess at many places
11258
11259         * icall.c (ves_icall_InitializeArray): comment out debug msg
11260
11261 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
11262
11263         * object.c (mono_unhandled_exception): new function to handle
11264         unhandled exceptions.
11265         (mono_unhandled_exception): call the UnhandledException event.
11266         (mono_runtime_delegate_invoke): impl.
11267
11268 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
11269
11270         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
11271         returns the RVA, not the direct pointer to the data. Handle the case
11272         when the class size is fixed.
11273
11274 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
11275
11276         * reflection.c: fix some endianess issues.
11277
11278 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
11279
11280         * object.c (mono_runtime_invoke): is now able to catch exceptions.
11281
11282         * threads.c (mono_thread_init): added a callback which is invoked
11283         at thread start.
11284
11285 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11286         
11287         * icall.c: make GetHashCode return non-negative values.
11288
11289 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11290
11291         * object.c, icall.c, gc.c: revert to address-based hashcode.
11292
11293 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
11294
11295         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
11296
11297 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11298
11299         * icall.c, class.c: special case <Module>.
11300
11301 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
11302
11303         * icall.c: fix bug in GetNow().
11304
11305 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
11306
11307         * object.c (mono_runtime_class_init): make sure that we call all
11308         static class constructors.
11309
11310 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11311
11312         * reflection.c: sort methodsemantics table.
11313
11314 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
11315
11316         * reflection.h, reflection.c: honour init locals setting.
11317
11318 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11319
11320         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11321
11322 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11323
11324         * reflection.c: support ContructorBuilders in attribute blob creation.
11325
11326 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11327
11328         * reflection.c: some changes to build a binary that can be run
11329         directly in windows.
11330
11331 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11332
11333         * loader.c: print a big message when an icall can't be found.
11334
11335 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11336
11337         * string-icalls.c: fix bug 24248.
11338
11339 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11340
11341         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11342         icall.c, reflection.h: separate assembly loading by pathname and by
11343         assembly name. Use the MONO_PATH env var to search for assemblies.
11344
11345 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11346
11347         * assembly.c, image.h: add some support for assemblies
11348         with multiple modules.
11349         * class.c, class.h: export mono_class_from_typeref().
11350         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11351         instead.
11352
11353 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11354
11355         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11356         documentation says (the ECMA one is correct).
11357
11358 2002-05-02  Dick Porter  <dick@ximian.com>
11359
11360         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11361         Don't name the synchronisation mutex.
11362
11363 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11364
11365         * rand.c
11366         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11367         Make the prototypes match.
11368         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11369         Same.
11370
11371         * icall.c
11372         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11373         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11374         all systems have tm.tm_zone, so use strftime() with %Z to print
11375         the timezone abreviation into a temp string.
11376
11377         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11378         rather than mono_array_addr() on a MonoString on Big Endian
11379         machines.
11380
11381 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11382
11383         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11384         fix bug 24041
11385
11386 2002-04-30  Dick Porter  <dick@ximian.com>
11387
11388         * socket-io.c: Cope with SOCKET being an integer rather than a
11389         pointer now.
11390
11391         * threads.c: Added Thread_free_internal, to deal with thread
11392         handle cleanup.  Moved calls to handle_store() and handle_remove()
11393         to start_wrapper(), so each can only be called once.  Allocate
11394         synchronisation blocks with GC_malloc(), and use GC finalisation
11395         to close the handles.
11396
11397         * icall.c: added System.Threading.Thread::Thread_free_internal
11398
11399 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11400
11401         * icall.c: support Environment.Exit, CommandLineArgs().
11402
11403 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11404
11405         * object.c, object.h: added mono_runtime_run_main () and
11406         mono_runtime_get_main_args () for use in System.Environment.
11407
11408 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11409
11410         * gc.c: fix thinko, enable actual finalization since the jit is now
11411         fixed.
11412
11413 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11414
11415         * gc.c, object.c: take into account that an object may be offset wrt the address
11416         returned by GC_malloc().
11417
11418 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11419
11420         * image.c: handle files without entries in the assembly table (modules).
11421
11422 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11423
11424         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11425         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11426         allowed to be null when it's System.Object class setup.
11427
11428 2002-04-27  Martin Baulig  <martin@gnome.org>
11429
11430         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11431         if `tb->parent == NULL' rather than crashing.
11432
11433 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11434
11435         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11436         calling acos() where asin() should have been called.
11437
11438 2002-04-26  Martin Baulig  <martin@gnome.org>
11439
11440         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11441         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11442         there's a subdirectory called `System', but we don't want to read that
11443         subdirectory as an assembly.
11444
11445 2002-04-25  Martin Baulig  <martin@gnome.org>
11446
11447         * debug-symfile.c: Reflect latest MonoString changes.
11448
11449 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11450
11451         * rand.c, rand.h: instance method icalls need to have an explicit
11452         this pointer as first argument in the C implementation.
11453
11454 2002-04-25  Nick Drochak <ndrochak@gol.com>
11455
11456         * icall.c: Fix typo in map for GetNonZeroBytes
11457
11458 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11459
11460         * string-icalls.c : String does now passes unit tests without any 
11461         errors, the following changes has been made:
11462         
11463         Implemented replace methods.
11464         Renaming of methods to (try) follow the standard.
11465         Fixed compare ordinal
11466         Made all memory allocated directly to function instead of via icall function.
11467         Small performance fix in is_in_array function
11468                         
11469  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11470
11471         c (mono_string_Internal_ctor_charp_int_int):
11472         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11473         sindex < 0, throw ArgumentOutOfRangeException instead of
11474         ArgumentNullException.
11475
11476         Added new check for length == 0, however
11477         I need to make it return String.Empty from the C code.
11478         
11479         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11480         that calculate the length for us here.
11481         
11482         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11483         mono_string_new_utf16 with mono_string_new, since value is utf8.
11484
11485 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11486
11487         * object.c: register the object for finalization if needed.
11488         Allocate one more char in the string for the terminating 0 char.
11489
11490 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11491
11492         * class.c, class.h, image.c: check if a type implemenst a destructor.
11493         Use the proper key for array class lookups.
11494         * icall.c: register the icalls in the System.GC class.
11495         * gc.c, gc.h: GC-related functions and icalls.
11496
11497 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11498
11499         * icall.c:
11500         * socket-io.c:
11501         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11502         changed a couple of free () by g_free ().
11503
11504         * decimal.c: one-liner in the comments for decimal2string ().
11505
11506 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11507
11508         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11509
11510 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11511
11512         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11513         * object.c (mono_runtime_invoke_array) : handle null in params
11514
11515 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11516
11517         * string-icalls.c: fixed bug in split (one off bug)
11518
11519 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11520
11521         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11522         * icalls.c: added String::Equals as internal method
11523
11524 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11525
11526         * threads.c: fixed bug in the double interlocked functions
11527
11528 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11529
11530         * threads.c: implemented all of the new interlocked icalls.
11531         * string-icalls.c: fix a bug in insert.
11532         * icalls.c: added the icalls for interlocked, removed old string functions.
11533         
11534 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11535
11536         * loader.c: fix off-by-one error when reading argument names.
11537
11538 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11539
11540         * profiler.c: win32 counter implementation (untested).
11541         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11542         (the latter needs testing and more complete impl. from win32 folks).
11543
11544 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11545
11546         * object.c: mono_array_new_full workaround mono_array_class_get
11547         problem.
11548
11549 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11550
11551         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11552         * object.h (mono_string_chars): Changed casting type.
11553
11554 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11555
11556         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11557                            method signatures to use gunichar2 instead of gint16.
11558
11559 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11560
11561         * object.h, object.c: domain-specific versions of mono_object_new and
11562         mono_array_new.
11563
11564 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11565
11566         * object.c: changed String layout
11567
11568         * string-icalls.c (mono_string_Internal_ctor_chara): added
11569         internal string constructors.
11570
11571 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11572
11573         * threads.c: pass 'this' to the thread start routine.
11574
11575 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11576
11577         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11578         InternalCompareStr don't call twice mono_string_cmp_char for the last
11579         character. Improved performance in mono_string_cmp_char.
11580
11581 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11582
11583         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11584         code into its own library: libmonoruntime.
11585
11586 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11587
11588         * object.h, object.c: changed array format so that szarrays do not
11589         require a bounds structure.
11590         * icall.c, appdomain.c: support for new szarray format.
11591
11592 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11593
11594         * metadata.c: compare also the retuns type when comparing signatures:
11595         we didn't do this as an optimization since really overloaded methods
11596         must differ also in the arguments, but this doesn't work with
11597         low-level IL code (or when using explicit conversion operators: see
11598         bug#23498 for an example).
11599
11600 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11601
11602         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11603
11604 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11605
11606         * icall.c: make MonoType::GetElementType its own icall.
11607
11608 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11609
11610         * icall.c: remove MonoMethod_get_Name().
11611         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11612         object.
11613
11614 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11615
11616         * string-icalls.c: optimized a few methods.
11617
11618 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11619
11620         * icall.c: added all new string internal calls
11621         * string-icalls.c: added, new string internal call implementation.
11622         * object.c: added mono_string_new_size for allocating a string a size
11623
11624 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11625
11626         * object.c (mono_object_isinst): use the same code as in the
11627         optimized x86 version.
11628
11629 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11630
11631         * profiler.c: TSC-based timer code (faster and more accurate).
11632         Not hooked up in configure, yet (set USE_X86TSC to 1).
11633
11634 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11635
11636         * profiler.c, profiler.h: track time spent compiling methods.
11637         * threads.c: track thread creation/destruction.
11638
11639 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11640
11641         * profiler.c, profiler.h, profiler-private.h: profiling interface
11642         and sample implementation. Moved here so that it can be used also by
11643         the jit.
11644
11645 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11646
11647         * reflection.c, reflection.h: keep types and other handles separate in
11648         the hash tables for referred tokens. Add guid for modules.
11649
11650 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11651
11652         * assembly.c: fix bugs found with valgrind.
11653         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11654
11655 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11656
11657         * threads: added icall support for getting current domain for
11658                    the thread.
11659  
11660 2002-04-13  Martin Baulig  <martin@gnome.org>
11661
11662         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11663         (MonoDebugVarInfo): Added `index' field for register based addresses.
11664         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11665         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11666         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11667         `MonoDebugVarInfo *this_var'.
11668
11669         * debug-symfile.c (relocate_variable): New static function to write
11670         a location description for a local variable or method parameter.
11671
11672 2002-04-12  Martin Baulig  <martin@gnome.org>
11673
11674         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11675         stack offset and begin/end scope address of a local variable.
11676         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11677         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11678         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11679
11680         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11681         Added new relocation types for start/end scope of a local variable.
11682
11683 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11684
11685         * object.h: add mono_object_domain() macro.
11686         * reflection.c: handle typespecs.
11687         * icall.c: MonoMethod::get_Name() implementation.
11688
11689 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11690
11691         * icall.c: String::GetHashCode() icall implementation.
11692
11693 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11694
11695         * icall.c: String::IndexOfAny icall.
11696         * object.c, object.h: make array->max_length more useful.
11697         Intrduced mono_object_class() and mono_string_length() macros.
11698
11699 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11700
11701         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11702         instead of g_unichar_isdigit.
11703
11704 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11705
11706         * icall.c: Implement a simple Double.ToString().
11707
11708 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11709
11710         * appdomain.h: only io-layer.h is supposed to be included.
11711         * icall.c: explicitly import environ. Fix warning.
11712
11713 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11714
11715         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11716                 return true even if it's not Daylight Savings time.
11717                 Only return false for the case where the function isn't
11718                 implemented for a plaform (read Windows).
11719
11720 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11721
11722         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11723         data with a mutex.
11724
11725 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11726
11727         * mempool.c (mono_mempool_alloc): only use g_malloc when
11728         absolutely necessary.
11729
11730 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11731
11732         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11733
11734         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11735         (mono_class_proxy_vtable): use domain mempool
11736
11737 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11738
11739         * appdomain.h, appdomain.c: split initialization that requires the
11740         execution engine support into mono_runtime_init().
11741
11742 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11743
11744         * class.c (mono_class_init): don't include vtable inside MonoClass
11745         to save some memory, gather some statistics.
11746         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11747
11748 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11749
11750         * icall.c: internalcall implementation for ValueType.Equals().
11751
11752 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11753
11754         * object.c (mono_message_init): moved 
11755         (mono_runtime_exec_main): new arch. independent impl.
11756         (mono_runtime_invoke_array): new method - like
11757         mono_runtime_invoke, but you can pass an array of objects.
11758         (mono_remoting_invoke): new arch. independent impl.
11759         (mono_message_invoke): new arch. independent impl.
11760         (mono_runtime_class_init): new arch. independent impl.
11761         (mono_runtime_object_init): new arch. independent impl.
11762
11763 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11764
11765         * metadata.c, object.c, reflection.c: documented the exported
11766         functions.
11767
11768 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11769
11770         * icall.c: simpler code to pass the assembly builder data to corlib.
11771         Implement GetNestedTypes() internalcall.
11772
11773 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11774
11775         * class.c: warn if a type can't be loaded.
11776
11777 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11778
11779         * image.h: typedef MonoImageOpenStatus
11780         * types.h: removed unused file
11781         
11782 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11783
11784         * icall.c: Enum_ToObject accepts enum value arguments.
11785
11786 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11787
11788         * class.c: move initialization of properties, events and nested
11789         classes, so that they happen for interfaces, too.
11790
11791 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11792
11793         * icall.c: cleanup some ugly casts in Array_SetValue*.
11794
11795 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11796
11797         * icall.c: the values array fro enums is of the correct type, now.
11798         Implement (correctly) getFullName instead of assQualifiedName for
11799         MonoType.
11800         * reflection.h, reflection.c: added mono_type_get_name ().
11801
11802 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11803
11804         * assembly.c, image.h: for each MonoImage, record from wich assembly
11805         it was loaded.
11806         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11807         Make Type.Assembly work.
11808
11809 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11810
11811         * debug-symfile.h: use char* instead of gpointer to avoid
11812         unnecessary casts.
11813
11814         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11815
11816         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11817         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11818
11819 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11820
11821         * icall.c (mono_message_init): impl. (code cleanup)
11822         (ves_icall_InternalExecute): impl. FieldGetter
11823
11824         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11825         defined we call all (non-static)methods through the vtable. 
11826
11827 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11828
11829         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11830         finalizer even though the memory is still referenced (and the chunk of
11831         memory is not freed).
11832
11833 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11834
11835         * assembly.c: fix brokeness.
11836
11837 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11838
11839         * class.c: kill some warnings. Check explicit interface method
11840         implementation also without considering the namespace.
11841         Load also literal strings in static class data.
11842
11843 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11844
11845         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11846         (default_assembly_name_resolver): Make the resolver take the
11847         "base" directory where the assembly was originally defined, so we
11848         can load DLLs that are in the same directory as the assembly that
11849         is being referenced.
11850
11851 2002-03-28  Dick Porter  <dick@ximian.com>
11852
11853         * file-io.h: 
11854         * file-io.c:
11855         * socket-io.c: 
11856         * unicode.h: 
11857         * unicode.c: Warning cleanups
11858
11859 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11860
11861         * object.h, reflection.h: use the correct type instead of MonoObject.
11862
11863 2002-03-28  Martin Baulig  <martin@gnome.org>
11864
11865         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11866         (mono_debug_update_symbol_file): Initialize classes if necessary.
11867
11868 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11869
11870         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11871         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11872
11873 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11874
11875         * assembly.h: fix function prototype.
11876         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11877         * mono-endian.h: use const cast.
11878
11879 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11880
11881         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11882
11883 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11884
11885         * loader.c: don't assert when a typeref can't be loaded, give
11886         a chance to the runtime to trow an exception instead.
11887         * loader.h: fix warning.
11888
11889 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11890
11891         * class.c (mono_class_proxy_vtable): added proxy support
11892
11893 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11894
11895         * icall.c: removed last of PAL calls, added System.Environment
11896         * file-io.h, file-io.c: MonoIO implementation
11897         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11898
11899 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11900
11901         * appdomain.c: do not use the byte marker in ldstr table lookup.
11902         * debug-helpers.c: allow two ':' to separate class and method name.
11903         * object.c: allocate arrays bounds with the GC, too.
11904         * verify: add a few more checks.
11905
11906 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11907
11908         * reflection.c: output also literal strings. Allocate parameter data
11909         with GC_malloc() (thanks, Martin, for catching this!).
11910
11911 2002-03-26  Martin Baulig  <martin@gnome.org>
11912
11913         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11914         include the `this' offset in the `param_offsets'.
11915
11916 2002-03-25  Martin Baulig  <martin@gnome.org>
11917
11918         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11919         mono_debug_get_class() function to get the classes. Added new
11920         relocation types for arrays and strings.
11921         (mono_debug_get_class): New static function to search in all
11922         referenced assemblies for a metadata token.
11923
11924         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11925
11926 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11927
11928         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11929         hold gc-allocated objects. Make the string heap a stream like the
11930         others. Removed duplicated code when writing stream info.
11931         Added asserts to catch possible buffer overflows. Set the sorted map
11932         for tables that need sorting. Added some documentation.
11933
11934 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11935
11936         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11937         for interned strings and vtables.
11938
11939 2002-03-24  Martin Baulig  <martin@gnome.org>
11940
11941         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11942         it in the array since it was created with g_slist_prepend().
11943
11944 2002-03-24  Martin Baulig  <martin@gnome.org>
11945
11946         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11947         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11948         (mono_debug_method_from_token): Renamed to
11949         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11950         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11951
11952         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11953         relocation types.
11954
11955         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11956
11957 2002-03-24  Martin Baulig  <martin@gnome.org>
11958
11959         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11960         (mono_debug_method_from_token): New func.
11961
11962         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11963         New interncall, calls mono_debug_local_type_from_signature().
11964         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11965         calls mono_debug_method_from_token().
11966
11967 2002-03-23  Martin Baulig  <martin@gnome.org>
11968
11969         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11970         specifies the number of bytes to be converted, not the array size.
11971         Return the number of chars, not the number of bytes.
11972         (ves_icall_iconv_get_chars): The `byteCount' argument
11973         specifies the number of bytes to be converted, not the array size.
11974
11975 2002-03-23  Martin Baulig  <martin@gnome.org>
11976
11977         * reflection.h (MonoReflectionSigHelper): New type.
11978
11979         * reflection.c (mono_reflection_sighelper_get_signature_local),
11980         (mono_reflection_sighelper_get_signature_local): New functions.
11981
11982         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11983         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11984         interncalls.
11985
11986 2002-03-23  Martin Baulig  <martin@gnome.org>
11987
11988         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11989         is_writeable is set.
11990         (mono_raw_buffer_update): New function to write the modified map
11991         back to disk.
11992
11993         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11994
11995         * debug-symfile.c (mono_debug_update_symbol_file): Call
11996         mono_raw_buffer_update() when done writing.
11997
11998 2002-03-23  Martin Baulig  <martin@gnome.org>
11999
12000         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
12001
12002         * debug-symfile.c: Added support for arguments and local variables.
12003
12004 2002-03-23  Dick Porter  <dick@ximian.com>
12005
12006         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
12007         protected by ifdefs, hence breaking the w32 build.
12008
12009 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12010
12011         * object.c: implement is_interned() the right way.
12012
12013 2002-03-21  Martin Baulig  <martin@gnome.org>
12014
12015         * debug-symfile.[ch]: New files to handle debugging information
12016         files. There's also support to dynamically update these symbol
12017         files to include machine dependent information.
12018
12019 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
12020
12021         * threads.c (mono_thread_create): new function to create thread
12022         from C
12023
12024 2002-03-20  Martin Baulig  <martin@gnome.org>
12025
12026         * icall.c (ves_icall_InternalInvoke): Create a new object if the
12027         method is a constructor.
12028         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
12029         points to ves_icall_InternalInvoke().
12030
12031 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
12032
12033         * file-io.c: Flush shouldn't throw exceptions.
12034
12035 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
12036
12037         * file-io.c: FileStream flush support; FileSetLength now
12038         restores file pointer.
12039
12040 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12041
12042         * class.c: set image for pointer classes.
12043
12044 2002/03/19  Nick Drochak <ndrochak@gol.com>
12045
12046         * sysmath.c: Forgot one.
12047
12048 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
12049
12050         * sysmath.c: Avoid redefining existing names.
12051
12052 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
12053
12054         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
12055         handled by runtime as icall rather than dllimport from libm.so
12056         * file-io.c, file-io.h: fixed handle argument type.
12057
12058 2002-03-18  Dick Porter  <dick@ximian.com>
12059
12060         * reflection.c (mono_image_get_type_info): rename interface to
12061         iface, because of "#define interface struct" on windows.
12062
12063 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
12064
12065         * class.c, class.h: rename and export mono_ptr_class_get().
12066         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
12067         * reflection.c, reflection.h, icall.c: better/saner type name
12068         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
12069         method signatures.
12070
12071 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
12072
12073         * class.c (mono_class_init): removed hardcoded GHC_SLOT
12074
12075         * icall.c (ves_icall_InternalInvoke): impl.
12076
12077 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12078
12079         * reflection.c: output the interface map table, too.
12080
12081 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12082
12083         * class.c (class_compute_field_layout): separate computation of 
12084         static field layout
12085
12086 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
12087
12088         * icall.c: added System.Buffer support.
12089         * file-io.c: moved file icalls from PAL to FileStream.
12090
12091 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12092
12093         * icall.c (ves_icall_System_Object_GetHashCode): impl.
12094
12095 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
12096
12097         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
12098
12099 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12100
12101         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
12102
12103 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12104
12105         * debug-helpers.{c,h}: moved here from monograph some useful functions
12106         to locate a method by name/signature in a class or image. Included
12107         also a small and flexible IL disassembler.
12108
12109 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12110
12111         * reflection.c: fixup tokens in methods with small header size, too.
12112
12113 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
12114
12115         * object.c (mono_string_to_utf8): remove assert(!error), instead
12116         print a warning. 
12117
12118 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
12119
12120         * icall.c: update to the new mono_Array_class_get interface.
12121
12122 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12123
12124         * appdomain.c, object.c: Boehm-GC enable.
12125         * icall.c: make get_data_chunk() support split data requests.
12126         Ensure a class is initialized in more cases. Return only the first
12127         property found in GetProperties() or the compiler gets confused. 
12128         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
12129         * reflection.h, reflection.c: add fixup mechanism for field and method
12130         tokens. Initialize assembly->typeref in a single place. Output
12131         properties after events. Support custom attributes for events, too.
12132         Typo fix for paramter custom attrs.
12133
12134 2002-03-07  Martin Baulig  <martin@gnome.org>
12135
12136         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
12137
12138 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
12139
12140         * class.c (mono_array_class_get): fix. for multi. dim. arrays
12141
12142 2002-03-06  Martin Baulig  <martin@gnome.org>
12143
12144         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
12145         non-zero lower bounds. See testcases #F10-#F13.
12146
12147 2002-03-05  Martin Baulig  <martin@gnome.org>
12148
12149         * exception.c (mono_get_exception_argument_out_of_range): New exception.
12150
12151         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
12152         ves_icall_System_Array_GetValue(), only calculate the absolute array position
12153         here.
12154         (ves_icall_System_Array_SetValue): Likewise.
12155         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
12156         as argument and does the actual work. This function is used when copying a
12157         multi-dimensional array.
12158         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
12159         now do all the widening conversions of value types.
12160         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
12161
12162 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12163
12164         * class.c: remove some magic numbers and use the smbolic names,
12165         instead. Added init_events() to load event info at class init time.
12166         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
12167         and mono_metadata_methods_from_event().
12168         * reflection.h, reflection.c: added support for writing out the evnets
12169         related information.
12170
12171 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
12172
12173         * reflection.h, icall.c: use a different method (GetInterfaces)
12174         to gather interface info and add isbyref, isprimitive and
12175         ispointer to the ves_icall_get_type_info() return value.
12176
12177 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12178
12179         * class.h: stared adding support for events.
12180         * icall.c: split find_members implementation. Added debug icall to get
12181         the address of an object.
12182         * reflection.c: handle TypeBuilders in mono_type_get_object().
12183
12184 2002-03-01  Martin Baulig  <martin@gnome.org>
12185
12186         * icall.c (ves_icall_System_Array_GetLength): This must throw an
12187         ArgumentOutOfRangeException(), not an ArgumentException().
12188         (ves_icall_System_Array_GetLowerBound): Likewise.
12189         (ves_icall_System_Array_GetValue): Improved argument checking.
12190         (ves_icall_System_Array_SetValue): Improved argument checking.
12191
12192 2002-03-01  Martin Baulig  <martin@gnome.org>
12193
12194         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
12195         called with invalid arguments rather than just dying with g_assert().
12196         (ves_icall_System_Array_SetValue): Likewise.
12197         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
12198         raise a NotImplementedException instead.
12199         (ves_icall_System_Array_GetLength): Added argument checking.
12200         (ves_icall_System_Array_GetLowerBound): Added argument checking.
12201
12202 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
12203
12204         * object.h (mono_assert): new macros mono_assert and
12205         mono_assert_not_reached
12206
12207 2002-02-28  Martin Baulig  <martin@gnome.org>
12208
12209         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
12210         and "System::String::IsInterned" to "System::String::_IsInterned".
12211
12212 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
12213
12214         * icall.c: remove hacks for typebuilder. Added icall to create a
12215         modified type from a tybebuilder.
12216         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
12217         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
12218         to create a backing MonoClass for a TypeBuilder.
12219
12220 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12221
12222         * class.c, class.h: more refactoring of class init.
12223         Export mono_class_setup_mono_type() and mono_class_setup_parent().
12224
12225 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
12226
12227         * marshal.c, marshal.h: start of marshaling interface.
12228
12229 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12230
12231         * icall.c: fix order in assembly qualified name icall.
12232
12233 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12234
12235         * class.c: do not free str, since we store it in the hash table.
12236         * reflection.h: add label field to MonoILExceptionInfo.
12237         * reflection.c: handle references to more than one assembly. Handle
12238         case when there isn't a module created in the assembly.
12239
12240 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
12241
12242         * class.c: Fix typo. Start refactoring of class init code.
12243
12244 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
12245
12246         * appdomain.c: exit with 1 on error.
12247         * class.c: we already have the name in MonoClassField.
12248         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
12249         MonoStreamHeader instead of an offset of image->raw_metadata.
12250
12251 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
12252
12253         * appdomain.c (mono_init): Be even more descriptive about the error.
12254
12255 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
12256
12257         * appdomain.c: give the user an informative message when corlib can't
12258         be loaded.
12259
12260 2002-02-26  Martin Baulig  <martin@gnome.org>
12261
12262         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
12263         New icall to get the time zone data.
12264
12265 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12266
12267         * reflection.c: set virtual and raw size of section correctly.
12268         * threads.c: transfer domain information to newly created threads.
12269
12270 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12271
12272         * class.c: when instancing a class in a domain, load the default
12273         vaules for static fields from the constant table. Fix System.Enum to
12274         not be an enum.
12275         * icall.c: implement Object::GetType() internalcall. Implemented
12276         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
12277         Fixed checking of binding flags in find_members().
12278         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
12279         * reflection.c: handle enumerations when writing to the constant
12280         table. Use a different object cache for types.
12281
12282
12283 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
12284
12285         * object.c (mono_object_isinst): fix for arrays
12286
12287         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
12288
12289 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12290
12291         * object.c: don't use mprotect ()  and fix intern pool hash table
12292         lookup for big endian systems.
12293
12294 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12295
12296         * icall.c: change type_is_subtype_of () signature.
12297
12298 2002-02-21  Mark Crichton  <crichton@gimp.org>
12299
12300         * rand.c, rand.h: Added random number generator for
12301         System.Security.Cryptography classes.
12302
12303         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
12304
12305         * icall.c: Added System.Security.Cryptography calls.
12306
12307 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12308
12309         * class.c, icall.c, metadata.c: better support for pointer types.
12310         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
12311         * reflection.c: Add support for getting custom attrs for properties
12312         and simplify some code.
12313
12314 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12315
12316         * icall.c: change getToken () and add custom attribute GetBlob()helper
12317         method.
12318         * reflection.h: add custom attrs array to the reflection builder structures.
12319         * reflection.c: encode and emit custom attributes for all the relevant
12320         reflection objects. Cache fieldref and methodref tokens. Change
12321         mono_image_create_token() interface to take a MonoDynamicAssembly.
12322         More complete custom attributes decoder. Load custom attributes for
12323         Assembly, Field, Method and Constructor objects, too. Make the
12324         returned array an Attribute[] one, not object[]. Added
12325         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12326         custom attribute constructor.
12327
12328 2002-02-20  Dick Porter  <dick@ximian.com>
12329
12330         * icall.c:
12331         * rawbuffer.c:
12332         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12333         problem code out for now).
12334
12335 2002-02-19  Radek Doulik  <rodo@ximian.com>
12336
12337         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12338
12339 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12340
12341         * icall.c: register the GetCustomAttributes method.
12342         * object.c, object.h: add mono_string_new_len ().
12343         * reflection.h, reflection.c: added mono_runtime_invoke(),
12344         mono_install_runtime_invoke(). Added
12345         mono_reflection_get_custom_attrs () to load custom attributes and
12346         create the attribute objects.
12347
12348 2002-02-19  Dick Porter  <dick@ximian.com>
12349         * threads-dummy-types.c:
12350         * threads-dummy-types.h:
12351         * threads-dummy.c:
12352         * threads-dummy.h:
12353         * threads-pthread-types.c:
12354         * threads-pthread-types.h:
12355         * threads-pthread.c:
12356         * threads-pthread.h:  Deleted obsolete files
12357
12358 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12359
12360         * class.c (mono_class_vtable): runtime init the class when we
12361         allocate static class data.
12362
12363         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12364
12365         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12366         and String - but we will need generic marshalling support in the
12367         future. 
12368         (mono_init): set the domain name in a ms compatible way
12369
12370         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12371         String[].
12372
12373 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12374
12375         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12376         for sizes
12377
12378         * appdomain.c (mono_domain_unload): impl.
12379
12380 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12381
12382         * appdomain.c, object.c: fix intern pool implementation.
12383         * class.c: fix alignment code.
12384
12385 2002-02-16  Radek Doulik  <rodo@ximian.com>
12386
12387         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12388         and s2 > s1, just copy lower bytes to be compatible with little
12389         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12390         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12391
12392         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12393         force big_endian to be 1 for big endian machines 
12394         (ves_icall_iconv_new_decoder): ditto
12395
12396 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12397
12398         * socket-io.c (convert_sockopt_level_and_name): If the system
12399         doesn't define SOL_IP or SOL_TCP, get them by hand using
12400         getprotobyname() and caching the values (because this could be a
12401         slow operation).
12402         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12403         Use the appropriate struct when the system does support it. Ie,
12404         not all systems have struct ip_mreqn so use struct ip_mreq when
12405         appropriate.
12406
12407 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12408
12409         * reflection.c: handle finally clauses.
12410
12411 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12412
12413         * socket-io.c: use g_snprintf() instead of snprintf.
12414
12415 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12416
12417         * reflection.c (mono_param_get_objects): Cast second argument to
12418         mono_method_get_param_names to a const char** to silence the
12419         compiler warning.
12420
12421         * appdomain.c (mono_domain_assembly_open): Put parens around the
12422         truth statement in the for-loop.
12423
12424         * unicode.c (iconv_convert): Got rid of a compiler warning about
12425         int i being unused when the system has a new iconv.
12426         (iconv_get_length): Same.
12427
12428         * image.c (load_class_names): Cast the second argument to
12429         g_hash_table_insert() to char* to hush compiler warnings about the
12430         arg being a const.
12431         (mono_image_open): Same here.
12432
12433         * socket-io.c: Don't conditionally include sys/filio.h or
12434         sys/sockio.h here anymore since we now get them from
12435         io-layer/io-layer.h
12436         (inet_pton): If the system doesn't support inet_aton, implement
12437         using inet_addr and also #define INADDR_NONE if it isn't defined
12438         by the system.
12439
12440 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12441
12442         * metadata.c, metadata.h: added function to get packing and size info
12443         of a typedef.
12444         * reflection.h, reflection.c: handle field RVA data. Save info about
12445         the table layout if needed. Assign typedef indexes to all the types
12446         before dumping the info about them to avoid forward reference problems.
12447
12448 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12449
12450         * socket-io.c (convert_sockopt_level_and_name): ifdef
12451         SO_ACCEPTCONN because it is not defined on my system (old debian)
12452
12453 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12454
12455         * opcode.c: use stddef.h to get NULL.
12456
12457 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12458
12459         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12460         for FIONBIO, FIONREAD and SIOCATMARK.
12461         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12462         define INADDR_NONE and besides, inet_addr() is deprecated and
12463         should not be used. Use inet_pton() instead - it also has the
12464         added bonus that it can easily handle IPv6 addresses as well.
12465         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12466
12467 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12468
12469         * decimal.c: remove _MSC_VER conditional.
12470
12471 2002-02-13  Dick Porter  <dick@ximian.com>
12472
12473         * socket-io.c: 
12474         * icall.c: Internal calls for Blocking, Select, Shutdown,
12475         GetSocketOption and SetSocketOption
12476
12477 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12478
12479         * assembly.cs: better resolver: use it instead of some kludgy
12480         code.
12481
12482 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12483
12484         * reflection.c: the best way to speed-up the compiler is to avoid
12485         infinite loops.
12486
12487 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12488
12489         * class.c (mono_class_vtable): changed the object layout
12490         (obj->vtable->class). 
12491         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12492
12493 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12494
12495         * assembly.c: look for assemblies in the assembly dir, too.
12496
12497 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12498
12499         * class.c: fix thinko in mono_class_from_type().
12500
12501 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12502
12503         * exception.h, exception.c: added TypeLoadException.
12504         * object.h, object.c: added mono_array_clone ().
12505         * icall.c: handle throwOnError in AssemblyGetType().
12506         Added Array.Clone().
12507         * opcode.h, opcode.c: use a single value for the opcode val.
12508         Compile fix for non-gcc compilers.
12509
12510 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12511
12512         * opcodes.c, opcodes.h: export interesting info about opcodes.
12513
12514 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12515
12516         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12517         icalls. 
12518
12519         * class.c (class_compute_field_layout): set element_class for enums
12520         (mono_class_create_from_typedef): set element_class for normal classes
12521
12522         * icall.c (ves_icall_System_Enum_get_value): impl.
12523
12524         * class.c (mono_class_create_from_typedef): do not set valuetype
12525         flag for System.ValueType and System.Enum
12526
12527 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12528
12529         * unicode.c (iconv_convert): fix big endian problem.
12530
12531 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12532
12533         * class.c: add asserts if we are ever going to scribble over memory.
12534         * socket-io.c: not all systems have AF_IRDA defined.
12535
12536 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12537
12538         * class.c (class_compute_field_layout): do not consider static
12539         fields to compute alignment
12540
12541 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12542
12543         * appdomain.c (mono_appdomain_get): impl.
12544         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12545
12546 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12547
12548         * icall.c: ignore "file://" prefix when loading an assembly.
12549
12550 2002-01-23  Dick Porter  <dick@ximian.com>
12551
12552         * socket-io.c:
12553         * icall.c:
12554         * Makefile.am: Added socket support
12555
12556 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12557
12558         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12559         code back.  This should return the assemblies that are loaded by
12560         the runtime on behalf of an application domain. 
12561
12562         The current implementation is still broken, it just returns every
12563         assembly loaded, but until we get real applications domain this
12564         will do.
12565
12566 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12567
12568         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12569         AppDomain object.
12570
12571 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12572
12573         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12574         the mono_class_from_name lookup.
12575         (ves_icall_get_parameter_info): ditto.
12576         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12577         method.
12578         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12579
12580 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12581
12582         * class.c: load also nested classes on class init.
12583         System.ValueType instance methods gets passed boxed
12584         values, unless methods in derived classed that get a pointer to the
12585         data.
12586         * icall.c: use better name parsing code in GetType().
12587         * image.c, image.h: add mono_image_loaded ().
12588         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12589         * reflection.c, reflection.h: added mono_reflection_parse_type().
12590
12591 2002-01-22  Veronica De Santis <veron78@interfree.it>
12592
12593         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12594         * threads.c : Added the implementation of internal calls for events
12595         * threads.h : Added prototypes of internal calls for events
12596         
12597 2002-01-21  Radek Doulik  <rodo@ximian.com>
12598
12599         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12600
12601 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12602
12603         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12604         (mono_class_value_size): use min_align
12605
12606 2002-01-20  Dick Porter  <dick@ximian.com>
12607
12608         * threads.h:
12609         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12610         so it compiles on w32.
12611
12612 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12613
12614         * metadata.c (mono_type_stack_size): impl.
12615
12616         * class.c (mono_class_get_field): impl. memberref token
12617
12618 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12619
12620         * icall.h : Added the internal calls mapping for CreateMutex_internal
12621                     and ReleaseMutex_internal.
12622         * threads.h : Added the prototype of mutexes internal calls.
12623         * threads.c : Added the implementations of mutexes internal calls.
12624
12625 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12626
12627         * metaparse.h: removed unused file.
12628         * reflection.c, reflection.h: added stream_data_align () function 
12629         to align data in streams and keep stream aligned. Add support for
12630         exception support in method headers.
12631
12632 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12633
12634         * unicode.c: make iconv_convert () return the number of bytess written
12635         in the output buffer.
12636
12637 2002-01-15  Dick Porter  <dick@ximian.com>
12638         * threads.c: Make the runtime's idea of infinite timeouts coincide
12639         with the class library's
12640
12641         Fix a particularly egregious bug in mono_thread_cleanup(). That
12642         code was so utterly bogus it must have been written on a Monday.
12643
12644 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12645
12646         * reflection.h: add subtypes field to TypeBuilder.
12647         * reflection.c: encode constants for literal fields.
12648         Handle subtypes. Fix user string token (and add a zero byte)
12649         at the end.
12650         
12651 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12652
12653         * class.c (mono_class_init): bug fix: assign slot numbers for
12654         abstract methods.
12655
12656 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12657
12658         * reflection.c: don't try to output a code RVA for abstract methods.
12659         Small fixes for method header format. Output parameter info to the
12660         ParamDef table. Save method overriding info to MethodImpl table.
12661         Fix property support. Allow typedef.extends to be a type in the
12662         building assembly.
12663         * verify.c: fix off-by-one error.
12664
12665 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12666
12667         * class.c: fix mono_class_from_mono_type () for szarray types.
12668         Remove unused cache check in mono_class_from_type_spec().
12669         * icall.c: *type_from_name () functions handle simple arrays and byref.
12670         * reflection.c: handle byref and szarray types. Handle methods without
12671         body (gets P/Invoke compilation working). Handle types and fields in
12672         get_token ().
12673         * reflection.h: add rank to MonoTypeInfo.
12674
12675 2002-01-10  Dick Porter  <dick@ximian.com>
12676
12677         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12678         internal calls
12679
12680 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12681
12682         * icall.c: initialize class in type_from_handle ().
12683         Loop also in parent classes for get_method ().
12684         * reflection.c: properly encode class and valuetype types.
12685         Start on encoding TypeBuilder types. Handle fieldrefs.
12686         Use correct length when registering a user string.
12687         Handle ConstructorBuilder and MonoMethod in get_token ().
12688         Make mono_type_get_object () aware of cached types.
12689         * object.c: back out change to mono_string_new ().
12690
12691 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12692         * object.c: mono_string_new should return a NULL when the string 
12693         passed in is NULL -- not try to deference it.
12694         
12695 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12696
12697         * icall.c: hack to make IsSubType work for TypeBuilders.
12698         * reflection.c: emit constructors before methods.
12699         Retrieve param names in mono_param_get_objects().
12700
12701 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12702
12703         * Makefile.am: fix list of headers and sources so automake 1.5
12704         doesn't complain. Removed \# at end of list.
12705
12706 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12707
12708         * reflection.c: get token for a method ref. Set return type of
12709         constructor to void.
12710         * loader.c: debug message.
12711         * class.c: typo fix.
12712
12713 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12714
12715         * icall.c: fix array init with rank > 1. FindMembers
12716         loops in parent class as well.
12717         * image.c: do not insert nested types in name cache.
12718         * reflection.c: warning fix.
12719         * reflection.h: add override method (for interface impl).
12720
12721 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12722
12723         * metadata.c: fix customattr decoding.
12724
12725 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12726
12727         * rawbuffer.cs: Added native Win32 implementation, avoids using
12728         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12729
12730 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12731
12732         * class.c: make the low-level routines handle the cache.
12733
12734 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12735
12736         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12737
12738 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12739
12740         * class.c: fix mono_array_element_size() for objects.
12741         * class.h, class.c: add properties to MonoClass and load them
12742         at init time.
12743         * icall.c: check with isinst() when assigning a value to an array
12744         instead of requiring the classes to match exactly.
12745         Implemented icall for System.Type::GetType().
12746         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12747         enums. Handle bindingflags when looking for methods and fields.
12748         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12749         and mono_metadata_methods_from_property().
12750         * reflection.h, reflection.c: added structures for propreties,
12751         parameters and enums. Implemented mono_property_get_object() and
12752         mono_param_get_objects().
12753
12754 2001-12-18  Dick Porter  <dick@ximian.com>
12755
12756         * file-io.c: Use mono_string_to_utf16() instead of
12757         mono_string_chars()
12758
12759         * object.c: Added mono_string_to_utf16(), which copies the non
12760         NULL-terminated MonoString into a new double-null-terminated
12761         buffer.
12762
12763 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12764
12765         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12766
12767 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12768
12769         * file-io.c: raise exceptions if handle is invalid.
12770
12771 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12772
12773         * assembly.c: yet another check for mscorlib.
12774         * class.c, class.h: load nesting info for classes.
12775         * icall.c: many new functions to support the Reflection classes.
12776         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12777         * reflection.h, reflection.c: mono_image_create_token(),
12778         mono_assembly_get_object(), mono_type_get_object(),
12779         mono_method_get_object(), mono_field_get_object(): methods to return
12780         objects that parallel the C representation of assemblies, types,
12781         methods, fields.
12782
12783 2001-12-11  Dick Porter  <dick@ximian.com>
12784
12785         * icall.c:
12786         * file-io.c: Internal calls for file IO.
12787
12788 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12789
12790         * tabledefs.h: missing FileAttributes.
12791         * verify.h, verify.c: use is_valid_string () to simplify and check for
12792         valid strings more correctly. Fix warnings and speeling.
12793         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12794         Check code: branches, maxstack, method calls.
12795
12796 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12797
12798         * object.c (mono_object_allocate): removed static, so that the jit
12799         can allocate value types.
12800
12801         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12802
12803 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12804
12805         * class.c: init enum types right away and register the
12806         token->MonoClass map in mono_class_create_from_typedef ().
12807         * verify.h, verify.c: first cut of the verifier.
12808         * pedump.c: add --verify switch to verify metadata tables.
12809         * tabledefs.h: add some missing enums.
12810
12811 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12812
12813         * class.c (mono_install_runtime_class_init): impl.
12814         (mono_class_init): renamed mono_class_metadata_init to
12815         mono_class_init, also removed the metadata_inited flag
12816
12817         * object.c (mono_object_isinst): use faster algorithm
12818
12819 2001-11-30  Radek Doulik  <rodo@ximian.com>
12820
12821         * mono-endian.h: reverted last change
12822         added function prototypes
12823
12824         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12825         add mono-endian.c back
12826
12827         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12828         for unaligned access, I've mistaked it with endianess. I am
12829         sorry.
12830         (mono_read16): fix reverted endianess
12831         (mono_read64): ditto
12832         (mono_read32): ditto
12833
12834 2001-11-30  Dick Porter  <dick@ximian.com>
12835
12836         * exception.c: Implement mono_exception_from_name()
12837
12838 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12839
12840         * metadata.h, metadata.c: remove params_size and locals_size and their
12841         calculation from the metadata code: they are only usefult to the
12842         interp.
12843
12844 2001-11-29  Radek Doulik  <rodo@ximian.com>
12845
12846         * object.c (mono_ldstr): swap bytes here, it's probably not the
12847         best place, but works for me now, I'll redo it once I know mono
12848         better, also note that I add PROT_WRITE and don't reset back, also
12849         note that it's only affects big endians, so x86 should be OK
12850
12851         * mono-endian.h (read16): use just glib macros for both endians
12852
12853         * mono-endian.c: removed as glib macros are used in in
12854         mono-endian.h so we don't need to care about endianess for read
12855         macros as glib does that for us already
12856
12857 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12858
12859         * class.h, class.h: take minimum alignment into consideration so
12860         that the fields of a class remain aligned also when in an array.
12861
12862 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12863
12864         * loader.h, loader.c: add mono_method_get_param_names().
12865         * class.c: 0-init class fields.
12866
12867 2001-11-26  Dick Porter  <dick@ximian.com>
12868
12869         * icall.c:
12870         * threads-types.h:
12871         * threads.c: New file that handles System.Threading on all platforms
12872
12873         * object.c: 
12874         * object.h: Remove the synchronisation struct from MonoObject,
12875         replace it with a pointer that gets initialised on demand
12876
12877         * Makefile.am: Replace all the system-specific threading code with
12878         a single file that uses the new wrapper library
12879
12880 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12881
12882         * class.c, class.h: add mono_install_trampoline() so that the runtime
12883         can register a function to create a trampoline: removes the ugly
12884         requirement that a runtime needed to export arch_create_jit_trampoline.
12885         * object.h, object.c: added mono_install_handler() so that the runtime
12886         can install an handler for exceptions generated in C code (with
12887         mono_raise_exception()). Added C struct for System.Delegate.
12888         * pedump.c: removed arch_create_jit_trampoline.
12889         * reflection.c: some cleanups to allow registering user strings and
12890         later getting a token for methodrefs and fieldrefs before the assembly
12891         is built.
12892         * row-indexes.h: updates and fixes from the new ECMA specs.
12893
12894 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12895
12896         * class.h, class.c: add enum_basetype field to MonoClass.
12897         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12898         to get index in the constant table reated to a field, param or
12899         property.
12900         * reflection.h, reflection.c: handle constructors. Set public-key and
12901         version number of the built assembly to 0.
12902         * row-indexes.h: update from new ECMA spec.
12903
12904 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12905
12906         * class.h, class.c: add a max_interface_id to MonoClass.
12907         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12908         since it's used to do that. Added mono_type_type_from_obj().
12909         Make GetType() return NULL instead of segfaulting if the type was not
12910         found. Handle simple arrays in assQualifiedName.
12911         * object.h: add a struct to represent an Exception.
12912         * reflection.c: output call convention in method signature.
12913         Add code to support P/Invoke methods and fixed offsets for fields.
12914
12915 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12916
12917         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12918         the value.
12919         * icall.c: use mono_array_addr instead of array->vector: fixes the
12920         reflection image writing.
12921         * reflection.c: init call convention byte to 0 in method signature.
12922         Encode the property signature. Don't output property-related methods
12923         twice. Really process the properties for a type (don't cast a field to
12924         a property, my mom always told me that).
12925         Fix 64 bit issues in pointer alignment in a different and more
12926         readable way.
12927
12928 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12929
12930         * loader.h: Removed type class from MonoDefaults, added monotype
12931
12932         * loader.c: Loaded MonoType, removed loading of Type
12933
12934         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12935         and fills in System.Type._impl with a RuntimeTypeHandle rather
12936         than the actual MonoClass *
12937
12938         (ves_icall_type_from_handle): change from type_class to
12939         monotype_class
12940
12941         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12942         implemented
12943
12944         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12945         implemented
12946
12947         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12948
12949         (ves_icall_System_Reflection_Assembly_GetType): implemented
12950
12951         (ves_icall_System_MonoType_assQualifiedName): implemented
12952
12953         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12954
12955 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12956
12957         * assembly.c (mono_assembly_open): Implement a cache for the
12958         assemblies. 
12959
12960         (mono_assembly_close): only destroy the assembly when the last
12961         reference is gone.
12962         
12963 2001-11-09  Dick Porter  <dick@ximian.com>
12964
12965         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12966
12967 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12968
12969         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12970
12971 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12972
12973         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12974         from Martin Weindel.
12975         * object.h: add mono_string_chars ().
12976
12977 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12978
12979         * reflection.c (build_compressed_metadata): Eliminates warnings
12980         and uses 64-bit clean code.
12981
12982         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12983         (mono_type_equal): Change signature to eliminate warnings.
12984
12985 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12986
12987         * icall.c, loader.c: remove the internalcall array constructors.
12988         Changes to match the new MonoArray structure.
12989         * object.h, object.c: an array object doesn't allocate an extra
12990         vector. Add mono_array_new_full () to create jagged arrays easily.
12991
12992 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12993
12994         * metadata.h, metadata.c: add mono_metadata_field_info () to
12995         retreive all the info about a field from vairous tables.
12996         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12997         * class.h, class.c: augment MonoClassField with more info.
12998         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12999         policy and load a field's RVA if needed.
13000
13001 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
13002
13003         * class.c (mono_class_metadata_init): create a trampoline for all
13004         virtual functions instead of actually compiling them.
13005
13006 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
13007
13008         * class.h, class.c: include name in MonoClassField.
13009         * class.c: fix fundamental type of System.Object and System.String.
13010         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
13011         tokens in ldtoken.
13012         * icall.c: remove internalcalls for the Reflection stuff that is now
13013         done in C# code.
13014         * loader.c: mono_field_from_memberref () implementation.
13015         * mono-endian.c: thinko (s/struct/union/g).
13016         * object.c, object.h: make the mono_string_* prototypes actually use
13017         MonoString instead of MonoObject.
13018         * reflection.c, reflection.h: updates for changes in the reflection
13019         code in corlib: we use C structures that map to the actual C# classes.
13020         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
13021         fat method header if needed and use the info from the ILGenerator for
13022         methods. Handle fields in types. Misc fixes.
13023
13024 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
13025
13026         * class.c (mono_class_metadata_init): bug fix: always allocate
13027         space for static class data
13028
13029 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
13030
13031         * class.c (mono_compute_relative_numbering): use relative
13032         numbering to support fast runtime type checks.
13033
13034 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
13035
13036         * class.c (mono_class_create_from_typeref): added debugging output
13037         to print class name when MonoDummy is returned instead of real class
13038
13039 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
13040
13041         * class.c (mono_class_metadata_init): interface offset table now
13042         contains pointers into the vtable - this is more efficient for the jit
13043
13044 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
13045
13046         * class.c (mono_class_metadata_init): use a temporary vtable (the
13047         old algorithm only worked for the interpreter, but not for the jit)
13048
13049 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
13050
13051         * loader.c (method_from_memberref): use mono_class_get to get the
13052         class of an array instead of using System.Array directly.
13053         (mono_get_method): also add MEMBERREF methods to the method cache
13054         which usefull for arrays.
13055
13056 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
13057
13058         * pedump.c (arch_compile_method): added to compute vtable entry
13059
13060         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
13061         number of interfaces.
13062         
13063         * class.h: merged MonoArrayClass into MonoClass
13064
13065         * class.c (mono_class_create_from_typedef): compute the vtable size and
13066         allocate space to include the vtable inside MonoClass
13067         (mono_class_metadata_init): initialize the vtable
13068
13069 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
13070
13071         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
13072         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
13073         * image.c: endian fixes by Laurent Rioux.
13074         * object.h, object.c: rename MonoStringObject to MonoString and
13075         MonoArrayObject to MonoArray. Change some function names to conform to
13076         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
13077         guint16* as first argument, so don't use char*.
13078         Provide macros to do the interesting things on arrays in a portable way.
13079         * threads-pthread.c: updates for the API changes and #include <sched.h>
13080         (required for sched_yield()).
13081         * icall.c: updates for the API changes above.
13082         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
13083         platforms that need them.
13084
13085 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13086
13087         * class.c: set the correct type for all the fundamental
13088         type when loading the class.
13089
13090 2001-10-05  Dick Porter  <dick@ximian.com>
13091
13092         * threads-pthread.c (pthread_mutex_timedlock): Simple
13093         compatibility version for C libraries that lack this call.
13094
13095 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13096
13097         * class.c: MonoTypes stored in MonoClass are stored as
13098         fundamental MonoTypes when the class represents a
13099         fundamental type (System.Int32, ...).
13100         The TypeHandle return by ldtoken is a MonoType*.
13101         * icall.c: ves_icall_get_data_chunk () write out all the
13102         PE/COFF stuff. Implement ves_icall_define_method (),
13103         ves_icall_set_method_body (), ves_icall_type_from_handle ().
13104         * image.c: properly skip unknown streams.
13105         * loader.h, loader.c: add type_class to mono_defaults.
13106         * metadata.c, metadata.h: export compute_size () as
13107         mono_metadata_compute_size () with a better interface.
13108         Typo and C&P fixes.
13109         * pedump.c: don't try to print the entry point RVA if there is no entry point.
13110         * reflection.c, reflection.h: many cleanups, fixes, output method
13111         signatures and headers, typedef and typeref info, compress the metadata
13112         tables, output all the heap streams, cli header etc.
13113         * row-indexes.h: typo fixes.
13114
13115 2001-10-04  Dick Porter  <dick@ximian.com>
13116
13117         * object.h: Add a synchronisation mutex struct to MonoObject
13118
13119         * object.c (mono_new_object): Initialise the object
13120         synchronisation mutexes
13121
13122         * icall.c: System.Threading.Monitor internal calls
13123         
13124         * threads-pthread.h:
13125         * threads-pthread.c: System.Threading.Monitor internal calls
13126
13127         * threads-types.h: New file, includes the system-specific thread
13128         structures
13129         
13130         * threads-pthread-types.h:
13131         * threads-pthread-types.c: New files, handle pthread-specific
13132         synchronisation types
13133
13134         * threads-dummy-types.h: 
13135         * threads-dummy-types.c: New files of dummy support for
13136         thread-specific types
13137
13138         * metadata.c:
13139         * image.c:
13140         * pedump.c: include mono-endian.h not endian.h
13141         
13142         * Makefile.am: More threads files.
13143         Name mono-endian.h not endian.h
13144
13145 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
13146
13147         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
13148         stuff and implement a few more bits.
13149         * icall.c: a field needs to be dereferenced twice. Do not use the same
13150         name for two variables in the same scope.
13151         * image.c, image.h: cleanups.
13152
13153 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
13154
13155         * class.c (mono_class_metadata_init): bug fix: compute the right size
13156
13157 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
13158
13159         * icall.c: implemented some of the Reflection internalcalls.
13160         * image.c, image.h: start writing out the PE/COFF image.
13161         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
13162         that does the reverse than decode_blob_size ().
13163         * object.c: use mono_metadata_encode_value (). Move here
13164         temporary implementation of mono_string_to_utf8 ().
13165         * rawbuffer.c: make malloc_map static.
13166
13167 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13168
13169         * metadata.c: fix type comparison for arrays.
13170         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
13171         Added a couple of new classes to monodefaults.
13172         * icall.c: added a couple of Reflection-related internalcalls.
13173         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
13174         Added a byval_arg MonoType to MonoClass.
13175
13176 2001-09-28  Dick Porter  <dick@ximian.com>
13177
13178         * icall.c:
13179         * threads-pthread.h: 
13180         * threads-pthread.c: Implemented internal calls for
13181         LocalDataStoreSlot operations.  Applied mutexes around all shared
13182         data.  Reworked the thread creation and Start() operations to
13183         avoid a race condition.
13184         
13185         * threads-dummy.h:
13186         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
13187
13188 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
13189
13190         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
13191
13192 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
13193
13194         * class.c, loader.c: warn and return NULL instead of erroring out.
13195         * icall.c: added System.AppDomain::getCurDomain().
13196         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
13197
13198 2001-09-25  Dick Porter  <dick@ximian.com>
13199
13200         * threads-pthread.h:
13201         * threads-pthread.c: Implemented timed thread joining and added
13202         System.Threading.Thread::Join_internal internal call
13203
13204         * icall.c: Added System.Threading.Thread::Join_internal internal call
13205
13206         * threads-dummy.h:
13207         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
13208
13209 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
13210
13211         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
13212         mono_string_intern () to implement the semantics of the ldstr opcode
13213         and the interning of System.Strings.
13214         * icall.c: provide hooks to make String::IsIntern and String::Intern
13215         internalcalls.
13216
13217 2001-09-23  Dick Porter  <dick@ximian.com>
13218
13219         * threads-dummy.c: 
13220         * threads-dummy.h: New files of dummy threading routines
13221
13222         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
13223         support code based on system specifics
13224
13225         Rename PTHREAD_LIBS to THREAD_LIBS
13226         
13227 2001-09-23  Dick Porter  <dick@ximian.com>
13228
13229         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
13230         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
13231         internal calls.
13232         (mono_thread_init): Set up a Thread object instance to return when
13233         the main thread calls Thread.CurrentThread
13234         (mono_thread_cleanup): Wait for all subthreads to exit
13235
13236         * icall.c: New internal calls for System.Threading.Thread::Sleep
13237         (including Schedule) and CurrentThread
13238
13239         * threads.h: New file, to insulate thread-specific stuff from the
13240         rest of the code
13241
13242 2001-09-21  Dick Porter  <dick@ximian.com>
13243
13244         * threads-pthread.h: 
13245         * threads-pthread.c: New file, for handling pthreads-style
13246         threading support.  Start() now starts a new thread and executes
13247         the ThreadStart delegate instance.
13248
13249         * icall.c: Added the internalcall for
13250         System.Threading.Thread::Start_internal
13251
13252         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
13253
13254 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
13255
13256         * loader.c: work around the different signatures for delegates
13257         constructors csc generates in compiled code vs the ones compiled in mscorlib.
13258
13259 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13260
13261         * class.h, class.c: add mono_class_get_field_from_name ().
13262         * *: Fix C comments and other ANSI C issues.
13263
13264 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
13265
13266         * endian.h, assembly.c: fix some endianness issues.
13267
13268 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
13269
13270         * loader.h, load.c: add delegate_class to mono_defaults.
13271         Handle runtime provided methods in mono_get_method ().
13272
13273 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
13274
13275         * loader.c (mono_get_method): use pinvoke for internal call
13276
13277         * icall.c: use pinvoke for internal call
13278
13279         * loader.c (method_from_memberref): set the method name
13280
13281 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
13282
13283         * metadata.c: help the compiler generate better code for
13284         mono_class_from_mono_type ().
13285
13286 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
13287
13288         * class.c (mono_class_metadata_init): delayed computing of the
13289         class size to mono_class_metadata_init ()
13290
13291 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
13292
13293         * class.c, class.h: add an interfaces member to MonoClass.
13294         * image.c, image.h: add assembly_name field to MonoImage
13295         from the assembly table.
13296         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
13297
13298 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13299
13300         * class.c: Handle Array in mono_class_from_mono_type ().
13301         * metadata.c, pedump.c: some endian fixes.
13302
13303 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13304
13305         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
13306         * metadata.c: fix small problem introduced with the latest commit.
13307
13308 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
13309
13310         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
13311         We don't need a MonoMetadata pointer anymore to compare signatures in
13312         mono_metadata_signature_equal (), update callers.
13313         Reduced memory usage an number of allocations for MonoMethodHeader and
13314         MonoMethodSignature.
13315
13316 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13317
13318         * metadata.c: added compare for szarray.
13319
13320 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13321
13322         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13323         and add a couple more types to it and mono_defaults. Give an hint on
13324         classes that need implementing in our corlib and are referenced
13325         in mscorlib.
13326
13327 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13328
13329         * class.h, class.c: keep track if a class is also an Enum.
13330         * loader.c: Implement a couple more types for use in libffi
13331         marshalling. Gives better diagnostics when failing to dlopen
13332         a library. Set method->klass for P/Invoke methods, too.
13333
13334 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13335
13336         * class.c, class.h: add a MonoType this_arg to MonoClass that
13337         represents a pointer to an object of the class' type that
13338         can be used by the interpreter and later the type cache.
13339         Add best guess alignment info for valuetype objects.
13340
13341 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13342
13343         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13344         into MonoType: one less level of indirection and allocation and
13345         simplifies quite a bit of code. Added cache for MonoTypes that are
13346         used frequently, so that we don't need to allocate them all the time.
13347
13348 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13349
13350         * class.c (mono_class_create_from_typedef): System.Enum is also a
13351         value type, although it does not derive from System.ValueType
13352         (maybe a bug in the ms compiler?)
13353
13354         * metadata.c (mono_type_size): return the right size for value types
13355
13356         * loader.c (mono_get_method): only initialize method header if not abstract
13357
13358         * class.c (mono_class_from_mono_type): use mono_default values. 
13359
13360 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13361
13362         * *: use MonoClass pointers instead of <type_tokens>
13363         
13364         * class.h: new flag: metadata_inited.
13365
13366         * class.c (mono_class_metadata_init): impl.
13367         (mono_class_instance_size): impl.
13368         (mono_class_data_size): impl.
13369
13370 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13371
13372         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13373         MonoClass now has the name and name_space fields. 
13374         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13375         mono_get_method () takes and optional MonoClass as argument.
13376         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13377         instead that takes advantage of a map from class names to typedef
13378         tokens in MonoImage.
13379
13380 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13381
13382         * metadata.c: zero is not a valid alignment boundary.
13383         Merge MONO_TYPE_VOID in default decoding code.
13384
13385 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13386
13387         * image.h: merged MonoMetadata into MonoImage
13388
13389         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13390         identify the type of elements.
13391
13392 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13393
13394         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13395         * cil-coff.h: split MonoMSDOSHeader and add size info.
13396         * image.c: add some consistency checks.
13397         * metadata.c: fix row size computation: one programmer
13398         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13399         add explanation for the locator routine.
13400         Fix decoding of size in method header.
13401         
13402 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13403
13404         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13405         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13406         function from gnome-libs.  This uses the right path separator
13407         based on the OS, and also works around a bug in some systems where
13408         a double slash is not allowed. 
13409         (default_assembly_name_resolver): Use g_concat_dir_and_file
13410         (mono_assembly_open): ditto.
13411
13412 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13413
13414         * metadata.c (mono_metadata_signature_equal): impl.
13415
13416         * *: void is now a realy MonoType (instead of using NULL)
13417         
13418         * metadata.c (do_mono_metadata_parse_type): use
13419         mono_metadata_parse_type to parse void value.
13420
13421 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13422
13423         * metadata.c, metadata.h: in the signature and method header store
13424         only the space required for holding the loca vars and incoming arguments.
13425
13426 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13427
13428         * metadata.c (do_mono_metadata_parse_type): treat void like any
13429         other type (instead of assigning NULL);
13430
13431 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13432
13433         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13434
13435 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13436
13437         * image.c (do_mono_image_open): added a cache for arrays.
13438
13439 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13440
13441         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13442         decode a single column from a row in a metadata table and changes
13443         to take advantage of it in the typedef locator (gives a nice speed up).
13444         Store offset info for function params.
13445
13446 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13447
13448         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13449
13450 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13451
13452         * assembly.c: how could mono_assembly_close () had ever worked?
13453         * metadata.c, metadata.h: provide offset info for local vars.
13454         Implement mono_type_size () to take care of alignment as well
13455         as size (it was mono_field_type_size in cli/class.c before).
13456
13457 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13458
13459         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13460
13461         * assembly.h (CORLIB_NAME): set to corlib.dll
13462
13463         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13464
13465 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13466
13467         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13468         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13469         tokentype.h: massive namespace cleanup.
13470
13471 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13472
13473         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13474
13475 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13476
13477         * metadata.c (mono_metadata_free_type): added check for type !=
13478         NULL (void) before calling mono_metadata_free_type()
13479
13480 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13481
13482         * metadata.h, row_indexes.h: added header with enumerations to use
13483         to index in the columns from tables in metadata and to decode coded
13484         tokens: we should start using this instead of embedding magic numbers
13485         all over the code.
13486
13487 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13488
13489         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13490         Move metadata_t info from cli_image_info_t to MonoImage, where
13491         it's easily accessible. Changed all the uses accordingly.
13492         Added the method and class caches to MonoImage.
13493         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13494         and mono_metadata_decode_value () signature to be more consistent
13495         with the other parse functions (and simplify code). Taken advantage
13496         of zero-length array allocation with GCC. Removed reduntant (and
13497         wrong) MonoFieldType struct and use MonoParam instead. Changed
13498         mono_metadata_parse_field_type () to use common code for parsing.
13499         Added mono_metadata_typedef_from_field () and
13500         mono_metadata_typedef_from_method () to lookup a typedef index from a
13501         field or method token.
13502         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13503
13504 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13505
13506         * metadata.c (mono_metadata_parse_field_type): Implement. 
13507         (do_mono_metadata_parse_type): Split engine from
13508         mono_metadata_parse_type, so that we can create smaller structures
13509         for things that just have one pointer to the MonoType (look at
13510         the MonoFieldType)
13511
13512 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13513
13514         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13515         as Jan Gray found out, it is incorrect. 
13516
13517 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13518
13519         * assembly.c: Implement asssembly loading.  This loads an image
13520         and loads all the referenced assemblies.  Come to think of it, we
13521         could always do lazy loading of the assemblies. 
13522
13523         * image.c (mono_image_open): Keep loaded images in a hashtable.
13524
13525         * image.h (MonoImage): Add reference count.
13526
13527 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13528
13529         * assembly.c (mono_assembly_open): Keep track of the file name in
13530         case the assembly has no ASSEMBLY table.
13531
13532         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13533         from get.c here.
13534
13535 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13536
13537         * metadata.c, metadata.h: decode local vars in method header
13538         parse function. Change callers accordingly.
13539
13540 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13541
13542         * metadata.h, cil-coff.h: protect against multiple inclusion.
13543         Added some new structures to hold information decoded from metadata:
13544         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13545         and relevant decoding/free functions.
13546         * metadata.c: implement decoding functions. Add warning for out of bounds
13547         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13548         all the info about a method signature and invocation. Remove check on
13549         uninitialized local var in parse_mh() and fix memory leak.
13550
13551 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13552
13553         * metadata.h: More macros.
13554
13555         * tokentype.h: New file.
13556
13557 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13558
13559         * assembly.c: added a consistency check and initialize
13560         some structures with g_new0().
13561         * metadata.c: fixed a couple more bugs in table size computation
13562         and add other checks for out-of bound access to metadata.
13563
13564 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13565
13566         * metatada.c: fix bugs computing table sizes. Spew a
13567         warning when index in string heap is out of bounds.
13568
13569 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13570
13571         * metadata.h: Add a couple of macros to manipulate tokens. 
13572
13573 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13574
13575         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13576         cli_section_tables).
13577
13578 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13579
13580         * metadata.c (mono_metadata_user_string): New function, provides
13581         access to the UserString heap. 
13582
13583 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13584
13585         * metadata.c: Add inline documentation.
13586
13587 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13588
13589         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13590         files. 
13591
13592 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13593
13594         * typeattr.h: New file, TypeAttribute flags. 
13595
13596 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13597
13598         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13599         mono_assembly_ensure_section): Section loading code.
13600         (load_section_tables): Load the sections.
13601
13602         * mono/metadata/metadata.c (mono_metadata_locate_token,
13603         mono_metadata_locate): Functions to locate the information
13604         definition given a token or a table and an index.
13605         (mono_metadata_compute_table_bases): New.
13606         (compute_size): New function to compute the sizes of the various
13607         tables.
13608
13609         * mono/metadata/metadata.h: Finish listing the different index
13610         types. 
13611
13612         * mono/metadata/pedump.c: Improve to dump new information.
13613
13614 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13615
13616         * mono/metadata/metadata.c: Entered all the tables matching
13617         Beta2. 
13618
13619         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13620