2004-09-08 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2004-09-08  Martin Baulig  <martin@ximian.com>
2
3         * class.c (class_compute_field_layout): Don't call
4         mono_class_layout_fields() for open generic instances.
5
6 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
7         * threads.c appdomain.c: fix typo in GC macro
8
9 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10
11         * threads.c: don't call mono_thread_detach() in start_wrapper(),
12         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
13
14 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
15
16         * image.c (mono_image_close): Applied patch from 
17         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
18         assembly is loaded multiple times from data.
19         
20         * image.c (mono_image_open): Fix warning.
21
22 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23
24         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
25         once. Fixes #58334.
26         
27         * reflection.c (mono_reflection_create_runtime_class): Initialize
28         klass->nested_classes. Fixes #61224.
29
30 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
31
32         * threads.c: sched_yield() on exit, to allow threads to quit.
33
34 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
35
36         * object.c (mono_unhandled_exception): Remove leftover debug code.
37
38 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
41
42 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
43
44         * marshal.c (emit_marshal_array): Really null terminate string arrays.
45         
46         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
47
48 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
49
50         * marshal.c (emit_marshal_array): Null terminate string arrays.
51         
52         * marshal.c (raise_auto_layout_exception): Fix warning.
53
54         * reflection.c (mono_param_get_objects): Initialize the default value
55         with DBNull.Value, not null. Fixes #62123.
56
57 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
58
59         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
60         throw an exception with a cute explanation.
61
62 2004-09-06  Dick Porter  <dick@ximian.com>
63
64         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
65         Close the new process's thread handle, as we don't use it.  The
66         handle stays around forever otherwise.
67
68 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
69
70         * object.c (arith_overflow): Fix warning.
71
72         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
73         calling conventions in method refs. Fixes #65352.
74
75         * reflection.c: Fix warnings.
76
77 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
78
79         * icall.c: Add a new icall for Array.Clear
80
81 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
82
83         * object.c: When allocating an array, we have to throw
84         an overflow exception if any of the lengths are < 0.
85
86 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
87
88         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
89         properly. Also move implementation of string array marshalling to 
90         managed code. Fixes #42316.
91
92 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
93
94         * assembly.c: provide more information when loading an assembly fails.
95
96 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
97
98         * filewatcher.c: don't expect the development fam package to be
99         installed.
100
101 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
102
103         * marshal.c: Make a copy of the signature cookie since it will be
104         freed by the caller.
105         
106         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
107
108         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
109
110         * metadata.c (mono_metadata_free_marshal_spec): New function to free
111         marshal specs.
112
113         * marshal.c: More refactoring.
114         
115         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
116         smaller functions.
117
118 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
119
120         * object.c: In mono_message_invoke, fill the output parameter array after
121           calling the managed method (it was done before the call). This fixes
122           bug #59299.
123
124 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
125
126         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
127         as well.
128
129 2004-09-02  Martin Baulig  <martin@ximian.com>
130
131         * class.c (mono_class_instance_size): Don't allow generic type
132         definitions or open generic instances.
133         (mono_class_array_element_size): If we're a value type, call
134         mono_class_instance_size() on the original class.
135
136         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
137         handle generic instances.
138
139         * mono-debug-debugger.c (write_type): Handle generic instances
140         like classes.
141
142 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
143
144         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
145         the allocation request fails. Fixes #65089.
146
147         * object.c (mono_runtime_free_method): Do not call mono_free_method.
148         
149         * object.c (mono_runtime_free_method): New function to free a dynamic
150         method.
151
152         * marshal.c (mono_delegate_free_ftnptr): New function to free the
153         delegate trampoline.
154
155         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
156         with hasthis as dynamic,
157
158         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
159
160         * domain.c (mono_jit_info_table_remove): New function to remove an
161         entry from the jit info table.
162
163         * class-internals.h (MonoMethod): Add 'dynamic' field.
164
165         * loader.c: Fix warnings.
166
167 2004-09-01  Martin Baulig  <martin@ximian.com>
168
169         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
170         instead of mono_debugger_lock() because the latter one is a no-op
171         unless running in the debugger.
172
173 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
174
175         * class.c (class_compute_field_layout): Classes with auto-layout or
176         reference fields are not blittable.
177         
178 2004-09-01  Dick Porter  <dick@ximian.com>
179
180         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
181         mono_image_get_filename() to get the assembly location.
182
183         * icall.c:
184         * metadata.h: Fix compile warnings
185
186 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
187
188         * class.c (class_compute_field_layout): System.Object is blittable.
189
190         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
191         as in/out. Fixes #59909.
192
193 2004-09-01  Martin Baulig  <martin@ximian.com>
194
195         * metadata.h (MONO_TYPE_ISREFERENCE): Call
196         mono_metadata_generic_inst_is_valuetype() if we're a generic
197         instance to check whether our underlying type is a reference type.
198
199 2004-09-01  Martin Baulig  <martin@ximian.com>
200
201         * metadata.c (mono_type_size): If we're a generic instance, call
202         mono_class_value_size() for value types.
203
204 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
205
206         * marshal.c: Implement more custom marshalling functionality. Fixes
207         #64915.
208
209 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
210
211         * mono-debug.c, debug-mono-symfile.c: add some locking love.
212
213 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
214
215         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
216
217         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
218
219         * icall.c: Fix some warnings.
220
221         * threads.c (abort_appdomain_thread): Fix unref errors.
222         (mono_thread_current): Fix THREAD_DEBUG define.
223
224 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
225
226         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
227
228         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
229
230 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
231
232         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
233         string arrays.
234
235 2004-08-28  Martin Baulig  <martin@ximian.com>
236
237         * metadata.c
238         (mono_metadata_generic_inst_is_valuetype): New public function.
239
240         * metadata.h (MONO_TYPE_ISSTRUCT): Call
241         mono_metadata_generic_inst_is_valuetype() if we're a generic
242         instance to check whether our underlying type is a valuetype.
243
244 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
245
246         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
247         #63768.
248
249 2004-08-25  Martin Baulig  <martin@ximian.com>
250
251         * loader.c (mono_get_method_from_token): Abstract methods can also
252         be generic and thus have type parameters.
253
254         * metadata-internals.h
255         (MonoDynamicImage): Added `GPtrArray *gen_params'.
256
257         * reflection.c (mono_image_get_generic_param_info): Don't create a
258         metadata row, just add an entry to the `gen_params' array.
259         (build_compressed_metadata): Sort the `gen_params' array and then
260         actually create the metadata.
261
262 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
263
264         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
265
266 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
267
268         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
269
270 2004-08-24  Martin Baulig  <martin@ximian.com>
271
272         * class.cs (mono_class_is_subclass_of): Like an interface, a
273         generic instance also derives from System.Object.
274
275 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
276
277         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
278         custom modifiers to be in any order. Fixes #61990.
279
280 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
281
282         * object.c: Register mono_object_new_fast icall.
283         
284         * object.c (mono_class_get_allocation_ftn): Return to calling
285         mono_object_new_fast, since it seems faster to compute the object 
286         size in unmanaged code than passing it as a parameter.
287
288         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
289
290         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
291         this function with Boehm as the oom handler, so we don't have to check
292         the result of GC_malloc.
293
294         * object.c: Remove checks for oom.
295
296         * object.h object.c (mono_class_get_allocation_ftn): New function to
297         return the icall which can be used to allocate an instance of a given
298         class. 
299
300         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
301
302         * class-internals.h: Add 'enabled' field.
303
304 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
305
306         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
307
308 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
309         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
310         value 0x0010.
311
312 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
313
314         * appdomain.c: use the Tls function for appdomain too,
315         at Zoltan's request. Actually return in mono_context_get
316
317         * appdomain.c, profiler.c, threads.c: use __thread
318
319 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
320
321         * appdomain.c threads.c: Call GC_CreateThread on windows.
322
323         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
324         multiple libraries since this don't work on windows.
325
326 2004-08-18  Martin Baulig  <martin@ximian.com>
327
328         * class-internals.h
329         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
330         MonoMethodHeader.
331
332         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
333         MonoMethodNormal since we also need it for abstract and interface
334         methods.
335
336         * reflection.c
337         (build_compressed_metadata): Sort the GenericParam table.
338         (mono_image_create_token): Added `gboolean create_methodspec'
339         argument; this is false when generating a MethodImpl token.
340         (reflection_methodbuilder_to_mono_method): Abstract and interface
341         methods may also have generic parameters.
342
343 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
344
345         * appdomain.c: thread local alloc
346
347 2004-08-17  Martin Baulig  <martin@ximian.com>
348
349         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
350
351         * icall.c
352         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
353         argument.
354
355         * class.c (mono_type_get_full_name): New public function.
356         (mono_type_get_name): Don't include the type arguments.
357
358 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
359
360         * Makefile.am: Build static versions of libmetadata and libmonoruntime
361         for inclusion into the mono executable.
362
363 2004-08-16  Martin Baulig  <martin@ximian.com>
364
365         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
366         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
367
368 2004-08-14  Martin Baulig  <martin@ximian.com>
369
370         * class.c (dup_type): Also copy the `byref' field.
371
372 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
373
374         * reflection.c (create_dynamic_mono_image): Revert the last change 
375         since it breaks bootstrap.
376
377 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
378
379         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
380
381         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
382         not free them with g_free.
383
384 2004-08-11  Martin Baulig  <martin@ximian.com>
385
386         * reflection.c (mono_reflection_setup_internal_class): Also call
387         mono_class_setup_mono_type() if we already have a `tb->type.type'.
388
389 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
390
391         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
392         called during default (first) AppDomain creation. Keep track of
393         Evidence when loading assemblies.
394
395 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
396
397         * opcodes.c, opcodes.h: reduce runtime relocations.
398
399 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
400
401         * culture-info.h, locales.c: fixes and chages to sue the new
402         optimized format of the locale data.
403         * culture-info-tables.h: regenerated.
404
405 2004-08-06  Geoff Norton <gnorton@customerdna.com>
406         
407         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
408
409 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
410
411         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
412         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
413         * domain-internals.h: icall declaration.
414         * icall.c: icall registration.
415         * object-internals.h: New fields in MonoAssembly for CAS.
416
417 2004-08-05  Duncan Mak  <duncan@ximian.com>
418
419         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
420         CEE_LDELEM_ANY.
421
422 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
423
424         * reflection.c: fix to deal with object[] arrays in custom ctors
425         (bug #62550).
426
427 2004-08-05  Martin Baulig  <martin@ximian.com>
428
429         * class.c (mono_class_array_element_size): Added support for
430         generic instances and correctly handle "recursive" types.
431
432 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
433
434         * assembly.c: Fix warnings.
435
436 2004-08-04  Martin Baulig  <martin@ximian.com>
437
438         * class.c
439         (mono_type_get_name_recurse): Added `gboolean include_arity'
440         argument specifying whether or not we should include the generic
441         arity in the type name.
442         (_mono_type_get_name): New static function.
443         (mono_class_setup_vtable): If we're a generic instance, don't
444         include the generic arity in the names of explicit method
445         implementations.        
446
447 2004-08-03  Martin Baulig  <martin@ximian.com>
448
449         * class.c (mono_type_get_name_recurse): Enclose the generic type
450         arguments in `<', '>'.
451
452 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
453
454         * gc.c: make GC warning messages use the trace API, they are just
455         noise to most of the users.
456
457 2004-08-03  Martin Baulig  <martin@ximian.com>
458
459         * debug-mono-symfile.c (read_string): Correctly read the string.
460
461 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
462
463         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
464         
465         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
466         icalls.
467         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
468
469 2004-07-30  Martin Baulig  <martin@ximian.com>
470
471         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
472         Reflect latest symbol writer changes.   
473
474 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
475
476         * object.c: always create an object if null is passed
477         to Invoke() where a valuetype is expected.
478
479 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
480
481         * marshal.c (mono_marshal_init): make managed
482         signatures match native ones better for 64bits.
483
484 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
485
486         * appdomain.c: hack to build correctly the private bin path on windows.
487         Fixes bug #61991.
488
489 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
490
491         * assembly.c: Load mscorlib from the correct framework directory
492           (mono/<version>/mscorlib.dll).
493         * appdomain.h: Added prototypes for new functions.
494         * internals.h: Added some prototypes.
495         * domain.c: When initializing the runtime, get from the executable and
496           the configuration files the runtime version that the app supports.
497           Added support methods for reading app.exe.config. Added list of versions
498           supported by the JIT. Added two new methods: mono_init_from_assembly,
499           which initializes the runtime and determines the required version from
500           the provided exe file, and mono_init_version, which initializes
501           the runtime using the provided version.
502         * icall.c: Get machine.config from version-specific directory.
503         * reflection.c: When generating an image, embed the version number
504           of the current runtime.
505
506 2004-07-28  Dick Porter  <dick@ximian.com>
507
508         * socket-io.c
509         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
510         returned sockaddr size before creating the remote address object.
511         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
512         61608.
513
514 2004-07-28  Dick Porter  <dick@ximian.com>
515
516         * locales.c (string_invariant_compare_char): Fix invariant char
517         compares between upper and lower cases.  Fixes bug 61458.
518
519 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
520         
521         * marshal.c: actually cache stelem.ref wrappers.
522         
523 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
524
525         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
526         sections and remove the mono_cli_rva_map () function.
527
528 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
529
530         * debug-mono-symfile.c: fix one more endianess issue, from a patch
531         by Geoff Norton (<gnorton@customerdna.com>).
532
533 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
534
535         * class.c: fix class loads for pointer types (typeof(int) !=
536         typeof(int*)).
537
538 2004-07-27  Martin Baulig  <martin@ximian.com>
539
540         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
541         reading the debugging information from an external ".mdb" file.
542
543 2004-07-24  Martin Baulig  <martin@ximian.com>
544
545         * reflection.c (mono_image_get_type_info): Only write a class
546         layout entry if we actually have a size or a packing size.
547
548 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
549
550         * reflection.c (type_get_fully_qualified_name): 
551         insert cast to get type checking of ?: with non-gcc compilers
552
553 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
554
555         * rand.c: use g_getenv for both lookups of
556         MONO_EGD_SOCKET
557
558 2004-07-17  Martin Baulig  <martin@ximian.com>
559
560         * reflection.c (mono_reflection_bind_generic_method_parameters):
561         Set `gmethod->reflection_info'.
562
563 2004-07-17  Martin Baulig  <martin@ximian.com>
564
565         * class.c (mono_class_create_from_typedef): Insert the newly
566         created class into the hash table before computing the interfaces
567         since we could be called recursively.
568
569 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
570
571         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
572         function to implement stelem.ref in managed code
573         * class-internals.h, debug-helpers.c: a new wrapper type
574         for the above.
575
576 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
577
578         * gc.c: allow GC handles to work even when no GC is compiled in.
579         Fix part of bug #61134 (GetAddrOfPinnedObject).
580
581 2004-07-13  Peter Williams  <peter@newton.cx>
582  
583         * process.c (complete_path): Make sure we don't attempt to execute
584         directories.
585  
586 2004-07-12  Geoff Norton <gnorton@customerdna.com>
587
588         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
589           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
590           and will add/subtract the hour if needed
591
592 2004-07-12  Martin Baulig  <martin@ximian.com>
593
594         * reflection.c (mono_field_get_object): If we have
595         `field->generic_info', take the attributes from
596         `field->generic_info->generic_type'.    
597
598 2004-07-12  Martin Baulig  <martin@ximian.com>
599
600         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
601         This function must be called before initializing the runtime.
602         (mono_debug_init_1): New function; call this after initializing
603         the runtime, but before loading the assembly.  It tells the
604         debugger to load corlib and the builtin types.
605
606         * mono-debug-debugger.c: Did some larger changes in the debugging
607         code; support recursive class declarations, make sure we actually
608         add all classes.
609
610 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
611
612         * debug-helpers.c: undo my previous patch and fixed the real issue in
613         ../mini/exceptions-x86.c
614
615 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
616
617         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
618         when no HOME env. variable was set and a NullRef was thrown in a .cctor
619         called from other .cctors.
620
621 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
622
623         * loader.c: Removed the mono_loader_wine_init hack now that we are
624         doing a managed version of Windows.Forms.
625
626 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
627
628         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
629         threadpool.c, threads.c: remove static data from rootset.
630
631 2004-07-09  Dick Porter  <dick@ximian.com>
632
633         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
634         Don't do any more processing if the matched length was 0.  It was
635         increasing the size of the string before.  Fixes bug 61167.
636
637 2004-07-09  Dick Porter  <dick@ximian.com>
638
639         * socket-io.h:
640         * socket-io.c
641         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
642         Add support for SO_PEERCRED if its available.
643
644 2004-07-09  Peter Bartok <pbartok@novell.com>
645         * loader.c: winelib.exe.so error message is now only displayed if
646         MONO_DEBUG is set. To help us avoid questions when people are trying
647         out the new Managed.Windows.Forms.
648
649 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
650
651         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
652         for isinst and castclass wrappers.
653
654         * class-internals.h icall.c: Move registration and lookup of JIT icalls
655         to libmetadata from the JIT, so they could be used by the marshalling
656         code and the interpreter.
657
658         * marshal.c: Register marshalling related JIT icalls here instead of
659         in mini.c. Use CEE_MONO_ICALL instead of the family of 
660         CEE_MONO_PROC<x> opcodes to call marshalling functions.
661
662         * metadata.h: Remove unneeded marshalling conversions.
663
664         * opcodes.c: Update for new opcodes.
665         
666 2004-07-08  Martin Baulig  <martin@ximian.com>
667
668         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
669         (mono_debug_get_domain_data): Make this function static.
670
671 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
672
673         * gc.c, object.h: add nice GC handle API for embedders.
674
675 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
676
677         * reflection.c: more changes for the new api
678
679         * object.c: When we reflect on a field w/ a constant value, it
680         will not have a memory location, so we must access metadata. Also,
681         allow easier reading of strings so that we can read them from
682         the constant data.
683
684         * class.c (mono_class_layout_fields): no need for literal fields here.
685
686         * class-internals.h: api changes for const fields
687
688         * icall.c (ves_icall_get_enum_info): use new apis for const fields
689
690 2004-07-06  Martin Baulig  <martin@ximian.com>
691
692         * mono-debug.h: Increment version number to 44.
693
694         * mono-debug.c (mono_debug_add_wrapper): The second argument is
695         now a gpointer, rewrote this whole method.
696
697         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
698         function.  Add information about the wrapper in a new "misc table".
699
700         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
701         for the new misc table.
702
703 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
704
705         * metadata-internals.h image.c: Add a cache for helper signatures.
706
707         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
708
709 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
710
711         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
712         delegates from a delegate. Fixes #61033.
713         
714         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
715         marshalling of stringbuilder arrays. Fixes #59900.
716
717 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
718
719         * icall.c: Add EnumBuilder:setup_enum_type icall.
720
721 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
722
723         * icall.c: Added a new icall for the property version of
724         OffsetOfStringData.
725
726 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
727
728         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
729         it has a constant size across platforms.
730
731         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
732         stack trace.
733
734 2004-06-29  Martin Baulig  <martin@ximian.com>
735
736         * mono-debug.c (mono_debug_add_method): Protect the whole function
737         in mono_debugger_lock(), not just parts of it.
738
739 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
740
741         * reflection.c: make sure padding bytes in heaps are zeroed.
742
743 2004-06-24  David Waite  <mass@akuma.org>
744
745         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
746         image.c, loader.c, locales.c, marshal.c, metadata.c,
747         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
748         string-icalls.c, threads.c: change to C90-style comments from C99 /
749         C++ -style
750
751 2004-06-24  Dick Porter  <dick@ximian.com>
752
753         * threads.c
754         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
755         return createdNew.  Fixes bug 60412.
756
757         * threads-types.h: 
758         * icall.c: Add createdNew parameter to CreateMutex icall
759
760 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
761
762         * reflection.c, object-internals.h: save default value in params.
763
764 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
765
766         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
767         no need to build a new path combining that with the application base.
768         Fixes bug #60442.
769
770 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
771
772         * reflection.c: fixed minor standard compliance issues.
773
774 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
775
776         * reflection.c: fixed issue with encoding some custom attributes
777         (arrays in properties and fields, bug #60411).
778
779 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
780
781         * reflection.c: fix start address when copying the public key token.
782
783 2004-06-23  Martin Baulig  <martin@ximian.com>
784
785         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
786         the `exc' object in a static object to put it into the GC's root set.
787
788 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
789
790         * reflection.c: make mono_reflection_setup_internal_class ()
791         callable a second time to setup a new parent class.
792
793 2004-06-23  Dick Porter  <dick@ximian.com>
794
795         * threads.c: Check for WAIT_IO_COMPLETION return values.
796
797 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
798
799         * appdomain.c: Removed the g_free on the public key token. Now copy 
800         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
801         * assembly.c: Added public key token string value when loading 
802         assemblies. Fix bug #60439.
803         * icall.c: Added missing informations (like public key) in 
804         GetReferencedAssemblies. Fix #60519.
805         * image.h: Changed definition for public key token from const char*
806         public_tok_value to guchar public_key_token [17];
807         * reflection.c: Updated for changes to public key token.
808
809 2004-06-22  Lluis Sanchez Gual
810
811         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
812         for the field in base classes.
813
814 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
815
816         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
817         mark headers as not supported, they are installed only for use by the
818         debugger.
819
820 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
821
822         * *.c, *.h: avoid namespace pollution in public headers.
823
824 2004-06-21  Martin Baulig  <martin@ximian.com>
825
826         * exception.c (mono_get_exception_security): It's in
827         "System.Security", not in "System".
828
829         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
830         the exception classes.
831
832 2004-06-21  Martin Baulig  <martin@ximian.com>
833
834         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
835         Protect the exception object from being finalized.
836
837 2004-06-21  Martin Baulig  <martin@ximian.com>
838
839         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
840         public function.
841
842 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
843
844         * reflection.c: Load the assembly in mono_reflection_type_from_name,
845         if it was not loaded before. Fix parts of #60439.
846
847 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
848
849         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
850         code that was broken since Ben's change: wrappers are now
851         dependent on the method signature only again.
852
853 2004-06-21  Martin Baulig  <martin@ximian.com>
854
855         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
856         added interface support.
857
858 2004-06-21  Martin Baulig  <martin@ximian.com>
859
860         * class.c (mono_vtable_get_static_field_data): New public method.
861
862 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
863
864         * filewatcher.c : Windows build fix to be compliant with API changes.
865
866 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
867
868         * class.h, class.c: more accessors.
869         * metadata.h, metadata.c: prepare for hiding MonoType and
870         MonoMethodSignature: people should use the accessors from now on
871         outside of the tree.
872
873 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
874
875         * *.c, *.h: more API cleanups.
876
877 2004-06-18  Jackson Harper  <jackson@ximian.com>
878
879         * assembly.c: Trace loading assemblies.
880         * loader.c: Trace loading native libraries.
881         * mono-config.c: Trace loading config files.
882         
883 2004-06-18  Dick Porter  <dick@ximian.com>
884
885         * locales.c: Tell ICU the lengths of strings, it can cope with
886         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
887
888 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
889
890         * image.c: swapped name/filename;
891
892 2004-06-18  Martin Baulig  <martin@ximian.com>
893
894         * mono-debug-debugger.c (write_class): Write the parent class at
895         the end of the header.
896
897 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
898
899         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
900
901 2004-06-17  Raja R Harinath  <rharinath@novell.com>
902
903         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
904         (bundle_obj): New conditional define.
905         (BUILT_SOURCES): Remove.
906         ($(bundle_srcs)): Make parallel-make safe.
907         (libmonoruntime_la_LIBADD): Make unconditional.
908         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
909         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
910
911 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
912
913         * culture-info-tables.h: It was inconsistent with the latest
914           supp info files.
915
916 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
917
918         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
919         be loaded.
920
921         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
922         with gcc 2.95.
923
924 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
925
926         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
927         cleaned up public header threads.h.
928
929 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
930
931         * Makefile.am, *.c, *.h: more API cleanups.
932
933 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
934
935         * Makefile.am: removed monosn from compilation.
936         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
937         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
938         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
939         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
940         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
941         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
942
943 2004-06-15  Jackson Harper  <jackson@ximian.com>
944
945         * assembly.c: Make locales lower case when searching the GAC for
946         assemblies. gacutil will always make locales lowercase when
947         installing so this effectively makes them case insensitive.
948         
949 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
950
951         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
952         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
953           parameter which allows to choose whether the wait can be interrupted or 
954           not. Also added the method mono_monitor_enter(), which locks the monitor
955           using an infinite wait and without allowing interruption.
956           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
957           interrupted.
958         * object.h: Added new fields in MonoThread. suspend_event holds the event
959           used to susped/resume the thread. synch_lock is the lock object to use for
960           modifying the thread state.
961         * threads.c: Use the new synch_lock object for locking, instead of "this",
962           which can generate deadlocks.
963           Moved thread state change in Thread.Sleep and Thread.Join from managed
964           to unmanaged code. This avoids a deadlock when the thread was suspended
965           just after acquiring the thread lock.
966           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
967           Implemented Thread.Suspend using an event instead of ThreadSuspend,
968           which is not fully implemented in the io-layer.
969         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
970
971 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
972
973         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
974         threads-types.h: more API cleanups.
975
976 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
977
978         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
979         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
980         threadpool.c, threads.c: first pass at the exported API cleanup.
981
982 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
983
984         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
985
986 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
987
988         * icall.c: added internalGetHome.
989
990 2004-06-14  Dick Porter  <dick@ximian.com>
991
992         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
993         possible to return successfully when '.' or '..' were the only
994         entries in a directory, but were skipped.  The MonoIOStat was not
995         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
996         Fixes bug 59574.
997
998 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
999
1000         * reflection.c: make binaries run on .Net 1.1 by default.
1001
1002 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
1003
1004         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
1005
1006 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
1007
1008         * marshal.c: keep track of struct size with explicit layout
1009         (bug #59979).
1010
1011 2004-06-12  Martin Baulig  <martin@ximian.com>
1012
1013         * mono-debug-debugger.c: Comment out a debugging g_message().
1014
1015 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
1016
1017         * reflection.c, reflection.h: do not free custom attrs that are cached.
1018         * icall.c: use braces to make code clearer.
1019
1020 2004-06-11  Martin Baulig  <martin@ximian.com>
1021
1022         * class.h (MonoInflatedField): New type.
1023         (MonoClassField): Replaced `MonoType *generic_type' with
1024         `MonoInflatedField *generic_info'.
1025
1026         * icall.c
1027         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
1028
1029 2004-06-11  Martin Baulig  <martin@ximian.com>
1030
1031         * reflection.c (mono_image_create_method_token): Correctly encode
1032         varargs methods.
1033
1034 2004-06-11  Martin Baulig  <martin@ximian.com>
1035
1036         * metadata.c (mono_metadata_parse_method_signature): When parsing
1037         a MethodDef which has VarArgs, also set sentinelpos if we don't
1038         have any parameters.
1039
1040 2004-06-11  Martin Baulig  <martin@ximian.com>
1041
1042         * verify.c (mono_method_verify): In CEE_CALL, use
1043         mono_method_get_signature() to get the method's signature, unless
1044         we're a PInvoke method.
1045
1046 2004-06-10  Jackson Harper  <jackson@ximian.com>
1047
1048         * assembly.c: Use <path>/lib/mono/gac for the extra paths
1049         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
1050         logical name as the supplied path is just a prefix to the gac not
1051         the direct path to it.
1052         
1053 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
1054
1055         * reflection.c: make the token for a created method match
1056         the token of the MethodBuilder it was created from
1057         (IKVM requires this behaviour now).
1058
1059 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
1060
1061         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
1062         reflection.c, socket-io.c: leak fixes.
1063
1064 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
1065
1066         * icall.c: handle sentinel pos in vararg methods in position different
1067         from 0.
1068
1069 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1070
1071         * culture-info-tables.h: freshly generated.
1072
1073 2004-06-09  Martin Baulig  <martin@ximian.com>
1074
1075         * loader.c (mono_get_method_constrained): Call `mono_class_init
1076         (constrained_class)'.   
1077
1078 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
1079
1080         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
1081         any methods. Fixes #59629.
1082
1083 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1084
1085         * culture-info-tables.h: reflecting locale-builder updates.
1086
1087 2004-06-08  Dick Porter  <dick@ximian.com>
1088
1089         * object.h:
1090         * locales.c: Fixed compile warnings, including a real bug in
1091         CompareInfo_internal_compare.
1092         
1093 2004-06-08  Dick Porter  <dick@ximian.com>
1094
1095         * locales.c
1096         (ves_icall_System_Globalization_CompareInfo_internal_index):
1097         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
1098         Double-check the resuls of usearches, because ICU currently
1099         ignores most of the collator settings here.  Fixes bug 59720.
1100         
1101 2004-06-08  Dick Porter  <dick@ximian.com>
1102
1103         * locales.c
1104         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
1105         Fix memory leak and segfault-causing typo.  No idea how this one
1106         lasted so long without being noticed.
1107
1108 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
1109
1110         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
1111         any methods. Fixes #59629.
1112
1113 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1114
1115         * assembly.c:
1116         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
1117         own the critical section before). Removed dead code (that's done
1118         in the preload hook).
1119
1120         (mono_assembly_load_with_partial_name): call the preload hook.
1121
1122 2004-06-08  Martin Baulig  <martin@ximian.com>
1123
1124         * metadata.c (mono_metadata_signature_alloc): Default
1125         `sentinelpos' to -1.
1126
1127         * reflection.c (mono_image_get_array_token): Likewise.
1128
1129 2004-06-08  Martin Baulig  <martin@ximian.com>
1130
1131         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
1132
1133         * metadata.c (mono_metadata_parse_method_signature): When parsing
1134         a MethodDef which has VarArgs, set sentinelpos.
1135
1136         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
1137         `gint16' since we're using -1 for non-varargs methods.
1138
1139         * reflection.c
1140         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
1141         (method_encode_signature): Added varargs support.
1142         (method_builder_encode_signature): Likewise.
1143         (mono_image_get_varargs_method_token): New static method.
1144         (mono_image_create_method_token): New public method; this is
1145         called via an icall instead of mono_image_create_token() when
1146         calling a varargs method.       
1147
1148 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
1149
1150         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
1151
1152 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1153
1154         * culture-info-tables.h : Reflecting the latest locale-builder that
1155           fixed empty array representation ({} to {0}).
1156
1157 2004-06-07  Jackson Harper  <jackson@ximian.com>
1158
1159         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
1160         looking up extra gac paths. This allows MONO_GAC_PATH to act
1161         exactly like a prefix.
1162         
1163 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
1164
1165         * reflection.c (mono_reflection_type_from_name): Make a copy of the
1166         type name before modifying it. Fixes #59405.
1167
1168 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1169
1170         * culture-info.h: added fields for "all datetime patterns".
1171         * locales.c: (  ves_icall_System_Globalization_CultureInfo
1172           _construct_datetime_format ()): fill xxx_patterns fields.
1173         * object.h: added fields for "all datetime patterns" to
1174           MonoDateTimeFormatInfo.
1175         * culture-info-tables.h: reflecting locale-builder updates.
1176
1177 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
1178
1179         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
1180         the event has no add and remove methods. Fixes #59629.
1181
1182 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1183
1184         * object.c: Fixed possible integer overflow when allocating large
1185         strings.
1186
1187 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
1188
1189         * culture-info-tables.h: reflecting locale-builder updates.
1190
1191 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
1192
1193         * culture-info-tables.h: reflecting locale-builder updates.
1194
1195 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1196
1197         * culture-info-tables.h: reflecting locale-builder updates.
1198
1199 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
1200
1201         * threads.c: Made Thread.Sleep abortable.
1202
1203 2004-06-02  Martin Baulig  <martin@ximian.com>
1204
1205         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
1206
1207         * debug-mono-symfile.h: Bumped symbol file version number to 37.
1208
1209 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
1210
1211         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
1212
1213 2004-05-30  Jackson Harper  <jackson@ximian.com>
1214
1215         * reflection.c: Do not hardcode assembly versions or public key
1216         tokens anymore. All of this except the corlib section was dead
1217         code anyways.
1218         
1219 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
1220
1221         * object.c (mono_runtime_invoke_array): Automatically create boxed
1222         objects for byref valuetypes if needed. Fixes #59300.
1223         
1224         * object.c (mono_method_return_message_restore): Handle 
1225         MONO_TYPE_OBJECT as well.
1226
1227 2004-05-28  Jackson Harper  <jackson@ximian.com>
1228
1229         * reflection.c: The modified type encoding was causing build
1230         problems. Reverted for now.
1231         
1232 2004-05-28  Jackson Harper  <jackson@ximian.com>
1233
1234         * reflection.c/h: Take an assembly ref so that we dont create
1235         fully qualified names when encoding types in the same assembly as
1236         the custom attribute being emitted.
1237         * appdomain.c: Increment version number.
1238         
1239 2004-05-26  Duncan Mak  <duncan@ximian.com>
1240
1241         * icall.c
1242         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
1243         Set the full version number (major, minor, build, revision).
1244
1245 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
1246
1247         * marshal.c (emit_struct_conv): increment src/dst after blit
1248         (mono_marshal_get_managed_wrapper,
1249         mono_marshal_get_native_wrapper): make sure we have marshalling
1250         info before marshalling params (info computation affects
1251         blittable)
1252
1253         * class.c (class_compute_field_layout): correctly deal with
1254         blittable
1255         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
1256         value types (as per what windows dows by default)
1257         (mono_class_setup_mono_type): System.ValueType is blittable
1258         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
1259         blittable
1260
1261         * marshal.c (mono_marshal_load_type_info): flag types  as
1262         non-blittable if the native layout doesn't match the managed
1263         layout
1264
1265 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1266
1267         * appdomain.c: don't add stuff in the private search path that is
1268         above the application base. If application base is not set, there's
1269         no private search path.
1270
1271 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
1272
1273         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
1274         byref struct arguments in native->managed marshalling.
1275
1276 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
1277
1278         * marshal.c (mono_marshal_get_runtime_invoke): correctly
1279         cache methods using signature (special case for methods
1280         that are value type or string class)
1281         
1282         * image.c (mono_image_close): clean up allocated GSList's
1283         in runtime_invoke_cache.
1284
1285 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1286
1287         * mono-config.c: set the correct path for mono_cfg_dir on windows when
1288         there's no MONO_CFG_DIR environment variable defined.
1289
1290 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1291
1292         * threads.c: windows version must be >= 0x0500 to include OpenThread.
1293
1294 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
1295
1296         * threadpool.c: Really wait for 500ms after the async call, even if the wait
1297           is interrumped.
1298         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
1299           before waiting for it, and call CloseHandle after the wait to unref it.
1300           This will make sure that handles are not disposed too early.
1301
1302 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1303
1304         * appdomain.c:
1305         * appdomain.h:
1306         * icall.c: removed
1307         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
1308         needed now.
1309
1310         * object.c: se the application_base only for the domain that runs
1311         Main. Fixes bug #59216,
1312
1313 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1314
1315         * appdomain.c:
1316         * object.c: only the domain in which Main is run have
1317         SetupInformation.ConfigurationFile set, so moved a few lines from
1318         appdomain.c to object.c.
1319
1320 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1321
1322         * appdomain.c: we tried to load [name].(dll|exe), but according
1323         to bug #57710, we must also try [culture]/[name].(dll|exe) and
1324         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
1325         There's a test case attached to bug #58922.
1326
1327 2004-05-27  Dick Porter  <dick@ximian.com>
1328
1329         * icall.c:
1330         * file-io.c: Implemented icalls for locking and unlocking regions
1331         in a file.
1332         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
1333         FALSE on error (fixes both compiler warning and real bug.)
1334
1335 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
1336
1337         * culture-info-tables.h: reflecting locale-builder updates.
1338
1339           (Added missing ChangeLog entry for 05/26)
1340
1341 2004-05-27  Jackson Harper  <jackson@ximian.com>
1342
1343         * locales.c: Fix some cut and paste errors.
1344         
1345 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1346
1347         * mono-config.c: set the correct path for config. directory on windows.
1348
1349 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1350
1351         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
1352           on win32.
1353
1354 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1355
1356         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
1357         from pinvoke functions.
1358         
1359         * marshal.c (mono_ftnptr_to_delegate): Implement this.
1360
1361 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1362
1363         * culture-info-tables.h: reflecting locale-builder updates.
1364
1365 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1366
1367         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
1368         #59086.
1369
1370 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
1371
1372         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
1373         * icall.c: Modified icalls for RNG.
1374         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
1375         Windows (CryptoAPI).
1376
1377 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1378
1379         * locales.c: Fix build.
1380
1381 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1382
1383         * culture-info-tables.h: reflecting locale-builder updates.
1384
1385 2004-05-25  Jackson Harper  <jackson@ximian.com>
1386
1387         * locales.c: When creating the current culture use the $LANGs
1388         specific culture. So DateTimeFormat and NumberFormat entries are created.
1389         
1390 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1391
1392         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
1393         a char array as parameter.
1394
1395 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
1396
1397         * image.c: In mono_image_open(), always use an absolute path name to
1398           look for already loaded images.
1399
1400 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
1401
1402         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
1403         missing in the windows build (like older cygwin include files).
1404
1405 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
1406
1407         * icall.c: Fixed check for possible integer overflow in Buffer_
1408         BlockCopy icall. Replaced comments style // by /* */.
1409
1410 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
1411
1412         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
1413         
1414         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
1415         check after MONO_VTADDR. Fixes pinvoke2.exe.
1416
1417         * marshal.h marshal.c metadata.h: Add beginnings of support for
1418         ftnptr -> delegate marshalling.
1419
1420 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
1421
1422         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
1423         * threads.c: Fix warnings.
1424
1425 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
1426
1427         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
1428         * icall.c: Registered icalls for Suspend and Resume.
1429         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
1430           Thread.Abort.
1431         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
1432         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
1433         * process.c: Use WaitForSingleObjectEx.
1434         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
1435           checkpoints.
1436         * threads.c, threads.h: Make use of new Ex wait methods. Improved
1437           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
1438           for Suspend and Resume. Added new mono_thread_stop, used for stoping
1439           background threads. Added basic support for Abort in Windows.
1440           Start new threads using a managed delegate invoke wrapper. This wrapper
1441           has an interruption checkpoint that is needed since an interruption
1442           can be requested before the thread leaves the unmanaged code that starts 
1443           the thread.
1444         * marshal.c: Added interruption checkpoint after every native call, and
1445           also before managed calls for wrappers called from unmanaged code to
1446           go into managed code.
1447         * object.h: Added new field in MonoThread to keep track of interruption
1448           requests.
1449
1450 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
1451
1452         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
1453         calls.
1454
1455 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1456
1457         * appdomain.c:
1458         * assembly.c:
1459         * gc.c:
1460         * locales.c:
1461         * mono-config.c:
1462         * rand.c: getenv -> g_getenv (windows!)
1463
1464         * process.c: complete_path is also used on non-windows platforms.
1465
1466 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1467
1468         * icall.c: new signature for Process_Start.
1469
1470         * process.[ch]: new signature for Process_Start. If we're on windows
1471         and UseShellExecute is false, we have to search for the program by
1472         ourselves if we don't get a full path.
1473
1474 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
1475
1476         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
1477         marshalling and call CleanUpNativeData if needed. Fixes #58646.
1478
1479 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1480
1481         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
1482         Fixes bug #58373.
1483
1484 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1485
1486         * process.c: use double quotes to quote program name and arguments on
1487         windows. Fixes bug #58575.
1488
1489 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1490
1491         * file-io.c: don't return "." and ".." when using windows Find*File.
1492
1493 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
1494
1495         * marshal.c: Don't pass wrappers to message init because method 
1496         addressed used to lookup metadata. part of remoting[2|3] fix.
1497
1498 2004-05-15  Jackson Harper  <jackson@ximian.com>
1499
1500         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
1501         path is essentially the same as MONO_PATH except that it points to
1502         GACs instead of lib directories.
1503         * loader.h: The user gac is gone so we dont need function to
1504         enable/disable it.
1505         * mono-config.c: user gac option is now gone.
1506         
1507 2004-05-15  Jackson Harper  <jackson@ximian.com>
1508
1509         * culture-info.h: Make defines more consistent, add calendar data
1510         to the culture info table.
1511         * culture-info-tables.h: Add basic calendar data. Basically
1512         everyone gets default gregorian until all the data is
1513         updated.
1514         * locales.c: Use the new consistent defines. Set calendar data for
1515         culture info objects.
1516         * object.h: add a field for calendar data to CultureInfo
1517         
1518 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
1519
1520         * image.c: image->runtime_invoke_cache is keyed on signatures now.
1521         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
1522         a signature.
1523         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
1524         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
1525         an extra param that is the pointer of the method to invoke. The IL for
1526         the invoke method is no longer specific to the method, but to the
1527         signature of the method. Thus, we can share the same code for multiple
1528         methods. This reduces the number of methods that have to be compiled.
1529
1530 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
1531
1532         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
1533
1534         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1535
1536         * icall.c: Optimize Buffer.BlockCopy.
1537
1538 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1539
1540         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
1541         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
1542         quote). Changed them to "MMMM yyyy".
1543
1544 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
1545
1546         * rand.c
1547         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
1548
1549 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
1550
1551         * reflection.h: Updated after changes to managed structures.
1552
1553         * appdomain.c: Bump corlib version.
1554
1555 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1556
1557         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
1558         windows.
1559
1560 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1561
1562         * Makefile.am: link to ../os/libmonoos.la on windows.
1563
1564         * assembly.c:
1565                 -If MONO_DEBUG, warn about non-existing directories in
1566                 MONO_PATH.
1567                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
1568                 compile time variable.
1569                 -Removed init_default_path and call mono_set_rootdir from
1570                 libmonoos.a instead (windows only).
1571
1572         * assembly.h: declare mono_assembly_getrootdir().
1573
1574         * domain.c:
1575         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
1576
1577         * loader.c: s/getenv/g_getenv/
1578
1579 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
1580
1581         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
1582
1583         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
1584
1585         * metadata.h: Add new marshalling conversions.
1586
1587         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
1588         function.
1589
1590         * reflection.c (mono_reflection_get_type): Lookup the type in all
1591         modules of a multi-module assembly. Fixes #58291.
1592
1593 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
1594
1595         * threads.c: Before aborting a background, set the StopRequested
1596         state.  This avoids throwing the Abort exception.
1597         In mono_thread_manage, don't continue with the shutdown until all
1598         aborted threads have actually stopped.
1599
1600 2004-05-10  Jackson Harper  <jackson@ximian.com>
1601
1602         * locales.c: Remove the modifier from culture names.
1603         
1604 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1605
1606         * Makefile.am: monosn is not installed any more. It has been deprecated
1607         in favor of sn.
1608
1609 2004-05-07  Jackson Harper  <jackson@ximian.com>
1610
1611         * locales.c
1612         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
1613         Fix array construction, add bailout if the length is 0.
1614
1615 2004-05-07  Dick Porter  <dick@ximian.com>
1616
1617         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
1618         machine doesn't have a DNS entry.  Patch by Urs Muff
1619         (umuff@quark.com), fixes bug 57928.
1620
1621 2004-05-06  Jackson Harper  <jackson@ximian.com>
1622
1623         * reflection.c: Handle null PublicTokens properly. alloc mem for
1624         assembly names culture so we dont crash when freeing it.
1625         
1626 2004-05-06  Jackson Harper  <jackson@ximian.com>
1627
1628         * assembly.c: Check the usergac when loading with partial names.
1629         
1630 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
1631
1632         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
1633         does nothing for now (not required for Linux/Windows) but the class
1634         library can call it (and a newer or modified runtime could need it).
1635         * icall.c: Registred icall.
1636
1637 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1638
1639         * loader.c: prints a message on module loading error we set MONO_DEBUG
1640         environment variable.
1641
1642 2004-05-05  Jackson Harper  <jackson@ximian.com>
1643
1644         * appdomain.c: Handle PublicKeyToken=null properly.
1645         
1646 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
1647
1648         * environment.c|h: Added icall ves_icall_System_Environment_
1649         GetOSVersionString to get the current OS version as a string.
1650         * icall.c: Registred icall.
1651
1652 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
1653
1654         * object.c: in mono_object_get_virtual_method(), take into account that
1655         non-virtual methods don't have a slot in the vtable. Check needed when
1656         the object is a proxy.
1657
1658 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
1659
1660         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
1661         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
1662
1663         * object.c (mono_class_compute_gc_descriptor): Fix warning.
1664
1665         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
1666         passed when a valuetype is expected.
1667
1668         * object.c (mono_unhandled_exception): Only set the exit code if the
1669         exception happens in the main thread. Fixes thread5.exe.
1670
1671         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
1672         invalid names. Fixes #58047.
1673
1674 2004-05-03  Jackson Harper  <jackson@ximian.com>
1675
1676         * assembly.c: This line was committed accidently and is unneeded.
1677         
1678 2004-05-03  Jackson Harper  <jackson@ximian.com>
1679
1680         * icall.c: Add new icall for Assembly::LoadWithPartialName
1681         * assembly.c/.h: new function that probes the GAC to load partial
1682         assembly names by Paolo Molaro.
1683         
1684 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1685
1686         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
1687         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
1688         (type_get_fully_qualified_name): Added PublicKeyToken when building a
1689         full type name.
1690
1691 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1692
1693         * appdomain.c: fixed check for 'neutral' culture and removed warning.
1694         * reflection.c: fix bug when parsing a full type name and Version is not
1695         the last thing in the string.
1696
1697 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
1698
1699         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
1700         crashes when it is freed.
1701
1702 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1703
1704         * assembly.c: print the compat warning to stderr.
1705
1706 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
1707
1708         * assembly.c (mono_assembly_load_references): Add a compatibility
1709         hack to run old applications that might be still referencing the
1710         3300-based assemblies, only do this for System.xxx.
1711
1712 2004-05-01  Jackson Harper  <jackson@ximian.com>
1713
1714         * appdomain.c: If the culture is neutral we set it to "".
1715         
1716 2004-04-29  Jackson Harper  <jackson@ximian.com>
1717
1718         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
1719
1720 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1721  
1722         * string-icalls.c: added low overhead function for copying chars
1723         * icall.c: added needed icall for the above function
1724  
1725 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1726
1727         * icall.c: fix return value of get_global_assembly_cache.  Implemented
1728         Environment.GetLogicalDrives.
1729
1730 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
1731
1732         * rand.c: try and talk to egd or prngd
1733         for random bytes if opening devices fail.
1734
1735 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
1736
1737         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
1738         alignment for the type using the native alignment of its members 
1739         instead of using klass->min_align.
1740
1741         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
1742
1743 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1744
1745         * file-io.c:
1746         * socket-io.c: added check for sys/aio.h.
1747
1748 2004-04-28  Dick Porter  <dick@ximian.com>
1749
1750         * threads.c: Don't abort a thread thats already aborting, when
1751         terminating everything.
1752
1753 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1754
1755         * icall.c: added 2 new async calls for Socket.
1756
1757         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
1758         IO on *nix systems.
1759
1760         * threadpool.c: removed unused variable.
1761
1762 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
1763
1764         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
1765
1766 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
1767
1768         * locales.c: put back string_invariant_tolower () and
1769         string_invariant_toupper ().
1770
1771 2004-04-26 David Waite <mass@akuma.org>
1772
1773         * file-io.h:
1774         * socket-io.h:
1775         * threads.h:
1776         * unicode.h: remove comma from end of enumeration declarations
1777
1778 2004-04-26 David Waite <mass@akuma.org>
1779
1780         * debug-mono-symfile.h:
1781         * decimal.c:
1782         * mono_debug.h:
1783         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
1784
1785
1786 2004-04-26  Jackson Harper  <jackson@ximian.com>
1787
1788         * appdomain.c: Increment version number.
1789         
1790 2004-04-26  Jackson Harper  <jackson@ximian.com>
1791
1792         * appdomain.c: Set assembly references public token value when
1793         PublicKeyToken is specified, not the hash_value. Free public token
1794         values when free assembly name data. Previously the public key
1795         token was hex decoded, however we are using hex encoded public key
1796         tokens, so this is not neccasary.
1797         * assembly.c: Lookup assemblies in the gac if their public token
1798         value is set. Add function to allow enabling user gac
1799         lookups. Specify whether or not the assembly was loaded from the
1800         GAC. Compare full assembly names when checking the cache for
1801         assemblies (Temporarily disabled see comment in code). Remove
1802         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
1803         specifies trace-loader they get extra info to stdout on the
1804         loading of assemblies.
1805         * image.h: Add a field for an assembly references public token
1806         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
1807         whether an assembly has been loaded from the GAC.
1808         * image.c: Remove a corlib -> mscorlib name mapping.
1809         * loader.h: Add function to enable/disable the user gac.
1810         * mono-config.c: Check if the usergac is enabled in the config
1811         file.
1812         * icall.c: New icall to determine whether or not an assembly has
1813         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
1814         * tabldefs.h: Add constant for assemblyref flag that specifies a
1815         full public key is used instead of a public token.
1816         * reflection.c: Remove mscorlib -> corlib mappings. Set
1817         PublicTokenValue instead of hash value. This value is a hex
1818         string so it does not need to be expanded.
1819
1820 2004-04-26  Martin Baulig  <martin@ximian.com>
1821
1822         * mono-debug-debugger.c (mono_debugger_initialize): Set
1823         `mono_debugger_initialized' before calling mono_debug_lock().
1824
1825 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
1826
1827         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
1828           InternalToUpper/InternalToLower.
1829         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
1830           removed invariant culture shortcut.  This is now done in managed code.
1831         * locales.c: (string_invariant_toupper/tolower) removed.
1832
1833 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1834
1835         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
1836         Added Poll internal call.
1837
1838         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
1839         call for Poll. Select was too heavy for polling a single socket.
1840
1841         * threadpool.[ch]: added mono_threadpool_cleanup.
1842         * threads.c: use it. Don't use Thread_Abort on windows.
1843
1844 2004-04-23  Martin Baulig  <martin@ximian.com>
1845
1846         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
1847
1848 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
1849
1850         * icall.c: Registred new icalls for key pair protection and added an
1851         icall for Environment.GetFolderPath on Windows.
1852         * security.c|h: Added new icalls for key pair protection.
1853
1854 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1855
1856         * socket-io.c: don't display the non-supported family warning for known
1857         families. Now this is not displayed on windows when checking support
1858         for IPv4/IPv6.
1859
1860 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1861
1862         * class.c: don't display the layout warning for static fields.
1863
1864 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
1865
1866         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
1867         * locales.c, locales.h: Added new icalls for culture-specific
1868         Char.ToLower and Char.ToUpper.
1869
1870 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1871
1872         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
1873         by David Waite.
1874
1875 2004-04-20  Martin Baulig  <martin@ximian.com>
1876
1877         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
1878         of the type name before passing it to mono_reflection_type_from_name().
1879
1880 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
1881
1882         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
1883         encodings here. Fixes #56965.
1884
1885 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
1886
1887         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
1888         fix test on strstr result not that I can see anything that
1889         relies on the result.
1890
1891 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
1892
1893         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
1894         Fixes #57081.
1895
1896         * marshal.c (mono_marshal_get_string_encoding): New helper function.
1897
1898         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
1899         function to determine which marshalling to use for strings. Fixes
1900         #56965.
1901
1902         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
1903
1904         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
1905
1906 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
1907
1908         * icall.c: #include mono-config.h
1909
1910 2004-04-15  Jackson Harper  <jackson@ximian.com>
1911
1912         * culture-info-tables.h: Fix date formats for en-US culture.
1913         
1914 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
1915
1916         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
1917         ThreadPool.SetMinThreads.
1918         * threadpool.c: Implemented ThreadPool.GetMinThreads and
1919         ThreadPool.SetMinThreads.
1920
1921 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
1922
1923         * mono-config.c: also load the .config file in the directory
1924         where the assembly was found.
1925
1926 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
1927
1928         * assembly.c: load per-assembly config files.
1929         * icall.c: decrapified code to get the config dir and moved to
1930         mono-config.c.
1931         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
1932         per-assembly config files. When doing a dll map lookup give precedence
1933         to the per-assembly data.
1934
1935 2004-04-14  Martin Baulig  <martin@ximian.com>
1936
1937         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
1938         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
1939         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
1940
1941         * mono-debugger-debugger.c: While the debugger is locked, remember
1942         whether the symbol tables have changes and send one single
1943         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
1944
1945 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
1946
1947         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
1948
1949         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
1950         function.
1951
1952         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
1953         account when marshalling string arrays. Fixes #56965.
1954
1955 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1956
1957         * icall.c: Add new icalls mapping for security.
1958         * security.c|h: Add internal calls for WindowsIdentity,
1959         WindowsImpersonationContext and WindowsPrincipal.
1960
1961 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
1962
1963         * class.c: Added comment to ensure the System.MonoDummy class
1964         is removed when no longer necessary
1965
1966 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
1967
1968         * appdomain.c: Pass arguments to the bootstraping exceptions to
1969         minimize JITed methods at boot
1970
1971         * metadata.c (mono_exception_from_name_two_strings): Allow for the
1972         second string to be null.
1973
1974         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
1975         Change the protocol to minimize the JIT methods at startup.  Now
1976         it Returns the internal codepage, if the value of "int_code_page"
1977         is 1 at entry, and we can not compute a suitable code page
1978         number, returns the code page as a string.
1979
1980 2004-04-13  Jackson Harper  <jackson@ximian.com>
1981
1982         * culture-info-tables.h: Fix number of decimal digits for all
1983         english locales.
1984
1985 2004-04-13  Jackson Harper  <jackson@ximian.com>
1986
1987         * icall.c: Clairfy out of sync error message. It is not always
1988         your corlib that is out of sync.
1989
1990 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
1991
1992         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
1993         properties when only the set accessor is overriden. Fixes #55874.
1994
1995 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
1996
1997         * assembly.c (mono_assembly_load_references): Make this thread safe.
1998         Fixes #56327.
1999
2000 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
2001
2002         * monosn.c: Add missing initialization calls.
2003
2004 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
2005
2006         * locales.c:
2007         ves_icall_System_Globalization_CultureInfo_construct_number_format
2008         Fix g_assert so it compiles on fussier compilers re int/ptr
2009         mismatch
2010
2011 2004-04-08  Dick Porter  <dick@ximian.com>
2012
2013         * socket-io.h:
2014         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
2015         53992.  Also rearrange the code so that the internal calls return
2016         an error value and exceptions are thrown from managed code.
2017
2018         * icall.c: Add type info to the socket icalls.
2019
2020 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2021
2022         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
2023         owes me a beer.
2024
2025 2004-04-07  Martin Baulig  <martin@ximian.com>
2026
2027         * class.c (mono_class_from_generic_parameter): Don't default
2028         `klass->parent' to `mono_defaults.object_type'.
2029
2030 2004-04-07  Martin Baulig  <martin@ximian.com>
2031
2032         * reflection.c (mono_reflection_initialize_generic_parameter): Set
2033         `param->pklass->reflection_info'.       
2034
2035 2004-04-07  Jackson Harper  <jackson@ximian.com>
2036
2037         * culture-info-tables.h: Fix date separator symbol.
2038         
2039 2004-04-07  Martin Baulig  <martin@ximian.com>
2040
2041         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
2042         from System.Type to System.MonoType.
2043
2044 2004-04-07  Martin Baulig  <martin@ximian.com>
2045
2046         * reflection.h
2047         (MonoReflectionGenericParam): Added `has_reference_type' and
2048         `has_value_type' fields.
2049
2050         * reflection.c (mono_image_get_generic_param_info): Encode the
2051         correct flags if we have the `class' or `struct' constraint.
2052
2053 2004-04-07  Martin Baulig  <martin@ximian.com>
2054
2055         * reflection.h
2056         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
2057
2058 2004-04-07  Jackson Harper  <jackson@ximian.com>
2059
2060         * appdomain.c: Revert extra patches, just wanted to bump the
2061         version number.
2062         
2063 2004-04-07  Jackson Harper  <jackson@ximian.com>
2064
2065         * Makefile.am: Add culture-info private headers.
2066         * icall.c: Add new icalls for contructing locales.
2067         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
2068         * locales.h: Declare new culture info construction methods.
2069         * object.h: Add new fields used to avoid the CultureMap to
2070         MonoCultureInfo.
2071         * culture-info.h: Definition of structs used in the culture info
2072         tables.
2073         * culture-info-tables.h: Autogenerated tables that contain culture
2074         info data. This file was generated with the locale-builder tool.
2075         * appdomain.c: Incement corlib version number.
2076         
2077 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
2078
2079         * appdomain.c: (mono_runtime_init) move mono_thread_init
2080         to before mono_object_new calls so critical sections
2081         are initialized before use.
2082
2083 2004-04-07  Martin Baulig  <martin@ximian.com>
2084
2085         * icall.c
2086         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
2087         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
2088         (ves_icall_MonoGenericParam_initialize): Removed.
2089         (monogenericparam_icalls): Removed.
2090         (generictypeparambuilder_icalls): Added new table for
2091         System.Reflection.Emit.GenericTypeParameterBuilder.
2092
2093         * reflection.c
2094         (mono_reflection_define_generic_parameter): Removed.
2095         (mono_reflection_initialize_generic_parameter): This is now called
2096         from GenericTypeParameterBuilder's .ctor.
2097
2098 2004-04-06  Martin Baulig  <martin@ximian.com>
2099
2100         * class.c (mono_class_init): Don't inflate nested classes in a
2101         generic instance.
2102         (mono_type_get_name_recurse): Include the generic arguments for
2103         generic instances and generic type declarations.
2104         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
2105         (_mono_class_get_instantiation_name): Removed.
2106         (mono_class_create_generic): Always use `gklass->name' as our name.
2107
2108         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
2109
2110         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
2111         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
2112         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
2113         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
2114         closed generic methods here.
2115
2116         * reflection.c
2117         (mono_reflection_generic_inst_get_nested_types): Removed.
2118         (inflate_mono_method): Copy the generic parameters from the
2119         MonoMethodHeader into out MonoGenericMethod.
2120
2121 2004-04-06  Martin Baulig  <martin@ximian.com>
2122
2123         * row-indexes.h
2124         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
2125
2126         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
2127
2128         * reflection.c (build_compressed_metadata): If we have any entries
2129         in the GenericParam, MethodSpec or GenericParamConstraint tables,
2130         set the header version to 1.1.
2131
2132 2004-04-06  Martin Baulig  <martin@ximian.com>
2133
2134         * class.c (mono_class_init): If we're a generic instance,
2135         initialize our nested classes, too.
2136         (_mono_class_get_instantiation_name): Deal with the new `!%d'
2137         suffix. 
2138
2139 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2140
2141         * process.c: quote the argument passed to the shell on windows.
2142
2143 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
2144
2145         * threads.c (mono_alloc_special_static_data): Allow this to be
2146         called during startup.
2147
2148 2004-04-02  Martin Baulig  <martin@ximian.com>
2149
2150         * icall.c
2151         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
2152
2153 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
2154
2155         * icall.c: Fix build.
2156
2157 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2158
2159         * Makefile.am: Added security.c|h.
2160         * icall.c: Added icall for get_UserName;
2161         * security.c: New file for security related icalls. Added function
2162         get_UserName for System.Environment (fix #56144).
2163         * security.h: New. Header file for security.c
2164
2165 2004-04-02  Dick Porter  <dick@ximian.com>
2166
2167         * icall.c: Deleted the icalls that were obsoleted some time ago
2168         by the ICU string code, and which were mixed into the icall
2169         rearranging.  Fixes bug 55969.
2170
2171         * string-icalls.h: 
2172         * string-icalls.c: Deleted the code that those icalls reference.
2173
2174 2004-04-01  Martin Baulig  <martin@ximian.com>
2175
2176         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
2177
2178         * class.c (mono_class_from_generic_parameter): Don't set 
2179         TYPE_ATTRIBUTE_INTERFACE.
2180         (my_mono_class_from_generic_parameter): Likewise.
2181
2182 2004-04-01  Martin Baulig  <martin@ximian.com>
2183
2184         * loader.c (find_method): Added an optional `MonoClass *ic'
2185         argument to search in a specific interface.
2186         (mono_get_method_constrained): New public function.
2187
2188 2004-04-01  Martin Baulig  <martin@ximian.com>
2189
2190         * reflection.c (mono_image_get_generic_field_token): Use the
2191         `handleref' cache here.
2192
2193 2004-04-01  Martin Baulig  <martin@ximian.com>
2194
2195         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
2196
2197         * reflection.c (create_generic_typespec): Use the `typespec' hash
2198         here, not the `typeref' one.    
2199
2200 2004-04-01  Martin Baulig  <martin@ximian.com>
2201
2202         * class.c (mono_class_inflate_generic_type): Moved the
2203         functionality into a new static inflate_generic_type() which
2204         returns NULL if it didn't do anything.  Only increment the
2205         `mono_stats.inflated_type_count' if we actually inflated
2206         something.
2207         (mono_class_get_full): Check the classes type to see whether we
2208         need to inflate it; also inflate MONO_TYPE_(M)VAR.
2209
2210 2004-04-01  Jackson Harper  <jackson@ximian.com>
2211
2212         * reflection.c: Set culture for assembly references.
2213         
2214 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
2215
2216         * reflection.[ch], icall.[ch], Fix support for pinning variables.
2217
2218 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2219
2220         * assembly.c:
2221         (do_mono_assembly_open): the critical section also covers
2222         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
2223
2224 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2225
2226         * threads.c:
2227         (mono_manage_threads): abort the background threads when finishing.
2228         Fixes bug #47232.
2229
2230 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2231
2232         * gc.c: only close the done_event handle if there was no timeout.
2233         C-ified comments.
2234
2235 2004-03-30  Martin Baulig  <martin@ximian.com>
2236
2237         * icall.c (icall_entries): It's called "System.Activator", not
2238         "System.Activation".    
2239
2240 2004-03-30  Martin Baulig  <martin@ximian.com>
2241
2242         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
2243         (mono_class_create_from_typespec): Likewise.
2244
2245 2004-03-30  Martin Baulig  <martin@ximian.com>
2246
2247         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
2248         `has_ctor_constraint' and `initialized'.
2249
2250 2004-03-30  Martin Baulig  <martin@ximian.com>
2251
2252         * reflection.c (encode_new_constraint): New static function to add
2253         the constructor constraint attribute to a type parameter.
2254         (encode_constraints): Call encode_new_constraint() if necessary.
2255
2256         * reflection.h
2257         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
2258
2259         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
2260         
2261 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
2262
2263         * reflection.c, icall.c: add support for pinning variables. 
2264
2265 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
2266
2267         * marshal.c (mono_marshal_get_managed_wrapper):
2268         init bool local with zero rather than null.
2269
2270 2004-03-29  Martin Baulig  <martin@ximian.com>
2271
2272         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
2273         the "official" behavior here.
2274         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
2275
2276 2004-03-29  Martin Baulig  <martin@ximian.com>
2277
2278         * icall.c: Reflect latest API changes.
2279
2280 2004-03-29  Martin Baulig  <martin@ximian.com>
2281
2282         * loader.c (mono_get_method_from_token): Also call
2283         mono_metadata_load_generic_params () for abstract and interface
2284         methods; replace the type arguments in the method signature with
2285         the ones which are loaded from the metadata.
2286
2287 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
2288
2289         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
2290         of the lock is not the current thread. MS.NET don't do it, in spite of
2291         what the documentation says. See bug #56157.
2292
2293 2004-03-28  Martin Baulig  <martin@ximian.com>
2294
2295         * class.c (mono_class_init): Don't call init_properties() and
2296         init_events() for generic instances; set `prop->parent' when
2297         inflating properties.
2298
2299         * reflection.c (mono_generic_inst_get_object): Call
2300         `mono_class_init (ginst->klass)'.
2301         (mono_type_get_object): Only create a MonoGenericInst if your
2302         generic type is a TypeBuilder.
2303         (do_mono_reflection_bind_generic_parameters): Only set
2304         `ginst->is_dynamic' if our generic type is a TypeBuilder.
2305
2306 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
2307
2308         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
2309         Fixes #56091.
2310
2311 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2312
2313         * icall.c: added Kill_internal icall.
2314         * process.[ch]: added Kill_internal icall.
2315
2316 2004-03-25  Martin Baulig  <martin@ximian.com>
2317
2318         * class.h (MonoStats): Added `generic_instance_count',
2319         `inflated_method_count', `inflated_type_count' and
2320         `generics_metadata_size'.       
2321
2322 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2323
2324         * reflection.c: no warnings now.
2325
2326 2004-03-25  Martin Baulig  <martin@ximian.com>
2327
2328         * class.c (mono_class_get_full): New public function; does a
2329         mono_class_get(), but also takes a `MonoGenericContext *'.
2330
2331         * loader.c (mono_field_from_memberref): Renamed to
2332         `field_from_memberref', made static and added `MonoGenericContext *'
2333         argument.
2334         (mono_field_from_token): Added `MonoGenericInst *' argument.
2335         (method_from_memberef): Likewise.
2336         (mono_get_method_from_token): Likewise.
2337         (mono_get_method_full): New public function; does a
2338         mono_get_method(), but also takes a `MonoGenericContext *'.
2339
2340         * verify.c (mono_method_verify): Get the method's generic context
2341         and pass it to mono_field_from_token(), mono_get_method_full() and
2342         mono_class_get_full().
2343
2344 2004-03-25  Martin Baulig  <martin@ximian.com>
2345
2346         * class.c (mono_class_inflate_generic_type): Take a
2347         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
2348         `MonoGenericMethod *'.
2349
2350 2004-03-25  Martin Baulig  <martin@ximian.com>
2351
2352         * loader.h (MonoMethodInflated): Store the MonoGenericContext
2353         instead of the MonoGenericMethod here.
2354
2355 2004-03-25  Martin Baulig  <martin@ximian.com>
2356
2357         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
2358         each time we create a new MonoGenericInst, we also create a new
2359         context which points back to us.
2360
2361         * class.c (inflate_method): Use `ginst->context' instead of
2362         creating a new context.
2363
2364         * loader.c (method_from_memberref): Use
2365         `klass->generic_inst->context' instead of creating a new context.
2366
2367 2004-03-25  Martin Baulig  <martin@ximian.com>
2368
2369         * class.h (MonoGenericContext): New struct.
2370         (MonoGenericMethod): Removed `generic_inst'.
2371
2372         * class.c (mono_class_inflate_generic_method): Take a
2373         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
2374
2375 2004-03-25  Martin Baulig  <martin@ximian.com>
2376
2377         * loader.h (MonoMethodInflated): New typedef.
2378
2379         * metadata.h (MonoMethodSignature): Removed `gen_method', make
2380         `generic_param_count' consume just 30 bits, added `is_inflated'
2381         and `has_type_parameters' flags (one bit each).
2382
2383         * class.c (mono_class_inflate_generic_method): Create a
2384         MonoMethodInflated instead of a MonoMethodNormal and set
2385         `is_inflated' in the method signature.
2386
2387         * class.h (MonoGenericMethod): Removed `generic_method'.
2388
2389 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
2390
2391         * image.c: Make sure the name of a MonoImage is always an absolute path.
2392           This fixes bug #54415.
2393
2394 2004-03-24  Martin Baulig  <martin@ximian.com>
2395
2396         * class.c (mono_class_setup_vtable): If we're a generic instance,
2397         use our generic type's vtable size.
2398
2399 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
2400
2401         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
2402         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
2403         problems.
2404
2405 2004-03-23  Martin Baulig  <martin@ximian.com>
2406
2407         * class.h (MonoDynamicGenericInst): Added `int count_events' and
2408         `MonoEvent *events'.
2409
2410         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
2411         (typebuilder_icalls): Added "get_event_info"; calls
2412         mono_reflection_event_builder_get_event_info(). 
2413
2414         * reflection.c (mono_reflection_generic_inst_initialize): Added
2415         `MonoArray *events'.
2416         (mono_reflection_event_builder_get_event_info): New function.
2417
2418 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
2419
2420         * object.h: add mono_type_initialization_init
2421
2422         * object.c (mono_runtime_class_init): 
2423         implement class constructor synchronization rules
2424         to cope with threading issues.  
2425         add mono_type_initialization_init
2426
2427         * appdomain.c (mono_runtime_init): call 
2428         mono_type_initialization_init
2429
2430         * class.h: removing initializing field from MonoVTable
2431
2432 2004-03-23  Martin Baulig  <martin@ximian.com>
2433
2434         * class.c (my_mono_class_from_generic_parameter): Use
2435         `param->name' if it's not NULL. 
2436
2437 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
2438
2439         * class.c: do not insert non-virtual methods in the vtable.
2440         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
2441         that means the method is non-virtual. This never would have
2442         happened before.
2443
2444 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
2445
2446         * profiler.c: Added lock for accessing coverage_hash.
2447
2448 2004-03-22  Martin Baulig  <martin@ximian.com>
2449
2450         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
2451         `method->method->signature->generic_param_count != 0' to make it
2452         work for interface methods.
2453
2454 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2455
2456         * process.c: quote the string passed to the shell using g_shell_quote.
2457
2458 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2459
2460         * threads.c:
2461         (mono_threads_manage): don't remove the finalizer thread and self
2462         from the threads hash table so that mono_thread_manage can be called
2463         more than once.
2464
2465 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2466
2467         * process.c: quote the arguments when UseShellExecute is true. Fixes
2468         bug #55790.
2469
2470 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2471
2472         * threads.c: set mono_thread_detach as a cleanup routine for every
2473         thread. This way it's always executed upon thread termination, either
2474         aborted or finished normally. No more xsp hangs!
2475
2476 2004-03-17  Martin Baulig  <martin@ximian.com>
2477
2478         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
2479         `int count_nested' and a `MonoType **nested'.
2480
2481         * reflection.c (mono_reflection_bind_generic_parameters): Moved
2482         most of the functionality into a new static
2483         do_mono_reflection_bind_generic_parameters() and don't take a
2484         `MonoType *nested_in' argument any more.  Don't compute nested
2485         types here.
2486         (mono_reflection_generic_inst_get_nested_types): New public method
2487         to get nested types.
2488
2489         * class.c (mono_class_create_generic): Set `klass->nested_in' if
2490         we're a nested class.
2491
2492         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
2493         mono_reflection_generic_inst_get_nested_types() to compute the
2494         nested types.
2495
2496 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2497
2498         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
2499         descriptive error message under windows.
2500         
2501 2004-03-17  Martin Baulig  <martin@ximian.com>
2502
2503         * class.c (dup_type): Added `const MonoType *original' argument;
2504         copy the attrs from the original type.
2505
2506 2004-03-17  Martin Baulig  <martin@ximian.com>
2507
2508         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
2509         `m->generic_inst_cache' here.
2510
2511 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2512
2513         * exception.h exception.c: Add stack_overflow_exception.
2514
2515 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2516
2517         * threadpool.c:
2518         (overlapped_callback): call SetEvent *after* invoking the callback.
2519         No need to call CloseHandle.
2520
2521 2004-03-16  Martin Baulig  <martin@ximian.com>
2522
2523         * reflection.c (mono_image_get_fieldref_token): Take a
2524         `MonoReflectionField *' instead of a `MonoClassField *' and a
2525         `MonoClass *'; store the `MonoReflectionField *' in the hash.
2526
2527 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2528
2529         * appdomain.c: don't add the culture to the filename we're looking for
2530         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
2531
2532 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2533
2534         * locales.c: don't ignore symbols when doing case insensitive compares.
2535         Thanks Dick! Fixes bug #54046.
2536
2537         * threads.c: surround 'threads' usage with enter/leave in
2538         mono_thread_manage.
2539
2540 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
2541
2542         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
2543         implicitly marshalled as [Out]. Fixes #55450.
2544
2545         (mono_marshal_get_runtime_invoke): Zero out the result if there is
2546         an exception.
2547
2548 2004-03-16  Martin Baulig  <martin@ximian.com>
2549
2550         * class.c (mono_class_from_generic_parameter): Use the actual
2551         parameter name. 
2552
2553 2004-03-16  Martin Baulig  <martin@ximian.com>
2554
2555         * reflection.c (type_get_signature_size): New static function.
2556         Compues the size of the type in a method signature.
2557         (method_get_signature_size): New static function; calls
2558         type_get_signature_size() to compute the actual size of the
2559         method's signature.
2560         (method_encode_signature): Use method_get_signature_size() to get
2561         the signature's size rather than using `nparams * 10'.
2562
2563 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2564
2565         * file-io.h: define here WapiOverlapped on windows. I don't want the
2566         regular OVERLAPPED one.
2567
2568         * file-io.c:
2569         * threadpool.c: somehow, BindIoCompletionCallback is not found.
2570         Disabling AIO on windows.
2571
2572 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2573
2574         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
2575         bug #55385.
2576
2577 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2578
2579         * appdomain.c: upgraded corlib version.
2580
2581         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
2582         and BeginWrite. Allow opening files for asynchrnous operations.
2583
2584         * file-io.h: new struct that maps FileStreamAsyncResult.
2585         * icall.c: added new icalls.
2586         * process.[ch]: support setting child process environment variables
2587         and use the SHELL or COMSPEC when UseShellExecute is true.
2588
2589         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
2590         callback for async. IO is here and also BindHandle.
2591
2592         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
2593         from here.
2594
2595 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
2596
2597         * reflection.c (create_custom_attr): Allow len == 0.
2598
2599         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
2600         computation on big-endian machines.
2601
2602 2004-03-13  Martin Baulig  <martin@ximian.com>
2603
2604         * class.h (MonoGenericInst): Added `int count_ifaces'.
2605
2606         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
2607         `ginst->count_ifaces' instead `klass->interface_count' since we
2608         may get called before the vtable is created.
2609
2610         * loader.c (mono_method_get_param_names): If we're a generic
2611         instance, return and don't initialize the class.
2612
2613         * reflection.c (mono_reflection_setup_generic_class): Don't call
2614         ensure_runtime_vtable().
2615         (mono_reflection_bind_generic_parameters): Set
2616         `ginst->count_ifaces'.
2617
2618 2004-03-11  Jackson Harper <jackson@ximian.com>
2619
2620         * icall.c:
2621         * unicode.c:
2622         * unicode.h: Remove unused System.Char icalls.
2623         
2624 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
2625
2626         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
2627         code when we P/Invoke the first library in Windows.Forms, instead
2628         of when we first open the assembly.
2629
2630         * assembly.c: Drop the lookup from here.
2631
2632 2004-03-10  Martin Baulig  <martin@ximian.com>
2633
2634         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
2635         class for properties, fields and events.  Finally fixes #54945.
2636
2637 2004-03-10  Martin Baulig  <martin@ximian.com>
2638
2639         * metadata.c (mono_metadata_class_equal): New static function;
2640         checks whether two generic instances or two generic parameters are
2641         equal.
2642         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
2643         compare classes.        
2644
2645 2004-03-10  Martin Baulig  <martin@ximian.com>
2646
2647         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
2648
2649         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
2650         argument and write it into the `reflection_info' field.
2651
2652         * icall.c
2653         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
2654         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
2655
2656 2004-03-09  Jackson Harper  <jackson@ximian.com>
2657
2658         * char-conversions.h: use 8 bits for numeric data its all we need
2659         * icall.c: numeric data is only 8 bits now.
2660
2661 2004-03-09  Martin Baulig  <martin@ximian.com>
2662
2663         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
2664
2665         * class.c (init_properties, init_events): Initialize the new
2666         `parent' field.
2667
2668         * reflection.c (typebuilder_setup_properties): Likewise.
2669         (typebuilder_setup_events): Likewise.
2670
2671         * reflection.h (MonoEventInfo): Replaced `parent with
2672         `declaring_type' and `reflected_type'.
2673
2674         * icall.c (ves_icall_get_property_info): Distinguish between
2675         declaring and reflected type.
2676         (ves_icall_get_event_info): Likewise.
2677
2678 2004-03-09  Martin Baulig  <martin@ximian.com>
2679
2680         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
2681         (ves_icall_Type_GetField): Correctly set field->klass.
2682
2683 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
2684
2685         * loader.h: Fix warning.
2686
2687 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
2688
2689         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
2690         library routine if present.  Notice that it will still continue
2691         executing even if its missing, for those working on the Gtk#
2692         edition of Windows.Forms.
2693
2694         * assembly.c (do_mono_assembly_open): If loading the
2695         System.Windows.Forms call mono_loader_wini_init.
2696
2697 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
2698
2699         * class.h: Added MonoRemoteClass struct.
2700         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
2701         function for MonoStrings.
2702         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
2703         Added internal call for getting the proxy type.
2704         * marshal.c: Get the type of transparent proxies from its remote_class.
2705         Added methods that generate the IL for type checks and casts:
2706         mono_marshal_get_isinst, mono_marshal_get_castclass, 
2707         mono_marshal_get_proxy_cancast.
2708         * marshal.h: Declaration of the previous new methods.
2709         * object.c: Added new moethods for creating and updating MonoRemoteClass
2710         instances: mono_remote_class, mono_upgrade_remote_class, 
2711         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
2712         * verify.c: FIx transparent_proxy_fields layout.
2713         * appdomain.c: Bump corlib version.
2714
2715 2004-03-04  Jackson Harper  <jackson@ximian.com>
2716
2717         * icall.c: Add icall to access char conversion tables.
2718         * char-conversions.h: Character conversion tables.
2719         * Makefile.am: Add char-conversions.h private header file.
2720         
2721 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
2722
2723         * appdomain.c (unload_thread_main): Increase unloading timeout to
2724         10 sec as a temporary workaround for Nant problems.
2725
2726 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
2727
2728         * gc.c: Add checks for GC_enable and GC_disable.
2729
2730         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
2731         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
2732         (bug #54988).
2733         
2734 2004-02-27  Martin Baulig  <martin@ximian.com>
2735
2736         * reflection.c (mono_reflection_bind_generic_parameters): Take a
2737         `MonoReflectionType *' instead of a `MonoType *'.
2738
2739 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
2740
2741         * gc.c (run_finalize): Avoid finalizing the object representing the
2742         finalizer thread.
2743         (finalizer_thread): Fix warning.
2744
2745 2004-02-25  Martin Baulig  <martin@ximian.com>
2746
2747         * class.c (_mono_class_get_instantiation_name): Added `int offset'
2748         argument for nested types.
2749         (mono_class_create_generic): Added support for nested generictypes.
2750
2751         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
2752         `GList *nested'.
2753
2754         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
2755
2756         * reflection.c (method_encode_signature): Increase the minimum
2757         value of `size' from 10 to 11.
2758         (mono_reflection_bind_generic_parameters): Take `int type_argc'
2759         and `MonoType **types' arguments instead of the `MonoArray
2760         *types'; added `MonoType *nested_in'.  Recursively instantiate
2761         nested classes. 
2762
2763 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
2764
2765         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
2766         stack_overflow_ex members which are used by exception handling.
2767
2768         * appdomain.c (mono_runtime_init): Initialize the new members.
2769
2770         * gc.c (mono_gc_enable): New helper function.
2771         * gc.c (mono_gc_disable): New helper function.
2772
2773 2004-02-23  Martin Baulig  <martin@ximian.com>
2774
2775         * icall.c: I must have been really stupid - make it actually work
2776         this time ;-)
2777
2778 2004-02-23  Martin Baulig  <martin@ximian.com>
2779
2780         * loader.c (method_from_memberref): Only inflate the method if
2781         it's in another klass.
2782
2783 2004-02-23  Martin Baulig  <martin@ximian.com>
2784
2785         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
2786         (mono_class_init): If we're a generic instance and an interface,
2787         compute `class->interface_id'; also create `class->interfaces'
2788         here and inflate them.
2789
2790         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
2791         `ginst->is_open'.
2792         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
2793
2794         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
2795
2796 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
2797
2798         * reflection.c (method_encode_code): Improved the error message
2799         generated by the exception.
2800
2801 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2802
2803         * icall.c: Martin did not do what he said in the ChangeLog for
2804         2004-02-18, but put back the changes for properties and events.
2805         Commenting those changes out again and adding comment to bug #54518.
2806         
2807         * process.c: removed warning.
2808
2809 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
2810
2811         * marshal.c (emit_struct_conv): Print an error message instead of
2812         asserting when a type does not have the StructLayout attribute.
2813
2814 2004-02-20  Martin Baulig  <martin@ximian.com>
2815
2816         * reflection.c (mono_type_get_object): Also use the cache for
2817         generic instances.
2818         (mono_reflection_bind_generic_parameters): Always compute
2819         `ginst->ifaces'.        
2820
2821 2004-02-20  Martin Baulig  <martin@ximian.com>
2822
2823         * class.h (MonoGenericMethod): Removed `klass'.
2824
2825         * class.c (mono_class_inflate_generic_method): Added `MonoClass
2826         *klass' argument.
2827
2828 2004-02-20  Martin Baulig  <martin@ximian.com>
2829
2830         * reflection.c (method_encode_methodspec): Actually use the
2831         uninflated signature for the memberref.
2832
2833 2004-02-20  Martin Baulig  <martin@ximian.com>
2834
2835         * class.h (MonoGenericMethod): Removed `declaring'.
2836
2837         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
2838         is NULL, compute it here.
2839
2840 2004-02-20  Martin Baulig  <martin@ximian.com>
2841
2842         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
2843
2844         * metadata.c (mono_metadata_generic_inst_hash): New method.
2845         (mono_metadata_generic_inst_equal): New method.
2846
2847         * reflection.c (mono_reflection_bind_generic_parameters): Use the
2848         `klass->image->generic_inst_cache' cache to avoid creating
2849         duplicate MonoGenericInst's.
2850
2851         * class.c (mono_class_inflate_generic_type): Use the cache.
2852
2853 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
2854
2855         * object.c: fixed gc descriptor calculation for embedded valuetypes.
2856
2857 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2858
2859         * icall.c: added Socket.WSAIoctl icall.
2860
2861         * socket-io.[ch]: implemented
2862         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
2863
2864 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
2865
2866         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
2867
2868 2004-02-18  Urs C Muff  <umuff@quark.com>
2869
2870         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
2871         this work on PPC and other big-endian architectures.
2872
2873         * debug-mono-symfile.h: Prepended the names of all the `guint32'
2874         fields with an underscore to make sure they're only accessed by
2875         the read32() macro.
2876
2877 2004-02-18  Martin Baulig  <martin@ximian.com>
2878
2879         * icall.c: Put the klass->refclass changes back for methods and
2880         fields, but not for properties and events.  We're currently not
2881         distinguishing between DeclaringType and ReflectedType for
2882         properties and events, that's what caused the regressions.
2883
2884 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2885
2886         * object.c:
2887         (mono_async_result_new): the handle can be NULL.
2888
2889         * threadpool.c: Use an event instead of a semaphore, don't initialize
2890         it until needed. This saves quite a few semaphores from being created
2891         when using the threadpool.
2892
2893 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
2894
2895         * object.c (mono_string_is_interned_lookup): Fix interning of long
2896         strings. Fixes #54473.
2897
2898         * domain.c (ldstr_equal): Optimize if the two strings are equal.
2899
2900         * icall.c: Revert the klass->refclass changes since they introduce
2901         regressions (bug #54518).
2902
2903 2004-02-18  Martin Baulig  <martin@ximian.com>
2904
2905         * class.c (mono_class_init): If we're a generic instance and don't
2906         come from a TypeBuilder, inflate our members here.
2907         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
2908         (mono_class_create_generic): New public method.
2909         (mono_class_initialize_generic): Removed.
2910         (get_instantiation_name): Renamed to
2911         _mono_class_get_instantiation_name() and made it public.
2912
2913 2004-02-18  Martin Baulig  <martin@ximian.com>
2914
2915         * class.c (mono_class_inflate_generic_type): Clear the new
2916         instance's `nginst->klass' when inflating a generic instance.
2917         (mono_class_is_subclass_of): Added (basic) support for generic
2918         instances.
2919
2920 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
2921
2922         * appdomain.h, domain.c: use a MonoCodeManager instead of a
2923         MonoMempool to hold compiled native code.
2924
2925 2004-02-17  Martin Baulig  <martin@ximian.com>
2926
2927         * class.h (MonoDynamicGenericInst): Added `count_properties' and
2928         `properties'.
2929
2930         * reflection.c (mono_reflection_generic_inst_initialize): Added
2931         `MonoArray *properties' argument.
2932
2933         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
2934
2935 2004-02-17  Martin Baulig  <martin@ximian.com>
2936
2937         * icall.c (ves_icall_Type_GetFields): Renamed to
2938         ves_icall_Type_GetFields_internal() and added a
2939         `MonoReflectionType *rtype' argument; pass it to
2940         mono_field_get_object() to set the field's "reflected" type.
2941         (ves_icall_Type_GetConstructors): Likewise.
2942         (ves_icall_Type_GetEvents): Likewise.
2943         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
2944         argument; pass it to mono_method_get_object() to set the method's
2945         "reflected" type.       
2946
2947 2004-02-17  Martin Baulig  <martin@ximian.com>
2948
2949         * class.h (MonoDynamicGenericInst): New type.
2950         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
2951
2952         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
2953         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
2954         (ves_icall_MonoGenericInst_GetFields): New interncall.
2955
2956         * class.c (mono_class_from_generic): Don't call
2957         mono_class_initialize_generic() if this is a dynamic instance;
2958         ie. it's being created from a TypeBuilder.
2959         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
2960         `class->byval_arg.type'.
2961
2962         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
2963         to `inflate_method' and made static.
2964         (mono_reflection_inflate_field): Removed.
2965         (mono_reflection_generic_inst_initialize): New public method.
2966
2967         * reflection.h (MonoReflectionGenericInst): Removed `methods',
2968         `ctors' and `fields'; added `initialized'.
2969
2970 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
2971
2972         * debug-helpers.c (mono_method_full_name): Fix output for empty
2973         namespaces.
2974
2975 2004-02-12  Martin Baulig  <martin@ximian.com>
2976
2977         * class.h (MonoClassField): Added `MonoType *generic_type'.
2978
2979         * reflection.c (mono_image_get_fieldref_token): Added support for
2980         instantiated generic types.
2981         (field_encode_inflated_field): Removed.
2982         (mono_image_get_inflated_field_token): Removed.
2983         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
2984
2985         * reflection.h (MonoReflectionInflatedField): Removed.
2986
2987 2004-02-12  Martin Baulig  <martin@ximian.com>
2988
2989         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
2990         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
2991
2992         * reflection.c (mono_image_get_methodspec_token): Take a
2993         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
2994         (mono_image_create_token): Check whether we have a
2995         `method->signature->gen_method' and call
2996         mono_image_get_methodspec_token() if appropriate.
2997         (inflated_method_get_object): Removed.
2998         (mono_reflection_bind_generic_method_parameters): Return a
2999         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
3000         (mono_reflection_inflate_method_or_ctor): Likewise.
3001
3002         * reflection.h (MonoReflectionInflatedMethod): Removed.
3003
3004 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
3005
3006         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
3007         for custom valuetype marshalling.
3008
3009         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
3010
3011 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3012
3013         * icall.c: fixed WSAGetLastError_internal name.
3014
3015 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
3016
3017         * threads.c (mono_thread_attach): Allow this to be called multiple
3018         times for a thread.
3019         
3020         * threads.c (build_wait_tids): Do not wait for ourselves.
3021
3022         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
3023         appdomain list is empty.
3024
3025         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
3026         memory returned by mono_string_builder_to_utf16, since it points into
3027         managed memory. Thanks to Bernie Solomon for noticing this.
3028
3029         * icall.c: Add AppDomainSetup icalls.
3030
3031         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
3032
3033         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
3034         types.
3035
3036         * reflection.c (reflection_methodbuilder_to_mono_method): Save
3037         custom attributes to the method_aux struct. Also fix array indexes etc.
3038
3039         * loader.c (mono_method_get_param_names): Make dynamic case work again.
3040         
3041 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
3042
3043         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
3044         (both static and runtime) and reduce startup time.
3045
3046 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
3047
3048         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
3049         AsAny marshalling conversion instead of crashing.
3050
3051         * marshal.c: Fix warnings.
3052
3053 2004-02-09  Martin Baulig  <martin@ximian.com>
3054
3055         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
3056
3057         * reflection.h (MonoReflectionInflatedMethod): Removed the
3058         `declaring' field, it's now in the unmanaged MonoGenericMethod.
3059
3060         * reflection.c (method_encode_methodspec): Removed the `method'
3061         argument; we get it from `gmethod->declaring'.
3062         (inflated_method_get_object): Removed the `declaring' argument.
3063
3064 2004-02-09  Martin Baulig  <martin@ximian.com>
3065
3066         * class.h (MonoGenericMethod): New type.
3067         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
3068         `generic_method'.
3069
3070         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
3071         a `MonoGenericMethod *gen_method' one.
3072
3073         * class.c (mono_class_inflate_generic_type): Take an additional
3074         `MonoGenericMethod * argument.  This is only non-NULL if we're
3075         inflating types for a generic method.   
3076         (mono_class_inflate_generic_signature): Renamed to
3077         inflate_generic_signature() and made static; take a
3078         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
3079         (inflate_generic_header): Take a `MonoGenericMethod *' argument
3080         instead of a `MonoGenericInst *' one.
3081         (mono_class_inflate_generic_method): Likewise.
3082
3083         * reflection.c (encode_generic_method_sig): Take a
3084         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
3085         (method_encode_methodspec): Likewise.
3086         (inflated_method_get_object): Likewise. 
3087
3088         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
3089         field with a `MonoGenericMethod *gmethod' one.  
3090
3091 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
3092
3093         * class.h (mono_class_has_parent): add parens to expansion
3094         so you can ! this.
3095
3096 2004-02-08  Martin Baulig  <martin@ximian.com>
3097
3098         * image.h (MonoImage): Removed `generics_cache'.
3099
3100         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
3101         instead of a `MonoType *' argument; removed the `inflate_methods'
3102         argument.  Don't inflate methods here.
3103
3104         * loader.c (find_method): If it's a generic instance, call
3105         mono_class_init() on the `sclass->generic_inst->generic_type'.
3106
3107         * metadata.c (mono_type_size): Make this work on uninitialized
3108         generic instances; call it on the `ginst->generic_type's class.
3109
3110         * reflection.c (mono_reflection_bind_generic_parameters): Call
3111         mono_class_from_generic() to create the `ginst->klass'.
3112
3113 2004-02-08  Martin Baulig  <martin@ximian.com>
3114
3115         * class.h (MonoClass): Changed type of `generic_inst' from
3116         `MonoType *' to `MonoGenericInst *'.
3117
3118 2004-02-08  Martin Baulig  <martin@ximian.com>
3119
3120         * icall.c (ves_icall_Type_BindGenericParameters): Just call
3121         mono_type_get_object(), this is now creating a `MonoGenericInst'
3122         for MONO_TYPE_GENERICINST.
3123         (ves_icall_MonoGenericInst_GetParentType): Likewise.
3124         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
3125
3126         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
3127         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
3128         (inflated_method_get_object): Added `MonoClass *refclass' argument.
3129         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
3130         and reflected type.
3131
3132         * reflection.h (MonoReflectionInflatedMethod): Removed
3133         `declaring_type' and `reflected_type'.
3134
3135 2004-02-08  Martin Baulig  <martin@ximian.com>
3136
3137         * class.h (MonoGenericInst): Added `MonoType *parent' and
3138         `MonoType **ifaces'.
3139
3140         * reflection.h (MonoReflectionGenericInst): Removed `klass',
3141         `parent' and `interfaces'.
3142
3143         * reflection.c (mono_reflection_bind_generic_parameters): Take a
3144         `MonoType *' argument and return a `MonoType *'.
3145
3146         * icall.c
3147         (ves_icall_MonoGenericInst_GetParentType): New interncall.
3148         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
3149
3150 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
3151
3152         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
3153         valuetype marshalling.
3154
3155 2004-02-06  Martin Baulig  <martin@ximian.com>
3156
3157         * class.c
3158         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
3159         (my_mono_class_from_generic_parameter): Likewise.
3160
3161 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
3162
3163         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
3164         contents of the symbol files lazily.
3165
3166         * object.h (MonoThread): Add 'name' and 'name_len' fields.
3167
3168         * threads.h threads.c icall.c: New icalls for getting and setting the
3169         threads name.
3170
3171 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
3172
3173         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
3174         Raise an exception when the domain is not found.
3175
3176 2004-02-03  Martin Baulig  <martin@ximian.com>
3177
3178         * reflection.c (mono_image_get_methodspec_token): Use the
3179         uninflated signature; fixes gen-33.
3180
3181 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
3182
3183         * gc.c threads.c: Make the finalizer thread a normal managed thread so
3184         the finalizer code can use thread functionality.
3185
3186         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
3187         the finalizer thread.
3188
3189         * threads.c: Make some functions more robust.
3190
3191         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
3192
3193         * metadata.h: Add new marshalling conventions.
3194
3195         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
3196         stringbuilder marshalling. Fixes #53700.
3197
3198         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
3199
3200         * reflection.c (mono_image_get_type_info): Save declarative security
3201         info.
3202
3203         * reflection.c (mono_image_get_field_info): Handle uninitialized 
3204         unmanaged fields as well.
3205
3206         * appdomain.c: Bump corlib version.
3207
3208 2004-02-01  Martin Baulig  <martin@ximian.com>
3209
3210         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
3211         method type arguments.  
3212
3213 2004-01-30  Duncan Mak  <duncan@ximian.com>
3214
3215         * marshal.h: Add prototype for
3216         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
3217         and
3218         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
3219         fix the build.
3220
3221 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
3222
3223         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
3224         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
3225
3226 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3227
3228         * marshal.c (mono_marshal_get_native_wrapper): Add support for
3229         custom marshalling of valuetypes.
3230
3231         * marshal.c: Fix some warnings.
3232
3233 2004-01-29  Martin Baulig  <martin@ximian.com>
3234
3235         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
3236         for generic method parameters.
3237
3238         * reflection.c (method_encode_methodspec): Write the uninflated
3239         signature into the methodspec table.
3240         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
3241         is always the uninflated method.
3242         (reflection_methodbuilder_to_mono_method): Copy the generic
3243         parameters from the MethodBuilder into `header->gen_params'.
3244
3245 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3246
3247         * class.c (mono_class_from_generic_parameter): Fix warning.
3248
3249 2004-01-27  Martin Baulig  <martin@ximian.com>
3250
3251         * class.c (mono_class_from_generic_parameter): Don't create
3252         `klass->methods' here.  
3253
3254 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
3255
3256         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
3257         extension since it does not work with libraries named lib<FOO>.dll.so.
3258
3259 2004-01-25  Martin Baulig  <martin@ximian.com>
3260
3261         * class.c (mono_class_inflate_generic_type): Added support for
3262         MONO_TYPE_GENERICINST.
3263
3264         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
3265         inflate methods on open constructed types.      
3266
3267 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3268
3269         * object.c: fire ProcessExit event in the root AppDomain after running
3270         Main. Fixes bug #53299.
3271
3272 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
3273
3274         * socket-io.c: include the new socket-wrappers.h header.
3275         Use the wrappers instead of the unix socket functions to make the code
3276         more clear.
3277
3278 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
3279
3280         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
3281
3282         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3283         Fixes #22532.
3284
3285 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
3286
3287         * reflection.c (mono_image_create_pefile): Handle the case when the
3288         entry point is not a MethodBuilder.
3289
3290         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3291         field to ReflectionMethod since it is not allways a builder.
3292
3293         * reflection.c (type_get_fully_qualified_name): New helper function to
3294         return the fully qualified name of a type.
3295
3296         * reflection.c (encode_marshal_blob): Always emit the fully qualified
3297         type name for custom marshallers.
3298
3299         * reflection.c (mono_marshal_spec_from_builder): Ditto.
3300
3301         * class.c (mono_class_setup_vtable): If a parent class already 
3302         implements an interface, use the implementing methods from that class.
3303         Fixes #53148.
3304
3305 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3306
3307         * threadpool.c: just return instead of ExitThread to allow for thread
3308         clean up earlier.
3309
3310 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
3311
3312         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
3313         when closing resource modules.
3314
3315         * reflection.c (mono_image_create_pefile): Handle the case when the
3316         entry point is not a MethodBuilder.
3317
3318         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3319         field to ReflectionMethod since it is not allways a builder.
3320
3321 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
3322
3323         * marshal.c (mono_marshal_get_managed_wrapper): 
3324         mono_marshal_alloc takes native int so CONV_I
3325         the arg for 64bits.
3326
3327 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
3328
3329         * reflection.c (fixup_cattrs): New function to fixup the methoddef
3330         tokens in the cattr table. Fixes #53108.
3331
3332 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3333
3334         * loader.c: don't trim ".dll" before looking up in the config file.
3335         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
3336
3337 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
3338
3339         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
3340         Return the module which contains the resource as well.
3341         (ves_icall_System_Reflection_Module_Close): New icall.
3342
3343         * appdomain.c: Bump corlib version number.
3344
3345         * image.c (mono_image_addref): New public function.
3346
3347         * assembly.c: Call mono_image_addref.
3348
3349         * reflection.c (mono_module_get_object): Increase reference count of 
3350         the image.
3351
3352         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3353         Fixes #22532.
3354
3355         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
3356         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
3357         proper exceptions on DllImport problems.
3358
3359 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
3360
3361         * class.c, metadata.c: eliminate CSIZE macro.
3362
3363 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
3364
3365         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
3366         * object.h: Added async_callback field in MonoAsyncResult.
3367         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
3368         * verify.c: Added async_callback in MonoAsyncResult layout.
3369
3370 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
3371
3372         * reflection.c (mono_reflection_get_custom_attrs): Add support
3373         for Modules.
3374
3375 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3376
3377         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
3378         marshalling.
3379         (mono_marshal_method_from_wrapper): Add null pointer check.
3380
3381 2004-01-16  Martin Baulig  <martin@ximian.com>
3382
3383         * debug-mono-symfile.h: Set version number to 36 and reflect
3384         latest symbol writer changes.
3385
3386 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3387
3388         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
3389         multi-dimensional arrays.
3390         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
3391         (mono_class_from_mono_type): Use bounded_array_class_get.
3392         
3393         * class.c (mono_bounded_array_class_get): New function which takes
3394         a 'bounded' bool argument to distinguish vectors from one dimensional
3395         arrays.
3396
3397         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
3398         bounded_array_class_get if the array has bounds.
3399
3400         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3401         Search modules loaded using AssemblyBuilder:AddModule as well.
3402
3403 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3404
3405         * appdomain.c: increased corlib version.
3406         * filewatcher.c: removed g_print.
3407         * icall.c:
3408         (get_property_info): only allocate what is actually requested.
3409         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
3410
3411 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3412
3413         * Makefile.am: added filewatcher.[ch]
3414         * filewatcher.[ch]: FileSystemWatcher runtime support.
3415         * icall.c: added new FSW icalls.
3416
3417 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
3418
3419         * string-icalls.c: fix stringbuilder regression as suggested by
3420         Iain McCoy <iain@mccoy.id.au>.
3421
3422 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
3423
3424         * process.c (process_read_stringtable_block): Recognize '007f' as
3425         a language neutral stringtable block.
3426
3427 2004-01-12  Patrik Torstensson
3428
3429         * object.h (MonoStringBuilder) : Changed layout to support our
3430         new stringbuilder class.
3431         * marshal.c: Change marshalling to support the new layout of 
3432         string builder.
3433         * appdomain.c: increased version number because new layout of
3434         string builder.
3435
3436 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
3437
3438         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
3439         assembly name as an string instead of an AssemblyName, since it is
3440         easier to extract info from it.
3441
3442         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
3443         the culture subdirectories too. Fixes #52231.
3444
3445 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3446
3447         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
3448         It takes 2 new parameters with an optional name for the method to look
3449         for and case ignoring info.
3450
3451         * threadpool.c: removed unused variable.
3452
3453 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3454
3455         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
3456         It takes 2 new parameters with an optional name for the property to look
3457         for and case ignoring info.
3458         Fixes bug #52753.
3459
3460 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
3461
3462         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
3463         Fix #52451.
3464
3465 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3466
3467         * appdomain.c:
3468         * assembly.c: escape the uri before passing it to g_filename_from_uri.
3469         Fixes bug #52630.
3470
3471 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
3472
3473         * reflection.c: Add support for more than one unmanaged resource.
3474
3475         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
3476         in field->def_value, as done in all other cases.
3477
3478         * reflection.c (mono_reflection_get_custom_attrs): Add support for
3479         TypeBuilders.
3480
3481         * reflection.c (mono_reflection_create_runtime_class): Remove 
3482         errorneous assignment to klass->element_class, since it is already
3483         done in mono_reflection_setup_internal_class.
3484
3485 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3486
3487         * gc.c: added missing LeaveCriticalSection.
3488         * icall.c: indented a couple of lines.
3489         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
3490         if we call EndInvoke inside a callback. Fixes bug #52601.
3491
3492 2004-01-07  Martin Baulig  <martin@ximian.com>
3493
3494         * mono-debug-debugger.h
3495         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
3496
3497 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
3498
3499         * appdomain.c: Use messages in NotImplementedException.
3500
3501         * exception.c (mono_get_exception_not_implemented): Now this takes
3502         a message argument.
3503
3504         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
3505         exception instead of g_asserting an aborting when something is not
3506         implemented.
3507
3508         Add some inline docs.
3509
3510 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
3511
3512         * reflection.h: Update after changes to object layout.
3513
3514         * reflection.c: Implement saving of unmanaged aka win32 resources.
3515
3516         * appdomain.c: Bump version number.
3517
3518         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
3519         Handle missing domains gracefully.
3520
3521 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
3522
3523         * file-io.c : On Windows, there are much more invalid_path_chars.
3524
3525 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
3526
3527         * class.h, object.c: prepare for GetType () speedup.
3528
3529 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
3530
3531         * profiler.c: workaround for --profile null reference exception on
3532           cygwin. Patch by Patrik Torstensson.
3533
3534 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
3535
3536         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
3537         make work for unaligned access.
3538
3539 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
3540
3541         * class.c: small cleanup (class->fields [i] -> field).
3542         * image.c: check address of metadata is valid.
3543
3544 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
3545
3546         * assembly.h assembly.c (mono_assembly_loaded): New public function to
3547         search the list of loaded assemblies.
3548
3549         * reflection.c (mono_reflection_type_from_name): Use 
3550         mono_assembly_loaded instead of mono_image_loaded.
3551
3552         * reflection.c: Fix warnings.
3553
3554 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
3555
3556         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
3557         is dynamic. This is needed since an assembly can contain both dynamic and
3558         non-dynamic images.
3559
3560         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
3561         assembly->dynamic.
3562
3563         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
3564
3565         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
3566         to store modules loaded using AddModule.
3567
3568         * reflection.c (mono_image_fill_file_table): Generalize this so it works
3569         on Modules.
3570
3571         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
3572
3573         * reflection.c (mono_image_fill_export_table_from_module): New function to
3574         fill out the EXPORTEDTYPES table from a module.
3575
3576         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
3577         into a separate function. Also handle loaded non-dynamic modules.
3578
3579         * reflection.c (mono_image_basic_init): Fix memory allocation.
3580
3581         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3582
3583         * assembly.c (mono_assembly_load_references): Make this public.
3584
3585 2003-12-19  Martin Baulig  <martin@ximian.com>
3586
3587         * class.c (mono_class_initialize_generic): Made this static, take
3588         a `MonoGenericInst *' instead of a `MonoClass *'.
3589         (mono_class_from_generic): Call mono_class_initialize_generic()
3590         unless we're already initialized or being called from
3591         do_mono_metadata_parse_generic_inst().
3592
3593         * class.h (MonoGenericInst): Added `initialized' and
3594         `init_pending' flags.
3595
3596         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
3597         `mono_class_init (gklass)' or mono_class_initialize_generic()
3598         here; set `generic_inst->init_pending' while parsing the
3599         `type_argv'.
3600
3601 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
3602
3603         * locales.c: include string.h for memxxx prototypes
3604
3605 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
3606
3607         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
3608         constructor when accessing literal fields.
3609
3610 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
3611
3612         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3613
3614         * reflection.c (assembly_add_resource_manifest): New function to fill
3615         the MANIFESTRESOURCE table.
3616
3617         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
3618
3619         * reflection.h: Update to changes in class layout.
3620
3621         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
3622         Reenable call to mono_runtime_is_shutting_down ().
3623
3624         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
3625         determine if the runtime is shutting down.
3626
3627 2003-12-16  Jackson Harper <jackson@ximian.com>
3628
3629         * icall.c: comment out call to mono_runtime_is_shutting_down to
3630         fix build.
3631         
3632 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
3633
3634         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
3635         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
3636
3637 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
3638
3639         * reflection.c: move definition of swap_with_size
3640         to before its first call
3641
3642 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
3643
3644         * appdomain.c (mono_runtime_is_shutting_down): New public function.
3645
3646         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
3647         icall.
3648
3649         * object.c: Fix warnings.
3650
3651         * icall.c (ves_icall_Type_Get...): Only consider inherited static
3652         members if FlattenHierarchy is set.
3653
3654         * reflection.c (mono_image_add_decl_security): New function to emit
3655         declarative security.
3656
3657         * reflection.h reflection.c: Add support for declarative security.
3658
3659         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
3660         
3661 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
3662
3663         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
3664         
3665         * appdomain.c verify.c: Moved corlib version checking into its own
3666         function in appdomain.c since it needs to create vtables etc.
3667
3668 2003-12-13  Patrik Torstensson <p@rxc.se>
3669
3670         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
3671         instead of unwrapped server.
3672
3673 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
3674
3675         * verify.c (check_corlib): Fix field index.
3676
3677 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
3678
3679         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
3680         GetGacPath icall.
3681
3682 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
3683
3684         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
3685         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
3686         cope with sizeof(size_t) != sizeof(guint32).
3687
3688 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3689
3690         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
3691         in case of failure.
3692
3693 2003-12-10  Mark Crichton <crichton@gimp.org>
3694
3695         * icall.c: removed the GetNonZeroBytes.  We now handle this case
3696         in managed code.
3697
3698         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
3699
3700 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
3701
3702         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
3703         marked as deleted.
3704
3705 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
3706
3707         * verify.c (check_corlib): Handle the case when the version field is 
3708         initialized by a static constructor.
3709
3710 2003-12-08  Patrik Torstensson  <p@rxc.se>
3711
3712     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
3713
3714 2003-12-08  Martin Baulig  <martin@ximian.com>
3715
3716         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
3717         a MonoReflectionGenericParameter, also take the parameter index
3718         and name as arguments.
3719         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
3720         (ves_icall_MonoGenericParam_initialize): New interncall.
3721         (ves_icall_Type_make_byref_type): New interncall.
3722
3723         * reflection.h (MonoReflectionGenericParam): Derive from
3724         MonoReflectionType, not just from MonoObject.  Added `refobj' and
3725         `index' fields.
3726
3727         * reflection.c (mono_reflection_define_generic_parameter): Create
3728         and return a new MonoReflectionGenericParam; don't initialize the
3729         constraints here.
3730         (mono_reflection_initialize_generic_parameter): New public method;
3731         initializes the constraints and creates the `param->pklass'.
3732
3733 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
3734
3735         * reflection.h reflection.c: Use the new fields 'num_types', 
3736         'num_fields' and 'num_methods' to track the number of types etc.
3737
3738         * verify.c (check_corlib): Check corlib version number.
3739
3740 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
3741
3742         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
3743         function works on all methods.
3744
3745 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
3746
3747         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
3748         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
3749         the custom_type_info flag of the transparent proxy.
3750         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
3751         objects that supports IRemotingTypeInfo.
3752         * object.h: Added custom_type_info field in transparent proxy.
3753
3754 2003-12-06  Martin Baulig  <martin@ximian.com>
3755
3756         * class.c (mono_class_create_from_generic): Removed.
3757         (mono_class_from_generic): Check `ginst->klass' before doing
3758         anything else.  This is important to fully support "recursive"
3759         generic types.
3760
3761         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
3762         empty `generic_inst->klass' before doing anything else.
3763
3764 2003-12-06  Dick Porter  <dick@ximian.com>
3765
3766         * verify.c: 
3767         * object.h:
3768         * icall.c:
3769         * locales.c: Use C structs to access class fields.  Don't do a
3770         conversion between MonoString and UChar because both are
3771         platform-endian UTF-16.  Compare now takes startindex and count
3772         parameters.  Add a char overload for IndexOf.  Speed up the
3773         invariant string IndexOf.
3774
3775 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
3776
3777         * Makefile.am (monosn_LDADD): Fix parallel build.
3778
3779 2003-12-04  Martin Baulig  <martin@ximian.com>
3780
3781         * icall.c
3782         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
3783         (ves_icall_Type_make_array_type): New interncall.       
3784
3785 2003-12-04  Martin Baulig  <martin@ximian.com>
3786
3787         * locales.c: also change it in the !HAVE_ICU case.
3788
3789 2003-12-04  Dick Porter  <dick@ximian.com>
3790
3791         * icall.c:
3792         * locales.c: construct_compareinfo is now in CompareInfo, not
3793         CultureInfo.
3794
3795 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
3796
3797         * image.c (mono_image_load_file_for_image): Cache loaded images in the
3798         image->files array.
3799
3800         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
3801         table as well.
3802
3803         * assembly.c (mono_assembly_load_references): Only load references
3804         once.
3805
3806         * class.c (mono_class_from_name): Avoid linear search of the 
3807         EXPORTEDTYPE table.
3808
3809         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
3810
3811 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
3812
3813         * image.h (MonoImage): Add 'field_cache' field.
3814
3815         * loader.c (mono_field_from_token): Cache field lookups.
3816         
3817         * reflection.c (mono_module_get_object): Fix name property.
3818
3819         * icall.c (ves_icall_get_enum_info): Update after changes to 
3820         mono_metadata_get_constant_index ().
3821
3822         * icall.c: Get rid of get_type_info icall, use a separate icall for
3823         each type property to avoid needless memory allocations. Fixes #51514.
3824
3825         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
3826         to avoid needless binary searches.
3827
3828         * class.c (class_compute_field_layout): Move the initialization of
3829         field->def_value to mono_class_vtable ().
3830
3831         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
3832         non-corlib types.
3833
3834         * object.c (mono_object_allocate): Make it inline.
3835
3836         * object.c (mono_object_allocate_spec): Make it inline.
3837         
3838 2003-12-02  Dick Porter  <dick@ximian.com>
3839
3840         * locales.c (create_NumberFormat): NumberFormatInfo construction.
3841         Patch by Mohammad DAMT (mdamt@cdl2000.com).
3842
3843 2003-12-01  Dick Porter  <dick@ximian.com>
3844
3845         * threads.c: Fix signature and call in CreateMutex and
3846         CreateEvent.
3847
3848 2003-12-01  Dick Porter  <dick@ximian.com>
3849
3850         * icall.c: 
3851         * locales.c: Implement string compares and searching
3852
3853         * object.h: Add extra Thread field
3854
3855 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
3856
3857         * reflection.c (fixup_method): Add support for MonoCMethod.
3858
3859 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
3860
3861         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
3862
3863         * reflection.c (assembly_name_to_aname): Allow extra characters in
3864         assembly names. Fixes #51468.
3865
3866 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
3867
3868         * exception.c (mono_exception_from_name_domain): New helper function.
3869
3870         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
3871         exception object in the correct domain.
3872
3873         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
3874         formatting + make a copy a the input data.
3875
3876         * loader.c (mono_get_method_from_token): Methods which contain
3877         native code do not have entries in the ImplMap.
3878
3879         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
3880         Thanks to Gonzalo for spotting this.
3881         
3882         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
3883         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
3884
3885         * assembly.h (mono_assembly_load_from): Split the second part of 
3886         assembly loading into a new public function.
3887
3888         * exception.h (mono_get_exception_bad_image_format): New function.
3889
3890 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
3891
3892         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3893         Enumerate all modules inside a dynamic assembly. Fixes #51293.
3894         
3895         * icall.c: Add new icall for creating dynamic methods.
3896
3897         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
3898
3899         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
3900
3901         * reflection.c (mono_reflection_create_dynamic_method): New icall to
3902         create a dynamic method.
3903
3904         * reflection.c (resolve_object): New helper function.
3905
3906         * reflection.c: Generalize ReflectionMethodBuilder and the functions
3907         which manipulate it so they can also work on dynamic methods.
3908
3909         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
3910         creating the MonoReflectionMethodAux structure if it is not needed.
3911         
3912         * reflection.h verify.c: Update after changes to object layout.
3913
3914         * reflection.c (method_builder_encode_signature): Fix compilation on
3915         gcc 2.95.x.
3916
3917 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
3918
3919         * appdomain.h: Added support for context static fields. Added static_data
3920           field to MonoAppContext and renamed thread_static_fields to a more
3921           generic special_static_fields in MonoAppDomain, since it can now contain
3922           context static fields.
3923         * domain.c: Updated hashtable name.
3924         * object.c: Replaced field_is_thread_static() for a more generic
3925           field_is_special_static() which also checks for context static attribute.
3926           In mono_class_vtable(), added support for static context fields.
3927         * threads.c: Changed methods that manage thread static fields to more
3928           generic methods so they can be reused both for thread and context static
3929           data.
3930         * threads.h: Declared some new methods.
3931
3932 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
3933
3934         * reflection.h: Update after changes to the managed types.
3935
3936         * reflection.c (encode_custom_modifiers): New helper function.
3937
3938         * reflection.c (method_encode_signature): Emit custom modifiers.
3939
3940         * reflection.c (field_encode_signature): Emit custom modifiers.
3941
3942 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
3943
3944         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
3945
3946         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
3947         implementation.
3948
3949         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
3950         icall.
3951
3952         * object.c (mono_field_get_value_object): New function.
3953
3954         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
3955         specific.
3956
3957 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
3958
3959         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
3960         return a preallocated out-of-memory exception instance.
3961
3962         * object.c (out_of_memory): Use the new function.
3963
3964         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
3965         flag is before the custom modifiers. Fixes #49802.
3966
3967 2003-11-16  Martin Baulig  <martin@ximian.com>
3968
3969         * class.c (mono_class_is_open_constructed_type): Implemented the
3970         MONO_TYPE_GENERICINST case.
3971
3972 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
3973
3974         * assembly.c (mono_assembly_fill_assembly_name): New function to
3975         fill out the MonoAssemblyName structure.
3976         (mono_assembly_open): Use the new function.
3977
3978         * icall.c (fill_reflection_assembly_name): New helper function.
3979
3980         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
3981         new function.
3982
3983         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
3984
3985 2003-11-15  Martin Baulig  <martin@ximian.com>
3986
3987         * class.c (mono_class_is_open_constructed_type): New public
3988         function; checks whether a type is an open constructed type,
3989         ie. whether it still contains type parameters.
3990         (mono_class_inflate_generic_type): If we're a type parameter and
3991         the inflated type is also a MONO_TYPE_(M)VAR, return the original
3992         type.
3993
3994         * class.h (MonoGenericInst): Added `guint32 is_open'.
3995
3996         * loader.c (method_from_methodspec): Check whether we're an open
3997         or closed constructed type and set `ginst->is_open'.
3998
3999         * reflection.c (mono_reflection_bind_generic_parameters): Check
4000         whether we're an open or closed constructed type and set
4001         `ginst->is_open'.
4002         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
4003         from open constructed types.
4004
4005 2003-11-15  Martin Baulig  <martin@ximian.com>
4006
4007         * reflection.c (mono_reflection_bind_generic_parameters): If we're
4008         a generic instance (instead of a generic type declaration) with
4009         unbound generic parameters, bind them to our actual types.
4010
4011 2003-11-14  Martin Baulig  <martin@ximian.com>
4012
4013         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
4014
4015         * reflection.c (mono_reflection_bind_generic_parameters): If we're
4016         an interface type, populate `res->interfaces' with instantiated
4017         versions of all the interfaces we inherit.
4018
4019 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
4020
4021         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
4022         when MONO_PATH is set but doesn't contain the install dir.
4023
4024 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4025
4026         * icall.c:
4027         (ves_icall_Type_GetInterfaces): don't return an interface twice when
4028         it's also implemented in base classes. Fixes bug #50927.
4029
4030 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
4031
4032         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
4033         if this method is called from a finalizer. Fixes #50913.
4034
4035 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
4036
4037         * threads.c: Implement VolatileRead/VolatileWrite
4038
4039         * icall.c: Add new icalls for VolatileRead/VolatileWrite
4040
4041 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4042
4043         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
4044         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
4045         2.95.3.
4046
4047         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
4048         from Peter Ross (pro@missioncriticalit.com).
4049         
4050 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
4051
4052         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
4053
4054 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4055
4056         * assembly.c (mono_assembly_load_references): Disable check because it
4057         triggers on older corlibs which lots of people have.
4058
4059 2003-11-12  Jackson Harper  <jackson@ximian.com>
4060
4061         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
4062         load corlib.dll if mscorlib.dll is not found.
4063         * assembly.h: Remove corlib name define.
4064         * class.c:
4065         * domain.c:
4066         * image.c: Change corlib name to mscorlib.
4067         
4068 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4069
4070         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
4071
4072 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
4073
4074         * appdomain.h: Added loader_optimization here to sync with the C#
4075         code, and add disallow_binding_redirects field.
4076
4077 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
4078
4079         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
4080
4081         * reflection.c (mono_image_build_metadata): Fix crash on modules
4082         with no types.
4083
4084         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
4085
4086         * icall.c (ves_icall_get_method_info): Return callingConvention as
4087         well.
4088
4089         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
4090         namespaces from the EXPORTEDTYPE table as well.
4091
4092         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
4093         from all modules inside the assembly.
4094         
4095 2003-11-11  Martin Baulig  <martin@ximian.com>
4096
4097         * reflection.c (mono_reflection_bind_generic_parameters): Make
4098         this work for interfaces.
4099
4100 2003-11-11  Martin Baulig  <martin@ximian.com>
4101
4102         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
4103
4104 2003-11-11  Martin Baulig  <martin@ximian.com>
4105
4106         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
4107         "MonoInflatedMethod" and "MonoInflatedCtor".
4108
4109 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
4110
4111         * reflection.c (resolution_scope_from_image): Use the assembly table
4112         from the manifest module, since other modules don't have it.
4113
4114         * debug-helpers.c (mono_type_full_name): New helper function.
4115
4116         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
4117
4118         * image.c (mono_image_load_file_for_image): New public function which
4119         is a replacement for the load_file_for_image in class.c.
4120
4121         * assembly.c (mono_assembly_load_module): A wrapper for the function
4122         above which does assembly association and reference loading too.
4123
4124         * class.c (mono_class_from_name): Call mono_assembly_load_module.
4125
4126 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4127
4128         * appdomain.c: not all of the attributes for the full assembly name
4129         are required and the order doesn't matter. Fixes bug #50787.
4130
4131 2003-11-10  Dick Porter  <dick@ximian.com>
4132
4133         * locales.c: Use platform-endian UTF16
4134
4135 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
4136
4137         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
4138         
4139 2003-11-10  Martin Baulig  <martin@ximian.com>
4140
4141         * metadata.c
4142         (mono_metadata_load_generic_params): Make this actually work.
4143
4144         * reflection.c (mono_reflection_bind_generic_parameters): If our
4145         parent is a generic instance, pass all the `types' to it, no
4146         matter whether it has the same number of type parameters or not.
4147
4148 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
4149
4150         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
4151
4152         * assembly.c (mono_assembly_load_references): Move the image<->assembly
4153         assignment code to this function so it gets called recursively for all
4154         modules.
4155
4156         * image.c (load_modules): Remove the assembly assignment since it is
4157         now done by mono_assembly_load_references.
4158         
4159         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
4160         Add 'module' argument.
4161         (mono_module_get_types): New helper function.
4162         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
4163
4164 2003-11-08  Martin Baulig  <martin@ximian.com>
4165
4166         * class.c (mono_class_inflate_generic_method): Interface method
4167         don't have a header.
4168
4169         * reflection.c (mono_image_get_methodspec_token): Take an
4170         additional `MonoGenericInst *' argument instead of reading it from
4171         the header; this is necessary to support interfaces.
4172         (mono_image_create_token): Pass the `MonoGenericInst *' from the
4173         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
4174         (inflated_method_get_object): Take an additional `MonoGenericInst *'
4175         argument.
4176
4177         * reflection.h (MonoReflectionInflatedMethod): Added
4178         `MonoGenericInst *ginst'.
4179
4180 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
4181
4182         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
4183
4184 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
4185
4186         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
4187
4188 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
4189
4190         * reflection.c 
4191         (reflection_methodbuilder_from_method_builder):
4192         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
4193         initialize a ReflectionMethodBuilder structure.
4194         (mono_image_get_methodbuilder_token):
4195         (mono_image_get_ctorbuilder_token): New functions to emit memberref
4196         tokens which point to types in another module inside the same assembly.
4197
4198         * reflection.c: Use the new helper functions.
4199         
4200         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
4201
4202         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
4203         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
4204
4205         * reflection.c (resolution_scope_from_image): Emit a moduleref if
4206         neccesary.
4207
4208         * reflection.c (mono_image_build_metadata): Emit metadata only for the
4209         current module. Emit the manifest only for the main module.
4210
4211         * reflection.c (mono_image_create_token): Add assertion when a 
4212         memberref needs to be created.
4213
4214         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
4215
4216         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
4217         larger buffer for the custom attribute blob. Fixes #50637.
4218         
4219 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4220
4221         * threadpool.c: notify listener on async processing handles after
4222         invoking the async callback. Thanks to Zoltan.
4223
4224 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4225
4226         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
4227         avoid code duplication.
4228
4229         * reflection.h (MonoDynamicImage): New type which is currently unused,
4230         but will be used through the ref.emit code in place of 
4231         MonoDynamicAssembly.
4232
4233         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4234         object layout.
4235
4236         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
4237         a MonoDynamicImage instead of just a MonoImage.
4238         
4239         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
4240         icalls to ModuleBuilder but keep their semantics, so they will work
4241         with moduleb->assemblyb. This will change later.
4242         
4243 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4244
4245         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4246         object layout.
4247
4248         * reflection.c (mono_image_build_metadata): Avoid creation of a default
4249         main module, since it is now done by the managed code.
4250
4251 2003-11-03  Martin Baulig  <martin@ximian.com>
4252
4253         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
4254         `ginst->klass' here.
4255         (method_encode_methodspec): Don't use the `ginst->generic_method's
4256         klass if it's a generic instance, use `ginst->klass' in this case.
4257
4258 2003-11-03  Martin Baulig  <martin@ximian.com>
4259
4260         * reflection.c (mono_image_get_generic_method_param_info):
4261         Removed, use mono_image_get_generic_param_info() instead.
4262         (mono_image_get_type_info): Write the GenericParam table before
4263         the Method table.  This is neccessary because in the GenericParam
4264         table, type parameters of the class (ie. '!0' etc.) must come
4265         before the ones from its generic methods (ie. '!!0' etc).
4266
4267 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4268
4269         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
4270
4271 2003-11-02  Martin Baulig  <martin@ximian.com>
4272
4273         * reflection.c (create_generic_typespec): Take a
4274         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
4275         the generic parameters from it.
4276
4277 2003-11-02  Martin Baulig  <martin@ximian.com>
4278
4279         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
4280         instead of a `MonoClassField *' since we just need the type.
4281         (create_generic_typespec): New static function.  Creates a
4282         TypeSpec token for a generic type declaration.
4283         (mono_image_get_generic_field_token): New static function.
4284         (mono_image_create_token): If we're a FieldBuilder in a generic
4285         type declaration, call mono_image_get_generic_field_token() to get
4286         the token.
4287
4288 2003-11-02  Martin Baulig  <martin@ximian.com>
4289
4290         * reflection.h
4291         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
4292         `MonoReflectionGenericInst *declaring_type' and
4293         `MonoReflectionGenericInst *reflected_type' fields.
4294
4295         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
4296         `MonoReflectionGenericInst *declaring_type' and a
4297         `MonoReflectionGenericInst *reflected_type' argument instead of a
4298         single `MonoReflectionGenericInst *type' one.  Set
4299         `res->declaring_type' and `res->reflected_type' from them.
4300         (mono_reflection_inflate_field): Likewise.      
4301
4302 2003-11-02  Martin Baulig  <martin@ximian.com>
4303
4304         * class.c (mono_class_setup_vtable): Don't store generic methods
4305         in the vtable.  
4306
4307 2003-11-02  Martin Baulig  <martin@ximian.com>
4308
4309         * reflection.h (MonoReflectionGenericInst): Added
4310         `MonoReflectionType *declaring_type'.
4311
4312         * reflection.c (mono_reflection_bind_generic_parameters): Use
4313         `if (tb->parent)' instead of `klass->parent'.
4314
4315 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
4316
4317         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
4318         with an empty ASSEMBLY table.
4319
4320         * reflection.c (mono_image_build_metadata): Avoid using the same loop
4321         variable in the inner and outer loops.
4322
4323 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
4324
4325         * metadata.h (mono_metadata_make_token): Put parentheses around macro
4326         argument.
4327
4328         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
4329         
4330         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
4331         icalls. Instead, do everything in managed code. This is needed since
4332         it is hard to restore the original domain etc. in unmanaged code in the
4333         presence of undeniable exceptions.
4334
4335         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
4336         New icalls to push and pop appdomain refs.
4337
4338 2003-10-31  Martin Baulig  <martin@ximian.com>
4339
4340         * class.c (inflate_generic_type): Renamed to
4341         mono_class_inflate_generic_type() and made it public.
4342
4343         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
4344         New interncall.
4345
4346         * loader.c (mono_field_from_memberref): Also set the retklass for
4347         typespecs.
4348
4349         * fielder.c (mono_image_get_inflated_field_token): New static
4350         method; creates a metadata token for an inflated field.
4351         (mono_image_create_token, fixup_method): Added support for
4352         "MonoInflatedField".
4353         (fieldbuilder_to_mono_class_field): New static function.
4354         (mono_reflection_inflate_field): New public function.
4355
4356         * reflection.h
4357         (MonoReflectionGenericInst): Added `MonoArray *fields'.
4358         (MonoReflectionInflatedField): New typedef.     
4359
4360 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
4361
4362         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
4363         for Solaris and other platforms without s6_addr16
4364
4365 2003-10-30  Martin Baulig  <martin@ximian.com>
4366
4367         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
4368         argument instead of two.
4369         (mono_class_inflate_generic_signature): Likewise.
4370         (inflate_generic_header): Likewise.
4371         (mono_class_inflate_generic_method): Likewise.  In addition, if
4372         `ginst->klass' is set, it becomes the new `method->klass'.
4373
4374         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
4375         field.
4376
4377         * reflection.c (encode_generic_method_sig): Write a 0xa as the
4378         first byte. [FIXME]
4379         (method_encode_methodspec): If we have generic parameters, create
4380         a MethodSpec instead of a MethodRef.
4381         (fixup_method): Added support for "MonoInflatedMethod" and
4382         "MonoInflatedCtor".
4383         (mono_image_create_token): Added support for "MonoInflatedMethod"
4384         and "MonoInflatedCtor".
4385         (inflated_method_get_object): New static function; returns a
4386         managed "System.Reflection.MonoInflatedMethod" object.
4387         (mono_reflection_bind_generic_method_parameters): Return a
4388         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
4389         (mono_reflection_inflate_method_or_ctor): Likewise.
4390         (mono_image_get_generic_method_param_info): Initialize unused
4391         fields to zero.
4392         (mono_image_get_generic_param_info): Likewise.
4393
4394         * reflection.h (MonoReflectionInflatedMethod): New public
4395         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
4396         "S.R.MonoInflatedCtor" classes.
4397
4398         * loader.c (method_from_memberref): If we're a TypeSpec and it
4399         resolves to a generic instance, inflate the method.
4400
4401 2003-10-28  Dick Porter  <dick@ximian.com>
4402
4403         * object.c (mono_runtime_run_main): Convert command-line arguments
4404         into utf8, falling back to the user's locale encoding to do so.
4405
4406 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
4407
4408         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
4409         at this time.
4410
4411         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
4412
4413         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
4414         up icalls at method definition time. Partially fixes #33569.
4415
4416 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
4417
4418         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
4419         marshalling of arrays. Fixes #50116.
4420
4421         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
4422
4423         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
4424         points to a vtable in the dying appdomain.
4425
4426         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
4427         listeners into unmanaged code inside the lock.
4428
4429         * object.c (mono_class_vtable): Turn off typed allocation in non-root
4430         domains and add some comments.
4431
4432 2003-10-25  Martin Baulig  <martin@ximian.com>
4433
4434         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
4435
4436         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
4437
4438         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
4439         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
4440         currently parsing.  Create the generic class and store it in
4441         `generic_inst->klass' before parsing the type arguments.  This is
4442         required to support "recursive" definitions; see mcs/tests/gen-23.cs
4443         for an example.
4444         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
4445         to support recursive typespec entries.
4446
4447         * class.c (mono_class_setup_parent): If our parent is a generic
4448         instance, we may get called before it has its name set.
4449         (mono_class_from_generic): Splitted into
4450         mono_class_create_from_generic() and mono_class_initialize_generic().
4451
4452 2003-10-25  Martin Baulig  <martin@ximian.com>
4453
4454         * icall.c (ves_icall_Type_BindGenericParameters): Return a
4455         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
4456         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
4457         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
4458
4459         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
4460         (create_typespec): Likewise.
4461         (mono_reflection_bind_generic_parameters): Return a
4462         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
4463         (mono_reflection_inflate_method_or_ctor): New public function.
4464
4465         * reflection.h (MonoReflectionGenericInst): New typedef.        
4466
4467 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
4468
4469         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
4470         inside the domain lock. Fixes #49993.
4471         
4472         * object.c (mono_class_vtable): When typed allocation is used, 
4473         allocate vtables in the GC heap instead of in the mempool, since the
4474         vtables contain GC descriptors which are used by the collector even
4475         after the domain owning the mempool is unloaded.
4476
4477         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
4478
4479         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
4480         reflect what it does. Also invalidate mempools instead of freeing
4481         them if a define is set.
4482
4483         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
4484         of the appdomain.
4485         
4486         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
4487         hold the finalizable objects in this domain.
4488
4489         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
4490         appdomain.
4491
4492         * appdomain.c (mono_domain_set): New function to set the current
4493         appdomain, but only if it is not being unloaded.
4494
4495         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
4496         appdomain which is being unloaded.
4497         
4498         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
4499         unloading of the root appdomain.
4500
4501         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
4502         icall to execute a method in another appdomain. Intended as a 
4503         replacement for InternalSetDomain, which can confuse the code 
4504         generation in the JIT.
4505
4506         * appdomain.c (mono_domain_is_unloading): New function to determine
4507         whenever an appdomain is unloading.
4508
4509         * appdomain.c (mono_domain_unload): New function to correctly unload
4510         an appdomain.
4511
4512         * assembly.c (mono_assembly_load_references): Check that an assembly
4513         does not references itself.
4514
4515         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
4516         domain manually, it asks the finalizer thread to do it, then waits for
4517         the result. Also added a timeout.
4518
4519         * icall.c: Register the new icalls.
4520
4521         * threads.h threads.c: Export the mono_gc_stop_world and 
4522         mono_gc_start_world functions.
4523         
4524         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
4525         function to fill out the mempool with 0x2a.
4526
4527 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
4528
4529         * reflection.h (MonoReflectionMethodAux): New structure to store
4530         information which is rarely used, thus is not in the MonoMethod
4531         structure.
4532
4533         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
4534         store the aux info.
4535
4536         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
4537         and marshalling info into the aux structure.
4538
4539         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
4540         from the aux structure.
4541
4542         * loader.c (mono_method_get_param_names): Retrieve the param names from
4543         the aux structure.
4544         
4545 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
4546
4547         * exception.h exception.c: Add AppDomainUnloadedException && fix 
4548         warning.
4549
4550 2003-10-21  Dick Porter  <dick@ximian.com>
4551
4552         * socket-io.c
4553         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
4554         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
4555
4556 2003-10-21  Martin Baulig  <martin@ximian.com>
4557
4558         * reflection.c (mono_reflection_bind_generic_parameters):
4559         `klass->parent' is NULL for interfaces.
4560
4561 2003-10-21  Martin Baulig  <martin@ximian.com>
4562
4563         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4564
4565 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
4566
4567         * exception.c (mono_exception_from_name_msg): New helper function for
4568         creating exceptions and initializing their message field.
4569
4570         * exception.c: Simplify functions using the new helper.
4571
4572         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
4573         New function.
4574
4575         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
4576         mono_raise_exception, since otherwise gcc doesn't generate the function
4577         epilog for raise_exception, confusing the stack unwinding in the JIT.
4578         Fixes #45043.
4579
4580         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
4581         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
4582         Fixes #49499.
4583
4584 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4585
4586         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
4587         utf8.
4588
4589 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
4590
4591         * icall.c: Removed GetUninitializedObject method because
4592           AllocateUninitializedClassInstance does the same.
4593
4594 2003-10-18  Martin Baulig  <martin@ximian.com>
4595
4596         * class.c (inflate_generic_signature): Renamed to
4597         mono_class_inflate_generic_signature() and made it public.
4598         (my_mono_class_from_generic_parameter): New static function; if we
4599         don't already have the generic parameter's MonoClass, create a
4600         very simple one which is just used internally in the runtime and
4601         not passed back to managed code.
4602
4603         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
4604
4605         * metadata.h (MonoMethodSignature): Moved the
4606         `MonoGenericParam *gen_params' to the MonoMethodHeader.
4607         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
4608
4609         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
4610         ves_icall_MonoMethod_GetGenericArguments(); this is now an
4611         interncall on the MonoMethod class, not on MethodInfo.
4612         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
4613         calling mono_reflection_bind_generic_method_parameters() directly.
4614
4615         * loader.c (mono_method_get_signature): If this is a MethodSpec;
4616         return the already computed `method->signature'.
4617         (method_from_methodspec): New static function to load a method
4618         from a MethodSpec entry.
4619         (mono_get_method_from_token): Call the new method_from_methodspec()
4620         for MethodSpec tokens.  
4621         (mono_get_method_from_token): If we're a generic method, load the
4622         type parameters.
4623
4624         * reflection.c (mono_image_get_memberref_token): Allow
4625         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
4626         table.
4627         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
4628         (mono_image_create_token): First check whether it's a generic
4629         method (so we'd need to create a MethodSpec), then do the other
4630         two alternatives.
4631         (mono_reflection_bind_generic_method_parameters): Return a
4632         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
4633         called directly from the interncall.
4634
4635 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
4636
4637         * reflection.c (load_public_key): Move loading of the public key
4638         into managed code.
4639
4640         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
4641
4642         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
4643         fields.
4644
4645         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
4646         culture, hash_alg and public_key. Fixes #49555.
4647
4648 2003-10-17  Martin Baulig  <martin@ximian.com>
4649
4650         * class.h (MonoGenericInst): Moved this declaration here and added
4651         `MonoMethod *generic_method'.
4652
4653         * icall.c
4654         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
4655         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
4656
4657         * metadata.c (mono_metadata_type_equal): Two types of
4658         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
4659         index; ie. don't compare the address of the `MonoGenericParam'
4660         structure.
4661         (mono_metadata_load_generic_params): Removed the `MonoMethod
4662         *method' argument.
4663
4664         * metadata.h (MonoGenericInst): Moved declaration to class.h.
4665         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
4666
4667         * reflection.c (method_encode_signature): Encode the number of
4668         generic parameters.
4669         (encode_generic_method_sig): New static function.
4670         (method_encode_methodspec): New static function; creates an entry
4671         in the MethodSpec table for a generic method.
4672         (mono_image_get_methodspec_token): New static function.
4673         (mono_image_create_token): Call mono_image_get_methodspec_token()
4674         for generic methods.
4675         (mono_reflection_bind_generic_method_parameters): New public
4676         function.  Instantiates a generic method.
4677
4678 2003-10-16  Martin Baulig  <martin@ximian.com>
4679
4680         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
4681         *gen_params' here from MonoMethodHeader.
4682
4683         * metadata.c (mono_metadata_parse_method_signature): If we have
4684         generic parameters, initialize `method->gen_params' and then set
4685         the correct `type->data.generic_param' in all the parameters.
4686
4687 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
4688
4689         * threads.c (mono_threads_get_default_stacksize): New function to 
4690         return the default stacksize.
4691
4692         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
4693         termination of the finalizer thread, since the previous method had
4694         race conditions. Fixes #49628.
4695
4696         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
4697         as for the other managed threads.
4698
4699 2003-10-16  Martin Baulig  <martin@ximian.com>
4700
4701         * class.c (inflate_generic_signature): Copy `generic_param_count'
4702         and `gen_params'.
4703
4704         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
4705         New interncall.
4706
4707         * metadata.c (mono_metadata_parse_method_signature): Actually set
4708         the `method->generic_param_count' here.
4709         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
4710
4711 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
4712
4713         * object.h: Add a new field to TypedRef to simplify the implementation
4714         of the REFANY opcodes in the JIT.
4715
4716         * icall.c: Make use of the new field.
4717
4718         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
4719         dynamically.
4720
4721 2003-10-15  Martin Baulig  <martin@ximian.com>
4722
4723         * class.c (mono_class_from_gen_param): Renamed to
4724         mono_class_from_generic_parameter() and moved most of the
4725         functionality from mono_reflection_define_generic_parameter()
4726         here; ie. we create a "real" class here.
4727         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
4728         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
4729         previously been called.
4730
4731         * class.h (MonoGenericParam): Moved the declaration of this struct
4732         here from metadata.h and added `MonoMethod *method'.
4733
4734         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
4735         interncall.
4736
4737         * loader.c (mono_get_method_from_token): If we have any generic
4738         parameters, call mono_metadata_load_generic_params() to read them
4739         from the MONO_TABLE_GENERICPAR.
4740
4741         * metadata.c (mono_metadata_load_generic_params): Added
4742         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
4743
4744         * metadata.h (MonoMethodSignature): Replaced
4745         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
4746         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
4747
4748         * reflection.c (mono_reflection_define_generic_parameter): Moved
4749         most of the functionality into the new
4750         mono_class_from_generic_parameter(); set the `method' field if
4751         we're a method parameter.       
4752
4753 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
4754
4755         * marshal.c (emit_struct_conv): if native size is 0
4756         emit no code.
4757
4758 2003-10-14  Martin Baulig  <martin@ximian.com>
4759
4760         * icall.c: The generics API has changed in the spec since it was
4761         added to System.Type; these modifications make it match the spec
4762         again.
4763         (ves_icall_Type_GetGenericParameters): Renamed to
4764         `ves_icall_Type_GetGenericArguments'.
4765         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
4766         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
4767         `ves_icall_MonoType_get_HasGenericArguments'.
4768         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
4769         `ves_icall_MonoType_get_IsGenericParameter'.
4770         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
4771         this is no interncall anymore.
4772         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
4773         `ves_icall_TypeBuilder_get_IsGenericParameter'.
4774
4775 2003-10-14  Martin Baulig  <martin@ximian.com>
4776
4777         * reflection.c (mono_reflection_bind_generic_parameters): Also
4778         inflate generic methods if we're reading the class from IL.
4779
4780 2003-10-13  Martin Baulig  <martin@ximian.com>
4781
4782         * reflection.c (mono_reflection_define_generic_parameter): This
4783         method isn't called directly from the icall anymore; take a
4784         `MonoReflectionAssemblyBuilder *' so we can use this for type and
4785         method generic parameters.
4786         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
4787         (method_builder_encode_signature): Encode generic parameters.
4788         (mono_image_get_method_info): Write generic params to the
4789         MONO_TABLE_GENERICPARAM table.
4790
4791         * reflection.h (MonoReflectionMethodBuilder): Added
4792         `MonoArray *generic_params'.
4793
4794         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
4795
4796         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
4797         wrapper for mono_reflection_define_generic_parameter().
4798         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
4799
4800 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
4801
4802         * marshal.h: Add missing function to fix build.
4803
4804         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
4805         the SetLastError pinvoke attribute.
4806
4807         * marshal.c (mono_marshal_set_last_error): New helper function called
4808         by the generated code.
4809         
4810         * marshal.c (mono_mb_emit_branch): New helper function.
4811
4812         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
4813
4814         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
4815         classes as parameters and return values of delegates. Fixes #29256. 
4816
4817 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
4818
4819         * locales.c: use gint32 in non HAVE_ICU case
4820
4821 2003-10-11  Martin Baulig  <martin@ximian.com>
4822
4823         * mono-debug.c (mono_debug_add_method): Added a workaround for
4824         bug #48591.
4825
4826 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
4827
4828         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
4829         delegates passed to native code must use the STDCALL calling 
4830         convention. Fixes #35987.
4831
4832 2003-10-10  Martin Baulig  <martin@ximian.com>
4833
4834         * class.c (inflate_generic_type): If we're inflating for a generic
4835         type instance (and not for a generic method), return
4836         MONO_TYPE_MVAR unchanged.
4837
4838 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4839
4840         * string-icalls.c: Join ignores null strings in the source array.
4841         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
4842         * threads.c: GetAvailableTheads is slightly more accurate.
4843
4844 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
4845
4846         * threads.h threads.c : add mono_threads_set_default_stacksize
4847         and pass default to CreateThread calls.
4848
4849 2003-10-09  Dick Porter  <dick@ximian.com>
4850
4851         * icall.c:
4852         * locales.h:
4853         * locales.c: Internal calls for constructing CultureInfo and
4854         related objects from libicu (if its available.)
4855
4856 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
4857
4858         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
4859
4860 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4861
4862         * threadpool.c: added an argument to async_invoke_thread that is the
4863         item to process, pass the MonoAsyncResult to the thread start function
4864         when creating a new thread. This way we don't need to acquire any lock
4865         when we're creating a new thread. Readded a semaphore for faster
4866         response times (instead of that Sleep i added).
4867
4868 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
4869
4870         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
4871         get daylight change dates better on Windows, fix handling
4872         of platforms without tm_gmtoff.
4873
4874 2003-10-06  Martin Baulig  <martin@ximian.com>
4875
4876         * class.c (inflate_generic_method): Renamed to
4877         mono_class_inflate_generic_method() and made public.
4878         (mono_class_init): Don't inflate the generic methods here.
4879         (mono_class_from_generic): Added `gboolean inflate_methods'
4880         argument.  Inflate the methods here.
4881
4882         * loader.c (mono_method_get_param_names): Ignore instances of
4883         generic types for the moment.
4884
4885         * reflection.c (fixup_method): Added support for inflated methods.
4886         (mono_image_create_token): Use mono_image_get_methodref_token()
4887         for inflated methods.
4888         (mono_custom_attrs_from_param): Ignore instances of generic types
4889         for the moment.
4890         (mono_reflection_bind_generic_parameters): New public function.
4891         Moved all the functionality from
4892         ves_icall_Type_BindGenericParameters() here and added support for
4893         dynamic types.
4894         (mono_reflection_define_generic_parameter): Initialize
4895         `klass->methods' here.
4896
4897         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
4898         functionality into mono_reflection_define_generic_parameter().
4899         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
4900         TypeBuilder, return that TypeBuilder.
4901
4902 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4903
4904         * appdomain.c: removed mono_delegate_semaphore.
4905
4906         * threadpool.c:
4907         (mono_thread_pool_add): moved hash table creation inside and the thread 
4908         creation outside of the critical region.
4909         (mono_thread_pool_finish): removed obsolete code.
4910         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
4911         continue or exit the thread depending on the queue.
4912
4913 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
4914
4915         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
4916         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
4917         handle more bool marshalling options
4918
4919 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
4920
4921         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
4922         arrays of structs. Also add a more descriptive error message when
4923         a structure member is marshalled as LPArray.
4924
4925 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
4926
4927         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4928         marshalling arrays of complex types. Fixes #29098. Also remove an
4929         usused and incomplete function.
4930
4931 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
4932
4933         * gc.c: report heap_size - free_bytes as total memory allocated
4934         (bug#49362).
4935
4936 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
4937
4938         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
4939         fix timezone handling problems on Windows.
4940         
4941         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
4942         asserts when the year is outside the range handled by ms the functions.
4943
4944         * class.c (setup_interface_offsets): If the class is an interface,
4945         fill out its interface_offsets slot.
4946
4947 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4948
4949         * threadpool.c: mark threadpool threads as background.
4950
4951 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
4952
4953         * decimal.c - define DECINLINE to nothing if not using GCC
4954
4955 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
4956
4957         * assembly.c: More refcount fixes.
4958
4959 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4960
4961         * string-icalls.c: if we're not trimming, return the same string.
4962         When not splitting, don't create a new string.
4963
4964 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4965
4966         * image.c:
4967         (mono_image_open): increment the ref_count inside the critical section.
4968
4969 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
4970
4971         * image.c (mono_image_open): Fix reference counting bug.
4972
4973 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
4974
4975         * marshal.c (mono_marshal_type_size) struct alignment changed for 
4976         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
4977         64bits. Avoid leak in mono_marshal_get_native_wrapper when
4978         mono_lookup_pinvoke_call throws.        
4979
4980 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
4981
4982         * reflection.c (mono_reflection_parse_type): Fix #49114.
4983
4984         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
4985         temporary workaround for cygwin header problem.
4986
4987         * object.c (mono_object_isinst): Synchronize this with the code
4988         generated by the JIT for casts.
4989
4990 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
4991
4992         * reflection.c (encode_type): Fix #38332.
4993
4994 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
4995
4996         * marshal.c (mono_marshal_method_from_wrapper): New function to return
4997         the original method from the wrapper method.
4998
4999 2003-09-25  Martin Baulig  <martin@ximian.com>
5000
5001         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
5002         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
5003         (ves_icall_Type_get_IsGenericInstance): New interncall.
5004
5005 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
5006
5007         * object.c: fix cast warning in big endian code.
5008
5009 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
5010
5011         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
5012         
5013 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5014
5015         * assembly.c: don't call check_env from mono_assembly_load. It's
5016         already done once in mono_assemblies_init and may cause headaches when
5017         multiple threads are loading assemblies.
5018
5019 2003-09-19  Martin Baulig  <martin@ximian.com>
5020
5021         * reflection.c (mono_reflection_define_generic_parameter): Don't
5022         allocate `klass->methods', set `klass->flags' to
5023         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
5024
5025 2003-09-18  Martin Baulig  <martin@ximian.com>
5026
5027         * class.c (mono_class_init): Don't create `class->methods' if it's
5028         already initialized.
5029
5030         * metadata.c (mono_metadata_load_generic_params): Make this
5031         actually work.
5032
5033         * reflection.c (mono_reflection_define_generic_parameter): Set
5034         parent class and interfaces from the constraints.
5035
5036         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
5037         to keep this struct in sync with the declaration in TypeBuilder.cs.
5038
5039 2003-09-17  Martin Baulig  <martin@ximian.com>
5040
5041         * metadata.h (MonoType): Replaced the data's `int type_param'
5042         field with `MonoGenericParam *generic_param'.
5043         (MonoGenericParam): Added `MonoClass *klass'.
5044
5045         * class.c (mono_class_from_gen_param): Removed the
5046         `MonoImage *image' and `int type_num' arguments.
5047
5048         * metadata.c (mono_metadata_parse_generic_param): New static
5049         method; creates a MonoGenericParam which just contains the index.
5050         (do_mono_metadata_parse_type): Call
5051         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
5052         MONO_TYPE_MVAR.
5053
5054         * reflection.c (mono_image_typedef_or_ref): Generic type
5055         parameters may be in the same assembly, but never use a typedef
5056         for them.
5057         (mono_reflection_define_generic_parameter): We're now creating a
5058         "real" class for the type parameter; it's now safe to call
5059         mono_class_from_mono_type() on the class'es type, it'll do the
5060         right thing.
5061
5062 2003-09-16  Martin Baulig  <martin@ximian.com>
5063
5064         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
5065         `symfile->range_entry_size' and `symfile->class_entry_size' here;
5066         the `symfile' data structure must be fully initialized before it
5067         gets added to the table.
5068
5069 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
5070
5071         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
5072
5073         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
5074         class init trampolines.
5075
5076 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
5077
5078         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
5079         to the built-in profiler to turn off time and allocation profiling
5080         respectively.
5081
5082 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
5083
5084         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
5085         g_direct_equal.
5086
5087         * debug-helpers.c (mono_method_full_name): Print the wrapper type
5088         in human readable form.
5089
5090 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
5091
5092         * reflection.c icall.c: Fixed warnings.
5093
5094         * image.c (load_class_names): Use a temporary hash table to hold the
5095         namespaces in order to avoid doing many string comparisons.
5096
5097         * image.h: Fix typo.
5098
5099         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
5100         Pass NULL instead of g_direct_equal to the GHashTable constructor 
5101         since the NULL case is short-circuited inside g_hash_table_lookup, 
5102         leading to better performance.  
5103
5104         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
5105         obtain the first custom attribute for a given index. Depends on the
5106         CustomAttribute table being sorted by the parent field.
5107
5108         * reflection.c (mono_custom_attrs_from_index): Use the new function 
5109         for better performance.
5110
5111 2003-09-07  Martin Baulig  <martin@ximian.com>
5112
5113         * class.c (mono_class_init): If we're a generic instance, inflate
5114         all our methods instead of loading them from the image.
5115         (mono_class_from_generic): Set `class->methods = gklass->methods'.
5116
5117 2003-09-07  Martin Baulig  <martin@ximian.com>
5118
5119         * mono-debug-debugger.c: Added support for constructors.
5120
5121 2003-09-06  Martin Baulig  <martin@ximian.com>
5122
5123         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
5124         New interncall.
5125
5126         * reflection.c (mono_reflection_setup_generic_class): Call
5127         ensure_runtime_vtable() to create the vtable.
5128
5129 2003-09-05  Martin Baulig  <martin@ximian.com>
5130
5131         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
5132         MONO_TYPE_MVAR.
5133
5134 2003-09-04  Martin Baulig  <martin@ximian.com>
5135
5136         * reflection.c (mono_reflection_define_generic_parameter): Generic
5137         parameters start with zero.
5138
5139 2003-09-04  Martin Baulig  <martin@ximian.com>
5140
5141         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5142
5143         * reflection.h (MonoReflectionGenericParam): New typedef.
5144         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
5145         the generic parameters from the managed TypeBuilder.
5146
5147         * reflection.c (mono_reflection_define_generic_parameter): New function.
5148         (mono_reflection_create_runtime_class): Encode generic parameters.
5149         (mono_reflection_setup_generic_class): New function; this is
5150         called after adding adding all generic params to the TypeBuilder.
5151         (encode_type): Added MONO_TYPE_VAR.
5152
5153 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
5154
5155         * class.h class.c (mono_class_needs_cctor_run): Moved this method
5156         here from the JIT.
5157
5158         * assembly.h assembly.c: Moved the AOT loading code into an assembly
5159         load hook.
5160
5161 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
5162
5163         * reflection.h reflection.c class.h class.c: Delete duplicate 
5164         definition of mono_type_get_name () from reflection.c and export the
5165         one in class.c.
5166
5167         * class.c: Class loading fixes from Bernie Solomon 
5168         (bernard@ugsolutions.com).
5169
5170         * reflection.c: Endianness fixes from Bernie Solomon 
5171         (bernard@ugsolutions.com).
5172         
5173 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
5174
5175         * assembly.h assembly.c: Define a file format version for AOT
5176         libraries.
5177         
5178         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
5179
5180         * appdomain.h (MonoJitInfo): New field to determine whenever the
5181         code is domain neutral.
5182         
5183 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
5184
5185         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
5186
5187 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
5188
5189         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
5190         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
5191         Avoid caching the result since strings must be domain specific. Fixes
5192         #48050.
5193
5194 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
5195
5196         * marshal.c (mono_marshal_init): Make this callable multiple times
5197         since it is hard to find a correct place to call it.
5198
5199         * object.c (mono_runtime_class_init): Execute static constructors in
5200         the correct appdomain.
5201
5202         * image.c (build_guid_table): Handle the case when multiple images have
5203         the same GUID.
5204
5205 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5206
5207         * icall.c: added a couple of icalls for System.Web.
5208
5209 2003-08-28  Martin Baulig  <martin@ximian.com>
5210
5211         * icall.c (ves_icall_Type_BindGenericParameters): Use
5212         `klass->generic_inst' instead of `&klass->byval_arg' in the
5213         mono_type_get_object() call.  The returned type must be
5214         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
5215
5216 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
5217
5218         * NOTES: New file.
5219
5220         * object.c (mono_class_proxy_vtable): Make it thread safe.
5221
5222         * pedump.c: Fix warning.
5223
5224         * object.c appdomain.h: Get rid of metadata_section. 
5225         It is no longer needed and it was causing deadlocks with domain->lock.
5226
5227         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
5228
5229 2003-08-26  Martin Baulig  <martin@ximian.com>
5230
5231         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
5232
5233 2003-08-26  Martin Baulig  <martin@ximian.com>
5234
5235         * pedump.c (main): Call mono_metadata_init(),
5236         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
5237         and mono_loader_init().
5238
5239 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
5240
5241         * loader.h: Add missing include to fix build.
5242
5243         * image.h: mono_image_load_references is no more.
5244
5245         * assembly.c: Reworked assembly loading to make it really thread safe.
5246         After these changes, the assembly returned by mono_assembly_open is
5247         fully initialized, i.e. all its references assemblies are loaded.
5248
5249         * assembly.c (mono_image_load_references): Renamed to 
5250         mono_assembly_load_references, and made private, since clients no
5251         longer need to call it.
5252
5253         * class.c: Removed calls to mono_assembly_load_references, since it was
5254         a source of deadlocks.
5255
5256         * loader.h loader.c class.h class.c: Protect data structures using a 
5257         new lock, the loader lock.
5258
5259         * class.c (mono_class_setup_vtable): Create temporary hash tables and
5260         GPtrArrays only when needed.
5261
5262         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
5263         into empty structures by mcs. Fixes pinvoke7.cs.
5264         
5265         * domain.c (mono_init): Call a new initialization function.
5266
5267         * appdomain.c (mono_runtime_init): Call the new initializer function
5268         of the marshal module.
5269
5270         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
5271         inserted into empty structures by mcs. Fixes pinvoke7.cs.
5272
5273         * marshal.h marshal.c: Added locks around the wrapper caches to make
5274         this module thread safe.
5275
5276         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
5277         this argument. Fixes pinvoke1.exe.
5278
5279 2003-08-25  Lluis Sanchez <lluis@ximian.com>
5280
5281         * object.h: Added call_type field to MonoMethodMessage and the corresponding
5282         enumeration of values. Removed fields to store remote call output values in
5283         MonoAsyncResult. Not needed any more.
5284         * object.c: Initialize call_type and async_result fields in mono_message_init.
5285         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
5286         dispatching the message.
5287         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
5288         async call to finish. To do it use a message with EndInvoke call type.
5289
5290 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
5291
5292         * loader.h loader.c (mono_method_hash_marhal_info): New function which
5293         determines whenever a method has marshalling info.
5294
5295 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5296
5297         * assembly.c: fix the build on windows.
5298
5299 2003-08-22 Lluis Sanchez <lluis@ximian.com>
5300
5301         * object.cs: Fixed bug #47785.
5302
5303 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
5304
5305         * string-icalls.c (StringReplace): If their are no occurances of
5306         the old string found return a reference to the supplied
5307         string. This saves some memory and matches MS behavoir.
5308         
5309 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5310
5311         * socket-io.c: fixed compilation for systems that define AF_INET6
5312         and don't define SOL_IP/SOL_IPV6.
5313
5314 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
5315
5316         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
5317         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
5318
5319         * rawbuffer.c rawbuffer.h: Make this module thread safe.
5320
5321         * domain.c: Make this module thread safe.
5322
5323         * domain.c (mono_init): Call new initialization function.
5324
5325         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
5326         reference types too. Fixes #38812.
5327
5328         * image.c (mono_image_init): Fixed warnings.
5329
5330         * class.c (mono_class_from_typeref): Handle assembly load failure
5331         correctly.
5332
5333         * appdomain.c (add_assemblies_to_domain): Handle the case when
5334         the references of an assembly are not yet loaded.
5335
5336         * metadata.c image.c assembly.c: Moved initialization of global
5337         variables to a separate function called at startup since lazy 
5338         initialization of these variables is not thread safe.
5339         
5340         * image.c assembly.c: Made this module thread safe by adding locks in 
5341         the appropriate places.
5342
5343         * domain.c (mono_init): Call the new initialization functions of the
5344         three modules.
5345
5346 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
5347
5348         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
5349           make a direct call. It is proxy's work to make the call asynchronous.
5350           mono_delegate_end_invoke(): If the targe is a proxy, just collect
5351           the return values.
5352         * object.cs: mono_method_call_message_new(): read AsyncResult and
5353           state object from parameters list, if this info is requested.
5354         * object.h: Added fields to store remote call output values in
5355           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
5356
5357 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5358
5359         * object.h: add needed fields to MonoThread.
5360         * threads.c, threads.h: allow registering a function to cleanup data
5361         allocated per thread by the JIT.
5362
5363 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5364
5365         * loader.h: portability fix by Bernie Solomon
5366         * <bernard@ugsolutions.com>.
5367
5368 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
5369
5370         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
5371         return a MonoArray. This simplifies the code and also ensures that
5372         the cache allways contains an object reference as a value.
5373
5374         * icall.c (ves_icall_get_parameter_info): Simplified using the new
5375         function.
5376
5377 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5378
5379         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
5380         fixes a problem with byte ordering when getting the address family for
5381         a socket.
5382
5383 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
5384
5385         * .cvsignore: Added monosn.
5386
5387         * reflection.h reflection.c loader.c: Added support for parameter
5388         marshalling to dynamically created types. Fixes #47295.
5389
5390 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
5391
5392         * rand.c: remove useless warnings.
5393
5394 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
5395
5396         * class.c: implemented ldtoken for methods and fieldrefs.
5397
5398 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5399
5400         * threadpool.c: when mono_async_invoke was called, no one took care of
5401         monitoring the queue. So if the method invoked took some time and we
5402         got new async invoke requests after 500 ms (the thread created waited
5403         that long in WaitForSingleObject), the new async invoke was not called
5404         until the previous one finished.
5405
5406         This is fixed now. Thanks to Totte for helping with it.
5407
5408 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5409
5410         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
5411
5412 2003-08-11  Martin Baulig  <martin@ximian.com>
5413
5414         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
5415
5416 2003-08-06  Martin Baulig  <martin@ximian.com>
5417
5418         * mono-debug-debugger.c: Added support for static fields,
5419         properties and methods.
5420
5421 2003-08-06  Martin Baulig  <martin@ximian.com>
5422
5423         * mono-debug-debugger.c: Don't store the MonoString's vtable to
5424         make this work for applications with multiple application domains.
5425
5426 2003-08-04  Martin Baulig  <martin@ximian.com>
5427
5428         * mono-debug-debugger.c: Completely reworked the type support; the
5429         most important thing is that we're now just using one single
5430         `MonoType' instance per type.
5431
5432 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
5433
5434         * mono-endian.h, mono-endian.c, icall.c: Added icall
5435         ves_icall_System_Double_AssertEndianity to assert double word endianity
5436         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
5437
5438 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5439
5440         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
5441         support, icalls and fixes.
5442
5443 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
5444
5445         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
5446         classes that are a punctuation character in .NET is not the same a
5447         g_unichar_ispunct.
5448
5449 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5450
5451         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
5452
5453 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
5454
5455         * icall.c: Add new MemCopy internalcall.
5456         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
5457         Simplified code; It is not necessary to handle all the cases here,
5458         as the C# code takes care of it.  Only handle the case of the name
5459         resource embedded into the assembly.
5460
5461         Changed signature to return the data pointer and the size of the
5462         data. 
5463
5464 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
5465
5466         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
5467         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
5468
5469 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5470
5471         * socket-io.c: ignore EINTR error in select.
5472
5473 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
5474
5475         * class.h, class.c: removed unused subclasses field in MonoClass.
5476
5477 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5478
5479         * icall.c: improve fix of get_base_definition(). If the parent class
5480           doesn't have the mehod, look at the parent of the parent.
5481         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
5482           to check if a parameter is an in or out parameter
5483           (PARAM_ATTRIBUTE_IN is not set by default).
5484           mono_method_return_message_restore(): Use mono_class_value_size to
5485           get the size of a value type. mono_type_stack_size (parameterType)
5486           does not return the correct value if parameterType is byRef.
5487           mono_load_remote_field(), mono_load_remote_field_new(),
5488           mono_store_remote_field(), mono_store_remote_field_new():
5489           raise exception if the remote call returns an exception.
5490
5491 2003-07-28  Martin Baulig  <martin@ximian.com>
5492
5493         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
5494         method.  This is a wrapper around mono_runtime_invoke() which
5495         boxes the instance object if neccessary.
5496
5497 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5498
5499         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
5500         metadata.h, row-indexes.h, verify.c: first cut of generics support.
5501
5502 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5503
5504         * icall.c: disable mcs bug workaround.
5505
5506 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
5507
5508         * object.c (mono_runtime_class_init): Take the metadata_section
5509         mutex before obtaining the domain mutex.
5510
5511         * appdomain.h: Added definition of metadata_section mutex here. 
5512
5513         * object.c: define metadata_mutex here.
5514
5515 2003-07-24  Ravi Pratap  <ravi@ximian.com>
5516
5517         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
5518         fixed.
5519
5520 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
5521
5522         * reflection.c: Fix bug #46669
5523
5524 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5525
5526         * exception.c:
5527         * exception.h:
5528         * icall.c:
5529         * object.h: fill in the type name for TypeLoadException.
5530
5531 2003-07-23  Ravi Pratap  <ravi@ximian.com>
5532
5533         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
5534         relationship between TypeBuilders while compiling corlib) and bug
5535         45993 (Array types returned from the runtime while compiling
5536         corlib were from the loaded corlib).
5537
5538 2003-07-22  Martin Baulig  <martin@ximian.com>
5539
5540         * mono-debug-debugger.c: Reworked the type support a bit more;
5541         distinguish between types and classes.
5542
5543 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
5544
5545         * icall.c: add IsArrayImpl icall.
5546
5547 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
5548
5549         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
5550         initializing real_size only once. Also fix bug #46602.
5551
5552 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
5553
5554         * object.c: Renamed mono_metadata_section to metadata_section.
5555
5556 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
5557
5558         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
5559           empty array if the type is an array. Fixed.
5560           ves_icall_MonoMethod_get_base_definition: if the base method
5561           is abstract, get the MethodInfo from the list of methods of
5562           the class.
5563         * reflection.c: ParameterInfo.PositionImpl should be zero-based
5564           and it was 1-based. Fixed in mono_param_get_objects.
5565
5566 2003-07-20  Martin Baulig  <martin@ximian.com>
5567
5568         * mono-debug.h: Set version number to 31.
5569         (mono_debug_init): Added `MonoDomain *' argument.
5570
5571         * mono-debug-debugger.c: Reworked the type support; explicitly
5572         tell the debugger about builtin types; pass the `klass' address to
5573         the debugger.
5574
5575 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
5576
5577         * image.c: Allow new metadata tables to be loaded without a
5578         warning. Also update the warning message to give the new constant value.
5579                 
5580 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
5581
5582         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
5583         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
5584         array type representation changes.
5585
5586 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
5587
5588         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
5589         on Environment.Exit () call.
5590
5591 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
5592
5593         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
5594         requires a matching corlib.
5595
5596 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
5597
5598         * Changelog: My editor decided to add a CR to each line. Sorry about that.
5599           Committed again without the CRs.
5600         
5601 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
5602
5603         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
5604           getting it from the "this" socket instance. Did not work
5605           if the socket is a subclass of Socket.
5606           Also fixed bug #35371.
5607
5608 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
5609
5610         * metadata.c: fixed size for TypedByRef.
5611         * loader.c: when searching for a method, consider the vararg amrker.
5612         * unicode.c, decimal.c: constify some arrays.
5613
5614 2003-07-15  Dick Porter  <dick@ximian.com>
5615
5616         * socket-io.c: Fixed compilation for gcc < 3.2.
5617
5618         Fixed compilation for machines that don't have AF_INET6 (thanks to
5619         Bernie Solomon <bernard@ugsolutions.com> for that part.)
5620
5621         Fixed compile warnings.
5622         
5623         Fixed formatting and line endings.
5624
5625 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
5626
5627         * socket-io.h:
5628         * socket-io.c: Added IPv6 support.
5629
5630 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
5631
5632         * class.c (mono_class_is_assignable_from): New function to implement
5633         the is_assignable_from logic. Used by mono_object_isinst, 
5634         Type::IsAssignableFrom () and the interpreter.
5635
5636         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
5637         Object, even interfaces.
5638         
5639         * object.c (mono_object_isinst): Implement in terms of 
5640         is_assignable_from.
5641
5642         * icall.c (ves_icall_type_is_assignable_from): New icall.
5643
5644 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
5645
5646         * domain.c (foreach_domain): fix compiler warning.
5647
5648 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
5649
5650         * image.c (load_metadata_ptrs): use g_strndup because strndup is
5651         not available on all plattforms
5652
5653 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
5654
5655         * image.h image.c: Store the metadata version string in MonoImage.
5656         * icall.c: New icall to retrieve the image version.
5657         * reflection.c (create_dynamic_image): Fill in the image version field
5658         * reflection.c (build_compressed_metadata): Use the image version
5659         from the image structure.
5660
5661 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5662
5663         * appdomain.c: modified comment.
5664         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
5665         That will be its last iteration when mono_gc_cleanup is called from
5666         mono_runtime_cleanup and before the domain is unloaded.
5667
5668         Fixes bug #45962.
5669
5670 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
5671
5672         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
5673         attributes.
5674
5675 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5676
5677         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
5678         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
5679         Bernie Solomon <bernard@ugsolutions.com>.
5680
5681 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
5682
5683         * object.c, object.h: provide mono_object_new_fast() for faster
5684         allocation in some special cases.
5685
5686 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
5687
5688         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
5689         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
5690
5691 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
5692
5693         * threadpool.c: fix leaks.
5694
5695 2003-07-01  Dick Porter  <dick@ximian.com>
5696
5697         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
5698         using MonoGHashTables.  Fixes threadpool bug posted to list.
5699
5700 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
5701
5702         * image.h, image.c: added support to load an assembly from a byte array.
5703         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
5704         assembly bundle support.
5705
5706 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
5707
5708         * threadpool.c (mono_thread_pool_add): keep a reference to the
5709         AsyncResult to prevent GC
5710
5711 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
5712
5713         * class.c: leak fix.
5714
5715 2003-06-25  Dick Porter  <dick@ximian.com>
5716
5717         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
5718         for the async object, the WaitHandle object will close the handle.
5719         Fixes bug 45321.
5720
5721 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
5722
5723         * class.c: in mono_array_class_get (), lookup from the hash with the
5724         same type we insert: this works around a bug in
5725         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
5726         lluis. The real fix will have to wait for after the release.
5727
5728 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
5729
5730         * icall.c: fix memory leak when getting type members.
5731
5732 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
5733
5734         * reflection.c: added more pubtoken special cases.
5735
5736 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
5737
5738         * class.c: handle field offset correctly when class size
5739         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
5740
5741 2003-06-20  Martin Baulig  <martin@ximian.com>
5742
5743         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
5744         *image' field.
5745
5746 2003-06-20  Martin Baulig  <martin@ximian.com>
5747
5748         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
5749
5750 2003-06-20  Martin Baulig  <martin@ximian.com>
5751
5752         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
5753         just distinguish between variables in registers and variables at
5754         an offset relative to a register.
5755
5756 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5757
5758         * icall.c: #ifdef out latest changes until mcs is fixed.
5759
5760 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5761
5762         * icall.c: return members in metadata order.
5763
5764 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
5765
5766         * icall.c: avoid infinite loop in GetTimeZoneData.
5767
5768 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
5769
5770         * icall.c: added Marshal.Prelink/All icalls.
5771
5772 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
5773
5774         * object.c, object.h: fix warnings and do some overflow checking
5775         when creating arrays.
5776
5777 2003-06-17  Dick Porter  <dick@ximian.com>
5778
5779         * file-io.h:
5780         * file-io.c: File attributes need to be tweaked slightly when
5781         passed from the managed to the w32 world.
5782
5783 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
5784         * profiler.h profiler-private.h profiler.c: Rework last patch
5785         based on suggestion by Paolo.
5786         
5787 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
5788
5789         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
5790         instruction level coverage data collection.
5791         * profiler.h profiler.c (: Added new callback function which can be
5792         used by the profiler to limit which functions should have coverage
5793         instrumentation.
5794         * profiler.c (mono_profiler_load): Call g_module_build_path to
5795         generate the file name of the profiler library.
5796
5797 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5798
5799         * profiler.c, profiler.h, profiler-private.h: added basic block 
5800         coverage profiling API.
5801
5802 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
5803
5804         * reflection.c (mono_reflection_create_runtime_class): Add support
5805         for events in dynamically generated code.
5806
5807         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
5808         not allocated.
5809
5810 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
5811
5812         * icall.c: when getting timezone info, return reasonable values if we
5813         can't get the actual data.
5814
5815 2003-06-14  Dick Porter  <dick@ximian.com>
5816
5817         * threads.c (start_wrapper): Remove the reference to the thread
5818         object in the TLS data, so the thread object can be finalized.
5819         This won't be reached if the thread threw an uncaught exception,
5820         so those thread handles will stay referenced :-( (This is due to
5821         missing support for scanning thread-specific data in the Boehm GC
5822         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
5823
5824 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
5825
5826         * reflection.c: ensure streams and tables are first allocated with
5827         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
5828
5829 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5830
5831         * icall.c: fixed GetElementType for byrefs (bug# 44792).
5832
5833 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
5834
5835         * reflection.c (mono_reflection_create_runtime_class): Add support for
5836         properties to dynamically created classes.
5837         * reflection.c: Fix a few places where non-MonoObjects were inserted
5838         into the tokens hashtable.
5839
5840 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
5841
5842         * object.c: some support to handle out of memory exceptions.
5843
5844 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
5845
5846         * marshal.c (mono_marshal_get_native_wrapper): support reference
5847         return types
5848
5849 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
5850
5851         * object.h, object.c: more portability stuff from Bernie Solomon.
5852         Unexport mono_object_allocate(). Added mono_object_unbox ().
5853         Set exitcode when an unhandled exception is thrown.
5854
5855 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
5856
5857         * marshal.c (mono_marshal_get_native_wrapper): use custom
5858         marshaler for return types.
5859
5860 2003-06-10  Dick Porter  <dick@ximian.com>
5861
5862         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
5863         ip_mreq is available
5864
5865 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
5866
5867         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
5868         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
5869         by Bernie Solomon <bernard@ugsolutions.com>.
5870
5871 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
5872
5873         * gc.c (mono_gc_init): Avoid error message on shutdown when
5874         GC_DONT_GC=1 is used.
5875
5876         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
5877         New icall to return the GUID of a module.
5878
5879 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
5880
5881         * class.c: ensure instance size always includes the parent's size
5882         even whem class size is set explicitly (fixes bug#44294).
5883
5884 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
5885
5886         * profiler.h, profiler.c: made the simple profiler thread-safe,
5887         get more accurate timing info. Allow the loading of an
5888         externally-developed profiler module.
5889
5890 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
5891
5892         * marshal.c (mono_marshal_get_native_wrapper): improved
5893         class/byref arguments.
5894         (mono_marshal_get_native_wrapper): better string marshaling support.
5895
5896 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
5897
5898         * class.c: ensure .pack and .size are handled correctly and
5899         simplified layout of static fields.
5900
5901 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
5902
5903         * appdomain.c
5904         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
5905
5906         * loader.c (mono_lookup_pinvoke_call): look for modules in the
5907         current directory (fix bug 44008)
5908
5909 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
5910
5911         * marshal.c (mono_marshal_get_native_wrapper): started support for
5912         custom marshalers.
5913         (mono_delegate_to_ftnptr): consider marshalling specifications
5914
5915 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
5916
5917         * reflection.c, reflection.h: emit custom marshal info.
5918
5919 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5920
5921         * object.c: free the GError.
5922         * icall.c: added CloseEvent_internal.
5923         * threads.[ch]:
5924         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
5925         call.
5926
5927 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
5928
5929         * loader.c (mono_method_get_signature): Add support for dynamic
5930         assemblies.
5931
5932 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
5933
5934         * reflection.c: fixed bug #43905.
5935
5936 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
5937
5938         * class.c, domain.c, icall.c, metadata.h, object.h: support for
5939         handling TypedReference and ArgIterator.
5940         * loader.c, loader.h: added function to get signature at call site.
5941
5942 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
5943
5944         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
5945         data readonly. Buglets and warning fixes. Some MethodSpec support.
5946
5947 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
5948
5949         * class.h, class.c, object.c: remove relative numbering support.
5950
5951 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
5952
5953         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
5954         free the string, until we get a chance to fix Gtk#
5955
5956 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5957
5958         * marshal.c: revert last patch.
5959
5960 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
5961
5962         * icall.c: updates for new mono_class_vtable() not calling
5963         the type constructor anymore.
5964
5965 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
5966
5967         * object.h, object.c: separate vtable creation from type
5968         initialization. Make running the .cctor thread safe.
5969
5970 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
5971
5972         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
5973
5974 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
5975
5976         * loader.c (mono_get_method): consider calling convention
5977
5978 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
5979
5980         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
5981         to return the invisible global type for a module.
5982
5983         * reflection.c (mono_image_build_metadata): Emit global fields too.
5984
5985 2003-05-20  Peter Williams  <peterw@ximian.com>
5986
5987         * loader.c (mono_lookup_internal_call): Add a few newlines.
5988
5989 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
5990
5991         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
5992         literal strings.
5993
5994         * appdomain.c (set_domain_search_path): Recalculate search path when
5995         AppDomainSetup.PrivateBinPath changes.
5996
5997         * object.c (mono_class_compute_gc_descriptor): It turns out some
5998         parts of the class libs (like System.Thread) holds pointers to
5999         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
6000         to treat native int a pointer type here.
6001         
6002 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
6003
6004         * appdomain.h, domain.c: add hashtable for jump target resolution.
6005
6006 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
6007
6008         * reflection.h reflection.c icall.c: Added new icalls 
6009         GetManifestResourceInfoInternal, GetModulesInternal and support
6010         infrastructure.
6011
6012 2003-05-16  Dick Porter  <dick@ximian.com>
6013
6014         * icall.c:
6015         * file-io.h:
6016         * file-io.c: Implement System.IO.MonoIO::GetTempPath
6017
6018 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
6019
6020         * object.c: mono_store_remote_field: little fix to previous patch.
6021
6022 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6023
6024         * class.c: add constructors to array classes.
6025         * icall.c: special case array construction for InternalInvoke (),
6026
6027 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
6028
6029         * class.h class.c reflection.c object.c: Added support for field
6030         defaults in dynamically generated classes.
6031
6032 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
6033
6034         * reflection.c: properly encode charset for ddlimport.
6035
6036 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
6037
6038         * threads.c: allow compiling without GC.
6039
6040 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
6041
6042         * appdomain.h, object.c, object.h, threads.c, threads.h: added
6043         handling of thread static data.
6044
6045 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6046
6047         * reflection.h, reflection.c: added mono_custom_attrs_free ().
6048
6049 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
6050
6051         * class.c (mono_array_class_get): always set the serializable flags
6052         (mono_array_class_get): always set the SEALED attribute for array types
6053
6054 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
6055
6056         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
6057         attributes (fix for bug 42021).
6058
6059 2003-05-12  Dick Porter  <dick@ximian.com>
6060
6061         * gc.c: Don't run finalizers when the finalizer thread is
6062         finishing up, because the default domain has already been
6063         destroyed.
6064
6065 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
6066
6067         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
6068         value is null, we should throw an exception.   This is slightly
6069         different than the other conventions used for the constructor.
6070
6071 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6072
6073         * socket-io.c: fixed windows build.
6074
6075 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6076
6077         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
6078
6079 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
6080
6081         * object.c (mono_string_new_wrapper): Compatibility fix for MS
6082         compilers.
6083
6084 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
6085
6086         * class.c (mono_class_layout_fields): Add experimental GC aware
6087         auto layout facility. Requires class library changes to work correctly.
6088
6089         (mono_class_setup_vtable): Avoid overriding explicit interface
6090         method implementations. Fixes iface3.exe test.
6091
6092         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
6093         object reference.
6094         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
6095         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
6096
6097         * metadata.h: Add new type classification macro which determines
6098         whenever the type holds an object reference.
6099
6100 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
6101
6102         * marshal.c (mono_marshal_get_native_wrapper): cleanups
6103
6104 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
6105
6106         * gc.c (finalizer_thread): Work around a GC bug.
6107
6108 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
6109
6110         * marshal.c (emit_struct_conv): allow unions
6111
6112         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
6113
6114 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
6115
6116         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
6117
6118 2003-05-06  Martin Baulig  <martin@ximian.com>
6119
6120         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
6121
6122 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6123
6124         * socket-io.c:
6125         (Select_internal): allow NULLs, don't create arrays if not needed.
6126         Coupled with Socket.cs changes.
6127
6128         * threadpool.c:
6129         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
6130         register a finalizer for it that will close the semaphore handle. This
6131         fixes the leak and make Lupus' test run with > 4080 loops.
6132
6133 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
6134
6135         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
6136         Jerome Laban (bug #42287)
6137
6138 2003-05-02  Martin Baulig  <martin@ximian.com>
6139
6140         * debug-mono-symfile.h
6141         (MonoSymbolFile): Moved declaration into mono-debug.h.
6142         (MonoDebugMethodJitInfo): Likewise.
6143         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
6144         argument.
6145         (_mono_debug_address_from_il_offset): Take a
6146         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
6147
6148         * mono-debug.h
6149         (MonoDebugDomainData): New struct.
6150         (mono_debug_get_domain_data): New function.
6151         (mono_debug_add_method): Take an additional `MonoDomain *'
6152         argument.
6153         (mono_debug_source_location_from_address): Likewise.
6154         (mono_debug_il_offset_from_address): Likewise.
6155         (mono_debug_address_from_il_offset): Likewise.
6156
6157 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
6158
6159         * reflection.c: one more check for null type in custom attrs.
6160
6161 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6162
6163         * reflection.c: avoid warning (comparison is always false due to limited
6164         range of data type).
6165
6166 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6167
6168         * icall.c: throw an exception in Type.GetField if the argument 'name'
6169         is NULL.
6170
6171 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
6172
6173         * reflection.c: fixed handling of enums in named arguments to custom
6174         attributes (bug #42123).
6175
6176 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
6177
6178         * reflection.c: use the right array element type and handle
6179         a null for a Type argument, too.
6180
6181 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
6182
6183         * reflection.c: handle arrays as arguments to custom attributes.
6184
6185 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
6186
6187         * reflection.c: handle a string value in a custom attr
6188         ctor that takes an object.
6189
6190 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
6191
6192         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
6193         (fix bug #42063)
6194
6195 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
6196
6197         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
6198
6199 2003-04-27  Martin Baulig  <martin@ximian.com>
6200
6201         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
6202         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
6203         MONO_DEBUGGER_EVENT_BREAKPOINT.
6204         (mono_breakpoint_trampoline_code): Removed.
6205         (mono_debugger_event_handler): The last argument is now a
6206         `guint32'.
6207         (mono_debugger_insert_breakpoint_full): Removed the
6208         `use_trampoline' argument.
6209         (mono_debugger_method_has_breakpoint): Likewise.
6210         (mono_debugger_trampoline_breakpoint_callback): Renamed to
6211         mono_debugger_breakpoint_callback(); take the method and
6212         breakpoint number as arguments.
6213
6214 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
6215
6216         * metadata.c: fix off by one when loading parameters attributes.
6217
6218 2003-04-24  Martin Baulig  <martin@ximian.com>
6219
6220         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
6221
6222 2003-04-24  Martin Baulig  <martin@ximian.com>
6223
6224         * mono-debug-debugger.c: Moved all code which interacts with the
6225         Mono Debugger here.
6226
6227         * debug-mono-symfile.c: This code now just deals with the symbol
6228         file itself, the debugger code is now in mono-debug-debugger.c.
6229
6230 2003-04-23  Martin Baulig  <martin@ximian.com>
6231
6232         * mono-debug.c (mono_debug_source_location_from_il_offset):
6233         New method; like mono_debug_source_location_from_address(), but
6234         takes an IL offset instead of a machine address.
6235
6236 2003-04-23  Martin Baulig  <martin@ximian.com>
6237
6238         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
6239         `line' field; this is now computed by the debugger.
6240
6241 2003-04-23  Martin Baulig  <martin@ximian.com>
6242
6243         * mono-debug.[ch]: New files.  This is the new debugging interface.
6244
6245         * mono-debug-debugger.[ch]: New files.  Moved all code which
6246         interacts with the Mono Debugger here.
6247
6248 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
6249
6250         * domain.c (mono_init): initialize mono_defaults.monitor_class
6251
6252 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
6253
6254         * reflection.c (method_encode_code): Add a spicy exception to help
6255         future compiler authors.
6256
6257 2003-04-21  Martin Baulig  <martin@ximian.com>
6258
6259         * icall.c
6260         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6261         Make this work with relative pathnames; g_filename_to_uri() needs
6262         an absolute filename.
6263
6264 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
6265
6266         * icall.c: Track name changes in Object and ValueType.
6267
6268 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
6269
6270         * metadata.c (mono_type_stack_size): size should be a multiple of
6271         sizeof (gpointer)
6272
6273 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6274
6275         * gc.c:
6276         (internal_domain_finalize): moved into mono_domain_finalize. No need
6277         to create another thread because the finalizers will be run in the
6278         finalizer thread.
6279         
6280         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
6281         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
6282         to be run (MS does this too).
6283
6284 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
6285
6286         * object.c (mono_class_compute_gc_descriptor): Update comment.
6287
6288         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
6289
6290         * image.h: Add synchronized wrapper cache.
6291
6292         * image.c (do_mono_image_open): Initialize cache.
6293
6294         * reflection.c (create_dynamic_mono_image): Initialize cache.
6295
6296 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6297
6298         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
6299         ves_icall_System_Buffer_ByteLengthInternal.
6300
6301 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
6302
6303         * reflection.c: setup klass->nested_in earlier. Allow
6304         a dash in the assembly name.
6305
6306 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
6307
6308         * metadata.c (mono_type_to_unmanaged): dont access
6309         type->data.klass for MONO_TYPE_OBJECT
6310         (mono_type_to_unmanaged): consider System.Delegate class
6311
6312 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
6313
6314         * class.c: just setup supertypes in the proper place instead of
6315         initializing the full element class for arrays.
6316
6317 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
6318
6319         * class.c: ensure the element class of arrays is initialized.
6320         Setup the supertype info for array classes, too.
6321
6322 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
6323
6324         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
6325
6326 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6327
6328         * Makefile.am: re-added -m option when running cygpath. This way,
6329         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
6330         separator.
6331         * mono-config.c: same codepath for locating mono config file for WIN32
6332         and the rest.
6333         * assembly.c: if mono_assembly_setrootdir is called, don't override
6334         the value set.
6335
6336 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6337
6338         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
6339         MONO_ASSEMBLIES variable.
6340
6341 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
6342
6343         * icall.c: added Assembly::GetNamespaces() icall.
6344
6345 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6346
6347         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
6348
6349 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
6350
6351         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
6352         * object.c: fixed bug in the construction of vtable for proxies
6353
6354 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
6355
6356         * object.c (mono_array_new): Mark mono_array_new as an icall.
6357
6358 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6359
6360         * class.c: fixed test for public method when overriding interfaces.
6361         Closes bug #40970.
6362
6363 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
6364
6365         * appdomain.h, domain.c: added mono_domain_foreach() to
6366         be able to access the currently loaded appdomains.
6367         * object.c: make string interning work across sppdomains.
6368         Mark some functions for use as icalls.
6369
6370 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
6371
6372         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
6373
6374         * reflection.h reflection.c: Allocate long living data using 
6375         GC_MALLOC_ATOMIC so the collector does not need to scan it.
6376
6377         * reflection.c: Double the allocation size in streams instead of
6378         increasing it, to prevent unneccesary copying on large assemblies.
6379         
6380         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
6381         creation if the assembly does not have the Run flag set.
6382
6383 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
6384
6385         * class.h: avoid the C++ keywords in header files (Jerome Laban
6386         spotted and fixed this).
6387
6388 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6389
6390         * object.c:
6391         (mono_unhandled_exception): fill in the arguments for the
6392         UnhandledException event. Only trigger that event for the default
6393         domain (as MS does).
6394
6395 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
6396
6397         * object.c: Improve typed allocation stuff based on suggestions from
6398         Paolo. Also turn it on if the GC library supports it.
6399
6400 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6401
6402         * object.c object.h class.h: Added experimental typed allocation
6403         facility using the interfaces in gc_gcj.h.
6404
6405         * os/gc_wrapper.h: Added new include files.
6406         
6407 2003-04-03  Martin Baulig  <martin@ximian.com>
6408
6409         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
6410         which is not yet enabled by default.
6411
6412         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
6413         functions.
6414         (mono_gc_lock, mono_gc_unlock): New static functions.
6415
6416         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
6417         functions; stop/start the world for the garbage collector.  This
6418         is using the windows API; we need to complete the SuspendThread()/
6419         ResumeThread() implementation in the io-layer to make this work on Unix.
6420         (mono_gc_push_all_stacks): New public function; tells the garbage
6421         collector about the stack pointers from all managed threads.
6422
6423 2003-04-03  Martin Baulig  <martin@ximian.com>
6424
6425         * object.h (MonoThread): Added `gpointer stack_ptr'.
6426
6427         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
6428
6429 2003-04-03  Martin Baulig  <martin@ximian.com>
6430
6431         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
6432
6433 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6434
6435         * reflection.c (typebuilder_setup_fields): Initialize field.first and
6436         field.last.
6437
6438 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
6439
6440         * loader.c (mono_lookup_internal_call): Report the corlib that is
6441         out of sync.
6442
6443 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
6444
6445         * icall.c (ves_icall_type_GetTypeCode): fixed check for
6446         System.DBNull (it's class not valuetype).
6447
6448 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
6449
6450         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
6451         if the array method was already assigned a token (fixes bug#40646).
6452
6453 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
6454
6455         * reflection.c (mono_reflection_get_type): Attempt type resolve even
6456         if no assembly is given.
6457
6458 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
6459
6460         * metadata.h: Added the new tables.
6461
6462         * row-indexes.h: Added definitions for new tables.
6463
6464         * metadata.c: Add schemas for new tables, and add support for
6465         computing the sizes of them.
6466
6467         * class.c: Update for handling the new type cases.
6468
6469 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
6470
6471         * metadata.h (MONO_TYPE_IS_VOID): new macro
6472
6473 2003-03-31  Martin Baulig  <martin@ximian.com>
6474
6475         * threads.h (MonoThreadCallbacks): Added `thread_created'.
6476
6477         * threads.c (mono_thread_new_init): Call `thread_created' in the
6478         mono_thread_callbacks.
6479
6480 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
6481
6482         * loader.h: added marshalbyrefobject_class to mono_defaults
6483         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
6484         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
6485           generation of output parameters.
6486           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
6487         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
6488           contextbound and the target object belongs to the context of the caller.
6489         * object.h: added context and unwrapped_server variables in MonoRealProxy.
6490         * object.c: Implemented support for interfaces and abstract classes
6491           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
6492           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
6493
6494 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
6495
6496         * class.h class.c (mono_class_is_subclass_of): New function.
6497         
6498         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
6499         routines for most common case (calls from ArrayList::ToArray).
6500
6501         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
6502         routine so programs which call Environment::Exit() can be profiled.
6503
6504         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
6505         Added MONO_ARCH_SAVE_REGS.
6506
6507         * icall.c (ves_icall_type_is_subtype_of): Use new function.
6508
6509 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
6510
6511         * blob.h: Add a couple of new MonoType types definitions.
6512
6513         * tabledefs.h: Add a couple of new call convs.
6514
6515 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
6516
6517         * reflection.h (MonoReflectionDynamicAssembly): track changes in
6518         the layout of the class.
6519
6520         * reflection.c (alloc_table): double the size on overflow to avoid
6521         unnecessary copying.
6522
6523         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
6524         avoid filling out metadata tables and blobs. Also set mb->ilgen to
6525         null so it can be garbage collected.
6526         
6527 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
6528
6529         * reflection.c (mono_reflection_get_type): Return the resolved type
6530         only if it is in the assembly we searched.
6531
6532         * reflection.c (ensure_runtime_vtable): Initialize method slots.
6533
6534         * class.c (mono_class_setup_vtable): Set the slot of the overriding
6535         method.
6536
6537 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6538
6539         * appdomain.c:
6540         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
6541         the right one is 'file:///blah', but MS allows it.
6542         * assembly.c:
6543         (mono_assembly_open): allow 'file://blah'
6544
6545         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
6546
6547 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
6548
6549         * socket-io.c: fixes bug #40310.
6550
6551 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
6552
6553         * reflection.c (mono_reflection_parse_type): handle deeply nested
6554         types correctly.
6555
6556         * reflection.c (mono_image_create_token): Use unique token values
6557         since they will be put into a hash table.
6558
6559         * class.c (mono_class_setup_vtable): If a method occurs in more than
6560         one place in the vtable, and it gets overriden, then change the
6561         other occurances too.
6562
6563         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6564         object as return type.
6565
6566 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
6567
6568         * icall.c: Deleted "ToString" implementation for double and float
6569         because they are full implemented in managed code.
6570
6571 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6572
6573         * reflection.c, reflection.h: implemented and exported functions
6574         to retrieve info about custom attributes.
6575
6576 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6577
6578         * appdomain.c: moved Uri handling to assembly.c
6579         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
6580         work when using a file Uri in *nix and windows.
6581
6582         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
6583         GetReferencedAssemblies.
6584
6585 2003-03-18  Dick Porter  <dick@ximian.com>
6586
6587         * icall.c: Rename a couple of internal calls
6588
6589         * threads.c: Set the thread state to Stopped when a thread exits.
6590         Fixes bug 39377.
6591
6592 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
6593
6594         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
6595         New icall.
6596
6597         * object.c (mono_class_vtable): fix warning.
6598
6599 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
6600
6601         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
6602
6603         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
6604         memory.
6605         (method_encode_clauses): Create exception info structures in the right
6606         order.
6607         (mono_reflection_setup_internal_class): Initialize supertypes field.
6608
6609         * class.c object.c: Handle interfaces which implement other interfaces 
6610         correctly.
6611
6612         * class.h class.c: Move the supertypes array initialization code into 
6613         a separate function so it can be used for dynamic types too. Also call
6614         it earlier, in mono_class_init(), since it can be used before the
6615         type is initialized.
6616
6617 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6618
6619         * Makefile.am:
6620         * assembly.c:
6621         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
6622
6623         * appdomain.c:
6624         * appdomain.h:
6625         * marshal.c:
6626         * object.c: remove warnings.
6627
6628 2003-03-13  Martin Baulig  <martin@ximian.com>
6629
6630         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
6631         (MonoDebugLexicalBlockEntry): New types.
6632
6633         * debug-mono-symfile.c
6634         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
6635
6636 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6637
6638         * process.c: ret can be any non-zero value accroding to MS doc.
6639
6640 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
6641
6642         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
6643         fixing a warning for a miss-used prototype, would have cause
6644         random memory corruption.
6645
6646 2003-03-07  Martin Baulig  <martin@ximian.com>
6647
6648         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
6649         getting really annoying ....
6650
6651 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
6652
6653         * reflection.c (fixup_method): added support for array methods.
6654
6655 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
6656
6657         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
6658         (pointed out by Michael Adams).
6659
6660 2003-03-04  Dick Porter  <dick@ximian.com>
6661
6662         * icall.c: Temporarily reverted the Double and Single ToString()
6663         change, because it broke nunit.
6664
6665 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
6666
6667         * object.h, threads.h: make include files compatible with C++
6668         (patch by Jerome Laban <jlaban@wanadoo.fr>).
6669
6670 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
6671
6672         * icall.c: Erased ToString helper functions for Double and Single.
6673         Now, that implementations ar all in managed code (Double and Single
6674         Formatters).
6675
6676 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
6677
6678         * appdomain.c: Added method for initializing the default context of
6679         a domain. Added internal call for getting the default context.
6680         * appdomain.h: Added context variable in MonoDomain struct.
6681         * domain.c: mono_domain_set also sets the default context of the domain
6682         * icall.c: Mapped internal method InternalGetDefaultContext.
6683         * object.c: mono_object_get_virtual_method returns always a remoting
6684         wrapper if the object is a transparent proxy.
6685         mono_runtime_invoke_array: when creating an object by calling the
6686         constructor, if the created object is a proxy, then the constructor should
6687         be called using the a remoting wrapper.
6688
6689 2003-03-03  Dick Porter  <dick@ximian.com>
6690
6691         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
6692         variable so it compiles on solaris.  Problem spotted by
6693         Christopher Taylor <ct@cs.clemson.edu>
6694
6695 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6696
6697         * appdomain.c:
6698         (get_info_from_assembly_name): don't leak value.
6699
6700         * icall.c:
6701         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
6702         result.
6703
6704 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
6705
6706         * assembly.c: export mono_image_load_references ().
6707         * class.c: handle function pointers. mono_class_from_name() now
6708         supports nested type names directly.
6709
6710 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
6711
6712         * reflection.h reflection.c: Encode already created dynamic methods 
6713         and fields correctly as a DEF instead of a REF.
6714
6715         * reflection.c: Get rid of the force_ref argument to 
6716         mono_image_typedef_or_ref since it was wrong in the first place.
6717
6718         * string-icalls.c: add error checking to string constructors according
6719         to the MSDN docs.
6720
6721         * reflection.c: Emit types in the order their TypeBuilders were 
6722         created. Previously, a new table index was assigned to each type before
6723         the tables were emitted. This was wrong because the signature blob
6724         might already refer to a type by its original table index.
6725
6726 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
6727
6728         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
6729         change.
6730         
6731 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6732
6733         * Makefile.am: make assemblies dir have \ instead of / on windows.
6734
6735 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
6736
6737         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
6738         iterate over the NESTEDCLASS table using a linear search since the
6739         table is not guaranteed to be sorted by the secondary key.
6740
6741         * class.c (mono_class_create_from_typedef): fixed up call to
6742         mono_metadata_nesting_typedef.
6743         
6744 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
6745
6746         * marshal.c (mono_string_to_byvalstr): clear the memory as
6747         suggested by Jerome Laban <jlaban@wanadoo.fr>
6748
6749 2003-02-26  Dick Porter  <dick@ximian.com>
6750
6751         * process.c: Cope with padding in .rsrc blocks
6752
6753 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
6754
6755         * metadata.h: reverted the filter_len change, it breaks reflection
6756         
6757 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
6758
6759         * metadata.h: added a new field to store the filter_len
6760         
6761
6762 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
6763
6764         * reflection.c: handle custom attributes for types and members
6765         created with Reflection.Emit (bug#38422).
6766
6767 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
6768
6769         * reflection.c: define RTSpecialName automatically for constructors for
6770         compatibility with MS.NET.
6771
6772         * reflection.c (mono_reflection_create_runtime_class): initialize
6773         nested_in field of dynamically created classes.
6774
6775 2003-02-22  Martin Baulig  <martin@ximian.com>
6776
6777         * debug-mono-symfile.h: Incremented version number.
6778
6779 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
6780
6781         * object.h icall.c process.c: fix warnings.
6782
6783 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
6784
6785         * appdomain.h appdomain.c:
6786         (mono_domain_try_type_resolve): split the 
6787         name_or_tb argument into a name and a tb argument.
6788         (mono_domain_has_type_resolve): new function to check whenever the
6789         application has registered a TypeResolve event handler.
6790         
6791         * icall.c reflection.h reflection.c: move the type resolve logic into
6792         mono_reflection_get_type () so it will be invoked when 
6793         Assembly::GetType () is called.
6794
6795         * reflection.c:
6796         (mono_reflection_get_type): renamed to get_type_internal.
6797         (mono_reflection_get_type): fixed type name generation so it works 
6798         for nested types too.
6799         (mono_reflection_get_type): call has_type_resolve () to avoid the 
6800         costly type name generation if there is no resolve event handler.
6801
6802 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6803
6804         * class.c, image.c: load exported types from file references.
6805
6806 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
6807
6808         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
6809           used to cache the managed methods used to create proxies and make 
6810           remote invocation of methods.
6811         * class.h: Added in MonoVTable a flag to indicate that a class needs 
6812           to be remotely created.
6813         * object.c: Modified the method mono_class_vtable(). It now initializes 
6814           the remote flag of the vtable. Modified mono_object_new_specific(), 
6815           so now it checks the remote flag.
6816         * icall.c: Added a couple of internal methods, one for enabling instance 
6817           creation interception for a type, and one for creating objects bypassing
6818           the remote check.
6819
6820 2003-02-18  Martin Baulig  <martin@ximian.com>
6821
6822         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
6823         New interncall to get a method's metadata token.
6824
6825         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
6826         New interncall for the debugger.
6827
6828 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
6829
6830         * class.c (mono_class_setup_vtable): allocate supertype array
6831
6832 2003-02-18  Martin Baulig  <martin@ximian.com>
6833
6834         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
6835
6836 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6837
6838         * reflection.c:
6839         (assembly_name_to_aname): jump over unknown properties (i've found
6840         something like: 'type, assembly, version=xxx, custom=null, public...',
6841         so now will ignore custom=null and still get the rest of the values).
6842
6843 2003-02-17  Dick Porter  <dick@ximian.com>
6844
6845         * threads.c: Have Thread.Start() wait for a semaphore to signal
6846         that the thread has set up all its local data.  This fixes bug
6847         34323, where Abort() raced the new thread's TLS data.
6848
6849         Also removes the handle_store() call from start_wrapper, because
6850         threads are now always created suspended and there is no longer a
6851         race between the parent and child threads to store the info.
6852
6853 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
6854
6855         * image.c: explain the #- heap issue in a message, hopefully
6856         avoiding FAQs on mono-list.
6857
6858 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6859
6860         * icall.c:
6861         (GetEntryAssembly): if the domain has not invoked
6862         AppDomain.ExecuteAssembly yet, return the assembly of the default
6863         AppDomain.
6864
6865 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
6866
6867         * class.c (mono_ldtoken): make it work in dynamic assemblies.
6868
6869 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
6870
6871         * metadata.c, reflection.c: simple speedup to type hash
6872         and equals code.
6873
6874 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
6875
6876         * image.c, image.h, class.c, assembly.c: move module loading
6877         to MonoImage. When loading metadata, consider alignemnet from
6878         the start of metadata, not from the metadata address in memory.
6879
6880 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
6881
6882         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
6883         AssemblyBuilder objects. Factored out custom attribute creation into
6884         a separate function.
6885         (create_custom_attr): new function to create custom attributes.
6886
6887 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
6888
6889         * Makefile.am: Got tired of typing the full pathname to pedump.
6890         Until there is another option, am installing this.
6891
6892 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
6893
6894         * class.c (class_compute_field_layout): always set field->parent 
6895         (mono_ldtoken): use mono_defaults.fieldhandle_class;
6896
6897 2003-02-11  Dick Porter  <dick@ximian.com>
6898
6899         * threads-types.h:
6900         * monitor.c: Rewrote Monitor, making lock much faster and
6901         Pulse/Wait work as specified.  Also uses much fewer handles, and only
6902         creates them as needed.
6903
6904         * exception.c: Added SynchronizationLockException
6905
6906         * threads.c: Deleted old Monitor implementation.  The new one is
6907         in a new file.
6908
6909 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
6910
6911         * class.c: handled TypedReference type code. Set the correct size for
6912         class data. Setup interface_offsets for interface classes, too.
6913
6914 2003-02-09  Martin Baulig  <martin@ximian.com>
6915
6916         * debug-mono-symfile.h: Reflect latest symbol writer changes.
6917
6918 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
6919
6920         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
6921         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
6922         * object.c: fixed mono_object_get_virtual_method () for interfaces.
6923         * verify.c: check for code that runs after the end of the method.
6924
6925 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
6926
6927         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
6928         "System.Math::Round2".
6929         * sysmath.h: Added Floor, Round and Round2 definitions.
6930         * sysmath.c: Modified certain functions that were not 100% compliant
6931         with MS.NET (math precision) and added the implementation of Floor,
6932         Round and Round2.
6933
6934 2003-02-07  Martin Baulig  <martin@ximian.com>
6935
6936         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
6937
6938 2003-02-07  Martin Baulig  <martin@ximian.com>
6939
6940         * debug-mono-symfile.c: Reflected latest symwriter changes.
6941         (mono_debug_create_mono_symbol_file): Removed.
6942         (mono_debug_open_mono_symbol_file): Take an argument which
6943         specifies whether to create a dynamic symbol file.
6944
6945 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
6946
6947         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
6948
6949 2003-02-05  Martin Baulig  <martin@ximian.com>
6950
6951         * reflection.c (mono_image_build_metadata): Make this public,
6952         protect it against being called multiple times, don't create
6953         resources and don't build the compressed metadata here.
6954         (mono_image_create_pefile): Do this here.
6955
6956         * icall.c
6957         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
6958
6959 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6960
6961         * socket-io.c: fixed bug #36322.
6962
6963 2003-02-06  Piers Haken <piersh@friskit.com>
6964
6965         * appdomain.[ch]:
6966         * class.h:
6967         * debug-mono-symfile.c:
6968         * icall.c:
6969         * loader.c:
6970         * mono-config.c:
6971         * monosn.c:
6972         * reflection.c:
6973         * socket-io.c: warning cleanups
6974
6975 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
6976
6977         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
6978         function. works like remoting invoke, but does a check for the Proxy first.
6979
6980 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
6981
6982         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
6983
6984 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
6985
6986         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
6987         array of pointers.
6988         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
6989         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
6990
6991         * object.c (mono_store_remote_field_new): used by the new jit
6992         instead of mono_store_remote_field
6993         (mono_load_remote_field_new): used by the new jit
6994         instead of mono_load_remote_field
6995
6996 2003-02-05  Patrik Torstensson
6997
6998         * appdomain.c: changed unload to take the domain id instead
6999         of domain
7000         
7001         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
7002
7003
7004 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7005
7006         * appdomain.c: don't look for assemblies in ApplicationBase if
7007         PrivateBinPathProbe is set.
7008
7009 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7010
7011         * object.c: make the first argument in main_args contain the absolute
7012         path to the assembly. Fixes bug #37511.
7013
7014 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7015
7016         * icall.c: get correct UTC offset for countries not using daylight
7017         time saving. Fixes bug #30030.
7018
7019 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7020
7021         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
7022         and 1 are the family).
7023
7024 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
7025
7026         * icall.c (ves_icall_InternalExecute): removed wrong assertion
7027
7028         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
7029
7030 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
7031
7032         * reflection.c: added support for SignatureHelper tokens, which is
7033         needed by the Calli opcode.
7034
7035         * reflection.h: track changes to SignatureHelper class.
7036
7037         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
7038
7039 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7040
7041         * appdomain.c: fixed loading assemblies from PrivateBinPath.
7042
7043 2003-02-03  Patrik Torstensson
7044         * appdomain.[c|h], domain.c : 
7045          - Added support for getting a domain via domain id
7046          - Support for setting and getting domain from System.AppDomain 
7047            (used in cross appdomain channel)
7048          - Added support for get/set for a MonoAppContext on a thread 
7049            (Context class in System.Runtime.Remoting.Contexts),
7050          - Removed hack in Get/SetData and ExecuteAssembly.
7051         
7052         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
7053         the managed world to get control when a proxy is created.
7054
7055         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
7056         
7057 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
7058
7059         * icall.c
7060         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7061         Populate the codebase field as well.
7062
7063 2003-02-02  Martin Baulig  <martin@ximian.com>
7064
7065         * debug-mono-symfile.c
7066         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
7067         (mono_debug_symfile_add_method): Allow interncalls.
7068
7069 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7070
7071         * icall.c: throw parse exception if strtod fails or the string is empty.
7072
7073 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
7074
7075         * marshal.c: handle object type separately from defined
7076         class types.
7077
7078 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
7079
7080         * marshal.c: handle NATIVE_LPSTR for strings when it's
7081         explicitly specified.
7082
7083 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
7084
7085         * reflection.c, reflection.h, icall.c: setup the reflection
7086         handle cache for ModuleBuilders and AssemblyBuilders.
7087
7088 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
7089
7090         * reflection.c (reflection_methodbuilder_to_mono_method): set
7091         pinvoke flag
7092
7093 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7094
7095         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
7096
7097 2003-01-29  Dick Porter  <dick@ximian.com>
7098
7099         * threads.c: No need for the fake_thread kludge now that Thread
7100         doesn't run a class constructor
7101         
7102 2003-01-29  Dick Porter  <dick@ximian.com>
7103
7104         * threads.c: Use g_direct_hash instead of the rather bogus
7105         g_int_hash
7106
7107 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
7108
7109         * marshal.c (mono_marshal_get_native_wrapper): add check for null
7110         (fix pinvoke12.exe)
7111         (mono_marshal_get_struct_to_ptr): generate valid IL code
7112         (mono_marshal_get_ptr_to_struct): generate valid IL code
7113         (*): correctly set sig->pinvoke, we need to memdup the signature
7114         to do that
7115
7116 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
7117
7118         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
7119         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
7120
7121 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
7122
7123         * profiler.c: provide more callers information.
7124
7125 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
7126
7127         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
7128
7129         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
7130
7131         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
7132
7133 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7134
7135         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
7136         exception instead of going into an infinite loop on dates which it 
7137         can't yet handle.
7138
7139         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
7140         out-of-range exception if needed.
7141
7142         * class.c (mono_class_setup_vtable): allow a virtual method to provide
7143         an implementation for an interface method and to override an inherited
7144         method at the same time. 
7145         Imagine a scenario when a virtual method is used to override a
7146         virtual abstract method in a parent class, and this same method 
7147         provides an implementation for an method inherited from an interface. 
7148         In this case, the interface resolution code will set im->slot, which 
7149         means that the virtual method override pass will skip this method 
7150         which means a pointer to the abstract method inherited from the parent
7151         will remain in the vtable of this non-abstract class.
7152
7153         * class.c: (mono_class_setup_vtable): continue search for a real 
7154         method if only an abstract method is found.     
7155
7156 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
7157
7158         * reflection.c: add size to encoding for ByValStr and ByValArray
7159         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
7160
7161 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7162
7163         * class.c (mono_class_setup_vtable): pass the override info as an
7164         argument.
7165
7166         * class.c (mono_class_setup_vtable): set the slot of overriding methods
7167         correctly.
7168         
7169         * reflection.c (ensure_runtime_vtable); add support for method 
7170         overrides.
7171         
7172 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7173
7174         * reflection.c (resolution_scope_from_image): Hack to work to work with
7175         dynamic assemblies.
7176
7177         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
7178         added a 'force_ref' argument to force this function to allways return 
7179         a TypeRef. This is needed by mono_image_get_memberref_token ().
7180         
7181 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7182
7183         * reflection.c (mono_image_get_type_info): interfaces really don't have
7184         a parent.
7185
7186         * reflection.c (mono_image_basic_init): fill out missing fields of
7187         image structure.
7188
7189         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
7190         dynamic assemblies. This is required so dynamic assemblies show up in
7191         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
7192         Type::GetType() etc. This is consistent with MS behaviour.
7193
7194         * image.c image.h reflection.c: add newly created classes to the name 
7195         cache so mono_class_get () will find them.      
7196
7197 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7198
7199         First part of changes to get IKVM.NET running under mono.
7200         
7201         * appdomain.h, appdomain.c: added new function 
7202         mono_domain_try_type_resolve() which will emit TypeResolve events. 
7203         This function will call AppDomain::DoTypeResolve to do the actual work.
7204
7205         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
7206         moved existing code dealing with dynamic tokens to a new function 
7207         called mono_reflection_lookup_dynamic_token (). This function will 
7208         raise TypeResolve events when appropriate. Since reflection.c is not 
7209         part of libmetadata, a new hook function called 
7210         mono_lookup_dynamic_token() is added to class.c which will call this.
7211
7212         * assembly.h assembly.c: make the invoke_load_hook function public,
7213         so it can be called for dynamic assemblies.
7214
7215         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
7216
7217         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
7218         type isn't found.
7219
7220         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
7221         MonoGHashTable, since it contains pointers to objects which the GC 
7222         needs to track.
7223
7224         * assembly.c (search_loaded): remove unused variable.
7225         
7226 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
7227
7228         * object.c: fixed issue exposed by gcc-generated IL programs
7229         that use RVA data for pointers.
7230
7231 2003-01-25  Martin Baulig  <martin@ximian.com>
7232
7233         * threads.c (start_wrapper): Moved the initialization of
7234         `start_func' above the mono_new_thread_init() call to which we
7235         pass it as argument.
7236
7237 2003-01-24  Martin Baulig  <martin@ximian.com>
7238
7239         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
7240         the MonoThread pointer.
7241
7242 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
7243
7244         * icall.c: Rename `PowImpl' to Pow.
7245
7246 2003-01-23  Dick Porter  <dick@ximian.com>
7247
7248         * threads.c (start_wrapper): Create a Thread object if needed, so
7249         the Main() thread can do the class initialisation in a subthread
7250         that has been set up to allow managed code execution.
7251
7252         Pass the thread ID instead of the MonoThread pointer to the thread
7253         start and attach callbacks.  This change is required, because the
7254         jit thread start callback must be called _before_ the Thread
7255         object can be created.
7256         
7257         (mono_thread_init): Removed much object creation code that is no
7258         longer needed.  No managed code is called from here now.
7259
7260         * object.c (mono_runtime_exec_managed_code): Create a subthread
7261         for Main, and call back to the runtime to use it.
7262         Set the exit code when Main exits.
7263
7264         * gc.c: Make sure domain finalisation happens in a subthread.
7265         Re-enable threaded GC, fixing bug 31333 (again).
7266
7267         * environment.c: System.Environment internall calls (so far just
7268         ExitCode is here, the others are still in icall.c)
7269
7270         * appdomain.c (mono_runtime_cleanup): All threads running managed
7271         code should have finished before mono_runtime_cleanup() is
7272         reached, so no need to clean up threads.
7273
7274 2003-01-22  Martin Baulig  <martin@ximian.com>
7275
7276         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
7277         `gpointer func' arguments.      
7278         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
7279         but added `MonoThread *thread' argument.
7280         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
7281
7282         * threads.c (mono_new_thread_init): Added `gpointer func' argument
7283         and pass it to the mono_thread_start_cb callback.
7284         (mono_install_thread_callbacks): New public function to install a
7285         set of callbacks which are set by the debugger.
7286         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
7287
7288 2003-01-22  Martin Baulig  <martin@ximian.com>
7289
7290         * Makefile.am: Install debug-mono-symfile.h.
7291
7292 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
7293
7294         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
7295
7296 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
7297
7298         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
7299         * class.c (mono_ptr_class_get): correctly set access levels of pointers
7300         (mono_array_class_get): correctly set access levels of arrays
7301
7302 2003-01-20      Patrik Torstensson
7303         * image.h (MonoAssemblyName): changed major, minor, build, revision
7304         from signed to unsigned.
7305
7306 2003-01-20  sean kasun <skasun@azstarnet.com>
7307
7308         * reflection.c (load_cattr_value): Now this handles
7309         MONO_TYPE_SZARRAY.  Fixes bug #35629
7310
7311 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
7312
7313         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
7314         integer value
7315
7316 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7317
7318         * decimal.c: fixed bug #26056.
7319
7320 2003-01-17  Martin Baulig  <martin@ximian.com>
7321
7322         * gc.c: Raise an ExecutionEngineException instead of using g_error().
7323
7324 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7325
7326         * exception.[ch]:
7327         (mono_get_exception_type_initialization): new function.
7328
7329         * object.c: throw a TypeInitializationException when an exception is
7330         thrown invoking the class constructor.
7331
7332 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7333
7334         * reflection.c: fixed attribute reading.
7335
7336 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7337
7338         * icall.c:
7339         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
7340         provided, look for the type in the calling assembly and then in
7341         mscorlib; if the assembly name is provided, only try that one.
7342
7343 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
7344
7345         * object.c: register the vtable before there is a chance it's
7346         queried again recursively.
7347
7348 2003-01-13  Duncan Mak  <duncan@ximian.com>
7349
7350         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
7351         gc-internal.h. 
7352         
7353 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
7354
7355         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
7356
7357 2003-01-11  Martin Baulig  <martin@ximian.com>
7358
7359         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
7360         this to 20 for the release.
7361
7362 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
7363
7364         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
7365
7366         * loader.c (mono_method_get_marshal_info): bug fix
7367
7368         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
7369         structures with explicit layout
7370
7371 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7372
7373         * profiler.c: made the output more readable (and sorted). 
7374         Added caller information for the allocation profiler.
7375
7376 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
7377
7378         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
7379
7380 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7381
7382         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
7383         to get value types.
7384         
7385 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
7386
7387         * object.c, profiler.h, profiler.c, profiler-private.h:
7388         Added object allocation profiler.
7389
7390 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
7391
7392         * reflection.h, reflection.c: handle global methods.
7393         Compress blob entries.
7394
7395 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
7396
7397         * marshal.c: fix compilation.
7398
7399 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
7400
7401         * loader.c (mono_method_get_marshal_info): impl.
7402
7403         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
7404
7405 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7406
7407         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
7408         for reference types.
7409
7410 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
7411
7412         * loader.c: fixed off by one error in loaded parameter names.
7413
7414 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
7415
7416         * marshal.c (mono_marshal_get_icall_wrapper): like
7417         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
7418         instead of a MonoMethod.
7419
7420 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7421
7422         * decimal.c: fixed bug #36537.
7423
7424 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
7425
7426         * marshal.c: throw a missing method exception if a
7427         P/Invoke method is not found.
7428
7429 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7430
7431         * icall.c: allow a null this for constructors.
7432
7433 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
7434
7435         * icall.c: raise the proper exceptions if the arguments to the
7436         internal Invoke are incorrect.
7437
7438 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
7439
7440         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
7441
7442 2003-01-03  Martin Baulig  <martin@ximian.com>
7443
7444         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7445
7446 2002-12-31  Martin Baulig  <martin@ximian.com>
7447
7448         * debug-mono-symfile.c: Completely rewrote the type section.
7449         Instead of using individual malloc()ed fields, we use one big
7450         continuous memory area and offsets into this area.
7451         See the comments in the source code for details.
7452
7453 2002-12-30  Martin Baulig  <martin@ximian.com>
7454
7455         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
7456
7457 2002-12-30  Martin Baulig  <martin@ximian.com>
7458
7459         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
7460         line number table in this data blob instead of using an external
7461         pointer.
7462
7463 2002-12-28  Martin Baulig  <martin@ximian.com>
7464
7465         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7466
7467 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
7468
7469         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
7470         as a boxed return type.
7471
7472 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
7473
7474         * appdomain.c
7475         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
7476         g_build_filename to properly get separators on the filename created.
7477
7478         * object.h: Small change, introduce MonoMarshalByRefObject to
7479         track the layout of that structure in the C# universe as we make
7480         changes there.
7481
7482 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
7483
7484         * object.c: removed assert to allow static fields on interfaces.
7485         * loader.c: a TypeSpec may be used for any type, not just arrays.
7486
7487 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7488
7489         * class.c, class.h: added mono_class_array_element_size ().
7490         Ignore static methods in interfaces.
7491
7492 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7493
7494         * threads.c: fixed the build under cygwin.
7495
7496 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
7497
7498         * reflection.c: handle nullref constants. Allocate keys for
7499         reflection handles with the GC.
7500
7501 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7502
7503         * threads.c, threads.h: added mono_thread_get_abort_signal()
7504         to get a suitable signal for thread abort.
7505
7506 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7507
7508         * metadata.c: fix handling of ExportedType table.
7509
7510 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7511
7512         * icall.c: added WriteWindowsDebugString internal call.
7513
7514 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7515
7516         * reflection.h: added fields to match C# implementation.
7517
7518 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7519
7520         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
7521
7522 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
7523
7524         * gc.h, gc-internal.h: Rename header for GC internal calls to
7525         gc-internal.h from gc.h as to not clash with Boehm GC having its
7526         header installed as <gc.h> in outside include paths.
7527         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
7528         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
7529
7530 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7531
7532         * icall.c: assign minor, build and revision in FillName.
7533
7534 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
7535
7536         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
7537         Added support for running code generated by Reflection.Emit.
7538
7539 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7540
7541         * appdomain.c: check for NULL argument in LoadFrom.
7542
7543 2002-12-10  Dick Porter  <dick@ximian.com>
7544
7545         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
7546
7547 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7548
7549         * appdomain.c: fix buglet when building exe file name.  Handle full
7550         assembly name (needed after latest changes to AssemblyName).
7551         * image.c:
7552         (mono_image_close): free some hashtables.
7553
7554 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
7555
7556         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
7557         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
7558         on some systems (redhat 7.3) 
7559
7560 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
7561
7562         * threads.c: delete the critical section of a sync block,
7563         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
7564
7565 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
7566
7567         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
7568
7569 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7570
7571         * appdomain.[ch]: handle the assembly preload event to try loading the
7572         assemblies using the paths we have in the current domain.
7573
7574         * assembly.[ch]: created an assembly preload hook that is called to try
7575         loading the assembly by other means that the ones provided here.
7576
7577         * domain.c: initialize the domain search path.
7578
7579         From now on, assemblies (TODO: except corlib and System) are loaded
7580         according to these rules when using mono_assembly_load ():
7581
7582                 1. It tries to load the assembly from the ApplicationBase
7583                 of the current domain appending .dll and .exe (TODO: have to
7584                 try loading from name/name.dll and name/name.exe).
7585
7586                 2. It tries the search path specified in PrivateBinPath for the
7587                 current domain (if any).
7588
7589                 3. Previous behavior.
7590
7591 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
7592
7593         * icall.c: implemented GetInterfaceMap() related icall.
7594         * domain.c, loader.h: load MethodInfo in mono_defaults.
7595
7596 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
7597
7598         * gc.c: disable the finalizer thread for now, untill all the issues
7599         with it are resolved.
7600
7601 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
7602
7603         * string-icalls.c: handle embedded nulls in string ctor when the
7604         length is specified.
7605
7606 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
7607
7608         * class.c: look for explicit interface implementation in parent
7609         classes, too.
7610
7611 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
7612
7613         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
7614
7615 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
7616
7617         * gc.c: protect handles with a critical section.
7618
7619 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7620
7621         * icall.c:
7622         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
7623         parameters. If no assembly specified, try getting the type from all
7624         the assemblies in the current domain, else, load the assembly and get
7625         the type from it.
7626
7627 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7628
7629         * marshal.c: applied patch from Aleksey Demakov that fixes
7630         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
7631
7632 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7633
7634         * icall.c: fixed get_location.
7635
7636 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
7637
7638         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
7639         declarations to make it work with older gcc. 
7640
7641         * loader.c (mono_get_method): set signature->pinvoke for native calls
7642
7643 2002-11-20  Dick Porter  <dick@ximian.com>
7644
7645         * threads.c (mono_thread_init): Set the main thread's handle
7646
7647 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
7648
7649         * gc.c: allow compilation without GC support. Changed to match the
7650         mono coding style.
7651
7652 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
7653
7654         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
7655
7656 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
7657
7658         * reflection.c: set a public key token on the core assemblies.
7659
7660 2002-11-18  Dick Porter  <dick@ximian.com>
7661
7662         * threads.c: Split out some thread initialisation so that other
7663         files can set the start callback function.
7664
7665         * gc.c: Run finalisers in a separate thread, to avoid stack
7666         overflow.  Fixes bug 31333.
7667
7668         * appdomain.c: Set up GC finalisation thread.
7669
7670         * reflection.c: 
7671         * object.c: 
7672         * domain.c: Use gc.h macros for GC_malloc
7673         
7674 2002-11-15  Dick Porter  <dick@ximian.com>
7675
7676         * threadpool.c: 
7677         * threads.c:
7678         * appdomain.c: Removed mono_runtime_init_with_attach(),
7679         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
7680         merging the extra parameter with the existing function.  Removed
7681         unneeded code in mono_thread_attach().
7682
7683 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
7684
7685         * image.c (mono_image_loaded_by_guid): a method to get loaded
7686         images by guid. 
7687         (load_metadata_ptrs): we store the guid as string.
7688
7689 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
7690
7691         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
7692
7693         * metadata.c (mono_guid_to_string): imported method form Zoltan
7694         Varga (slightly modified)
7695
7696         * assembly.c (mono_assembly_open): load precompiled code
7697
7698         * loader.h (MonoMethod): we store the method token for use in the
7699         aot compiler. 
7700
7701 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7702
7703         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
7704         the hook function called when an assembly is loaded.
7705         
7706         * domain.c: Modified file.
7707         (mono_domain_assembly_load): removed hash table insertion of assemblies.
7708
7709         Fixes bug #33196.
7710
7711 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
7712
7713         * reflection.c: Map PEFileKind to the value expected by the WinNT
7714         image loader. 
7715
7716 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7717
7718         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
7719         Read until the buffer is filled completely.
7720
7721 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7722
7723         * icall.c: implemented MonoType.InternalGetEvent ().
7724
7725 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7726
7727         * appdomain.c: implemented InitAppDomainSetup. Delayed
7728         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
7729         the entry_assembly.
7730
7731         * assembly.c: base_dir is now an absolute path ending with
7732         G_DIR_SEPARATOR.
7733
7734         * icall.c: modified get_location according to the above changes.
7735
7736         * object.c: init AppDomain.SetupInformation for the default domain after
7737         we have the entry assembly.
7738
7739         * domain.c: when unloading a domain, setup = NULL.
7740
7741 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
7742
7743         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
7744
7745 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
7746
7747         * object.h, object.c: introduced mono_object_get_virtual_method ()
7748         to lookup the method invoked on an object when a callvirt is done on
7749         a method.
7750         * icall.c: make MethodInfo::Invoke() always do a virtual call.
7751
7752 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7753
7754         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
7755         current domain when loaded an assembly and failed to load it.
7756
7757         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
7758
7759 2002-10-31  Dick Porter  <dick@ximian.com>
7760
7761         * icall.c: 
7762         * file-io.h: 
7763         * file-io.c: Return the error status in a parameter, as the
7764         GetLastError() value has long since been blown away if we try and
7765         look it up in a subsequent internal call invocation.  Delete the
7766         GetLastError() internal call, because it's useless.
7767
7768 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
7769
7770         * class.[ch]: added cast_class to fix bug 29517
7771
7772 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
7773
7774         * marshal.c: create valid IL code in the filter clause:
7775         the new JIT is less forgiving:-)
7776
7777 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7778
7779         * icall.c: removed get_property internal call.
7780
7781 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
7782
7783         * appdomain.h domain.c: Added an ID to appdomains.
7784         
7785         * threads.c threads.h icall.c: Implement icall
7786         Thread:GetDomainID(), and remove unused icall 
7787         CurrentThreadDomain_internal.
7788
7789 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7790
7791         * icall.c: Don't recurse through the base types in GetConstructor.
7792         Fixes bug #32063. 
7793
7794 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
7795
7796         * mempool.h, mempool.c: added mono_mempool_empty() and
7797         mono_mempool_stats().
7798
7799 2002-10-23  Dick Porter  <dick@ximian.com>
7800
7801         * file-io.c: 
7802         * file-io.h: 
7803         * icall.c: Added MonoIO.GetFileType internal call
7804
7805 2002-10-17  Dick Porter  <dick@ximian.com>
7806
7807         * appdomain.c (mono_runtime_cleanup): Don't signal the async
7808         delegate semaphore before waiting for all threads to finish,
7809         because new threads can also call async delegates.  Fixes bug
7810         32004.
7811
7812         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
7813         of 3 seconds, in case another async job is queued.  (This part is
7814         needed because the bug fix reintroduced the 3s exit lag.)  This
7815         makes the mono_runtime_shutdown flag superfluous.
7816
7817 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
7818
7819         * reflection.c: include ehader size in method section headers.
7820         Really check for suplicated modules entries.
7821
7822 2002-10-17  Martin Baulig  <martin@gnome.org>
7823
7824         * debug-mono-symfile.c: Added back support for locals.
7825
7826 2002-10-14  Martin Baulig  <martin@gnome.org>
7827
7828         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
7829         MONO_TYPE_VOID.
7830
7831 2002-10-14  Martin Baulig  <martin@gnome.org>
7832
7833         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
7834         mono_class_get() instead of looking in the class cache. 
7835
7836 2002-10-13  Martin Baulig  <martin@gnome.org>
7837
7838         * debug-mono-symfile.c: Set version number to 28, include the
7839         signature in method names.
7840
7841 2002-10-13  Martin Baulig  <martin@gnome.org>
7842
7843         * debug-mono-symfile.h: Set version number to 27.
7844
7845 2002-10-11  Martin Baulig  <martin@gnome.org>
7846
7847         * gc.c: Don't register/unregister NULL pointers as disappearing links.
7848
7849 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7850
7851         * metadata.c, metadata.h: added helper function to allocate signatures.
7852
7853 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7854
7855         * icall.c: added internal call to get the location of machine.config.
7856
7857 2002-10-08  Martin Baulig  <martin@gnome.org>
7858
7859         * debug-mono-symfile.c: Ignore classes with a pending init for the
7860         moment.
7861
7862 2002-10-03  Dick Porter  <dick@ximian.com>
7863
7864         * threads.c: Freebsd pthread_t is a pointer
7865
7866 2002-10-03  Dick Porter  <dick@ximian.com>
7867
7868         * socket-io.c: Implemented GetHostName_internal
7869
7870 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7871
7872         * mono-config.c:
7873         (mono_config_parse_file): don't leak the text.
7874
7875 2002-10-02  Martin Baulig  <martin@gnome.org>
7876
7877         * debug-mono-symfile.c: Added support for methods.
7878
7879 2002-10-01  Martin Baulig  <martin@gnome.org>
7880
7881         * debug-mono-symfile.c: Don't emit methods and line numbers for
7882         the dynamic symbol file, just write the type table.  We can easily
7883         have an external helper program which creates a symbol file for an
7884         IL file.        
7885
7886 2002-10-01  Dick Porter  <dick@ximian.com>
7887
7888         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
7889         Only add the handle to the cleanup array when we're about to
7890         launch the thread.  Bug 31425 deadlocked when the test was run on
7891         mono under w32.
7892
7893 2002-10-01  Martin Baulig  <martin@gnome.org>
7894
7895         * debug-mono-symfile.c: Added support for properties.
7896
7897 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7898
7899         * reflection.c: unaligned store fix from Mark Crichton
7900         <crichton@gimp.org>.
7901
7902 2002-09-27  Martin Baulig  <martin@gnome.org>
7903
7904         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
7905         New interncall.
7906
7907 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
7908
7909         * assembly.h, assembly.c: use a sane API to hook into the assembly
7910         loading process instead of a useless special-purpouse hack
7911         (ngen needs a hook, too, for example).
7912
7913 2002-09-27  Dick Porter  <dick@ximian.com>
7914
7915         * threads.c (mono_thread_init): Call GetCurrentProcess() so
7916         io-layer can set up some process handle info.  Not needed on w32,
7917         but doesn't hurt either.
7918
7919         * process.c: Pass the program name in the second parameter to
7920         CreateProcess, so the path is searched.  Include the working
7921         directory. Implemented process name, process enumeration, and some
7922         process detail internal calls.
7923         
7924         * icall.c: Added internal calls for process lookup, and some
7925         process details
7926
7927 2002-09-26  Martin Baulig  <martin@gnome.org>
7928
7929         * assembly.c (mono_install_open_assembly_hook): New global
7930         function to install a function to be invoked each time a new
7931         assembly is loaded.
7932         (mono_assembly_open): Run this callback function if set.
7933
7934         * debug-mono-symfile.c: Put back line numbers for the dynamic
7935         symbol file and also record the .il file as source file.  This
7936         allows us to install the temporary symbol file as `file.dbg' just
7937         like a compiler-generated one.
7938
7939 2002-09-26  Nick Zigarovich <nick@chemlab.org>
7940
7941         * Corrected typo in gc.c (BOHEM vs BOEHM).
7942
7943 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7944
7945         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
7946         GetProperties. Also avoid calling g_slist_length in GetProperties and
7947         GetMethods.
7948
7949 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
7950
7951         * reflection.c: avoid unaligned stores (bug spotted by
7952         Mark Crichton  <crichton@gimp.org>).
7953
7954 2002-09-25  Martin Baulig  <martin@gnome.org>
7955
7956         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
7957         instead of guint64 for addresses and added prologue/epilogue info.
7958
7959 2002-09-25  Martin Baulig  <martin@gnome.org>
7960
7961         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
7962         store line number info.  For the dynamic symbol file, we only need
7963         to provide the JIT generated dynamic line number info for the dynamic
7964         symbol file.
7965
7966 2002-09-25  Martin Baulig  <martin@gnome.org>
7967
7968         * debug-mono-symfile.h: Incremented version number.
7969
7970 2002-09-24  Martin Baulig  <martin@gnome.org>
7971
7972         * class.c (mono_debugger_class_init_func): New global function
7973         pointer variable.
7974         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
7975         call it.
7976
7977         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
7978         function.  This is called via the mono_debugger_class_init_func
7979         hook to add all types to the dynamic type table.
7980         (ves_icall_MonoDebugger_GetType): New interncall to get a class
7981         from its metadata token.
7982
7983         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
7984         New interncall for the debugger.
7985
7986 2002-09-24  Nick Drochak <ndrochak@gol.com>
7987
7988         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
7989         before using it in case it is null.
7990         
7991 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7992
7993         * metadata.c: allow custom modifiers in local var signatures
7994         (bug spotted by Zoltan Varga).
7995
7996 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
7997
7998         * class.c: deal with the <Module> class that may have a NULL vtable.
7999         Eliminate warnings.
8000
8001 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8002
8003         * image.c, image.h: more strong name helpers.
8004         * monosn.c: more work: convert pem keys to cryptoapi format.
8005
8006 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8007
8008         * string-icalls.c: speedup IndexOf.
8009
8010 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8011
8012         * icall.c: updates from Zoltan.2.Varga@nokia.com.
8013
8014 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8015
8016         * icall.c: cleanup: use mono_object_domain ().
8017
8018 2002-09-23  Martin Baulig  <martin@gnome.org>
8019
8020         * debug-mono-symfile.c: Improved type support.
8021
8022 2002-09-22  Martin Baulig  <martin@gnome.org>
8023
8024         * debug-mono-symfile.c: Added support for reference types and strings.
8025
8026 2002-09-22  Martin Baulig  <martin@gnome.org>
8027
8028         * debug-mono-symfile.c: Started to work on the type table.
8029
8030 2002-09-21  Martin Baulig  <martin@gnome.org>
8031
8032         * debug-mono-symfile.c: Largely reworked the symbol table format.
8033         The symbol table is now incrementally updated each time a new
8034         method is added.  We're now also using our own magic and version
8035         so that you don't need to recompile all your classes if the
8036         dynamic table changes.
8037         (mono_debug_update_mono_symbol_file): Removed.
8038         (mono_debug_symfile_add_method): New function to add a method.
8039
8040 2002-09-21  Martin Baulig  <martin@gnome.org>
8041
8042         * icall.c
8043         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
8044         New interncall.
8045
8046         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
8047         New interncall to get a method from its metadata token.
8048
8049 2002-09-21  Martin Baulig  <martin@gnome.org>
8050
8051         * debug-mono-symfile.c: Create type table.
8052
8053 2002-09-20  Martin Baulig  <martin@gnome.org>
8054
8055         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
8056
8057 2002-09-20  Martin Baulig  <martin@gnome.org>
8058
8059         * debug-mono-symfile.c: Provide information about params and locals.
8060
8061 2002-09-20  Martin Baulig  <martin@gnome.org>
8062
8063         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
8064         New interncall.
8065
8066         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
8067         interncall to get a method from its metadata token.
8068
8069 2002-09-20  Martin Baulig  <martin@gnome.org>
8070
8071         * debug-mono-symfile.c: Added a few checks for method->header
8072         being non-NULL.  This should never happen, but for the moment
8073         let's use a g_warning() rather than a g_assert().
8074
8075 2002-09-19  Mark Crichton  <crichton@gimp.org>
8076
8077         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
8078         even if support for it isn't present.  Added an #ifdef to fix this.
8079
8080         * socket-io.c: Added checks back for Solaris support.
8081
8082 2002-09-19  Martin Baulig  <martin@gnome.org>
8083
8084         * debug-mono-symfile.c (read_string, write_string): Reflect latest
8085         changes in the symbol file format.
8086
8087 2002-09-18  Martin Baulig  <martin@gnome.org>
8088
8089         * debug-mono-symfile.c: Set version number to 21.
8090
8091 2002-09-18  Dick Porter  <dick@ximian.com>
8092
8093         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
8094         on netbsd.  Fixes bug 30051.
8095
8096 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8097
8098         * reflection.c:
8099         (set_version_from_string): little fix.
8100
8101 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8102
8103         * monosn.c, Makefile.am: added strong name utility.
8104         * reflection.h, reflection.c: implemented delayed signing,
8105         locale, version and hash id assembly attributes.
8106
8107 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8108
8109         * loader.c, metadata.c: load param attributes in signatures.
8110
8111 2002-09-16  Martin Baulig  <martin@gnome.org>
8112
8113         * debug-mono-symfile.c: Added string table with all method names.
8114
8115 2002-09-14  Martin Baulig  <martin@gnome.org>
8116
8117         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
8118         fast method lookup.
8119
8120 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8121
8122         * reflection.c: record the public key token of referenced assemblies.
8123
8124 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8125
8126         * image.c, image.h: added functions to get the strong name and the
8127         public key of an assembly.
8128         * pedump.c: use them.
8129
8130 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
8131
8132         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
8133
8134 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
8135
8136         * marshal.c (mono_marshal_get_managed_wrapper): Added
8137         MONO_TYPE_BOOLEAN 
8138
8139 2002-09-11  Martin Baulig  <martin@gnome.org>
8140
8141         * gc.c: Call GC_unregister_disappearing_link() on all links when
8142         finalizing them, this is necessary to aviod a crash in boehm's
8143         finalize handler.
8144
8145 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8146
8147         * gc.c: handle GetTarget for finalized objects spotted and fixed by
8148         nick@chemlab.org.
8149
8150 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
8151
8152         * icall.c: implemented MonoType::Module.
8153         * reflection.c, reflection.h: mono_module_get_object () from
8154         Tomi Pakarinen <tomi.pakarinen@welho.com>.
8155
8156 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
8157
8158         * icall.c: ignore overridden methods in GetMethods ().
8159         Fix for FieldInfo::SetValue().
8160         * object.c: handle float/double in runtime invoke.
8161
8162 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8163
8164         * object.c: allow a constructor to be called again on an object.
8165
8166 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8167
8168         * class.h, class.c: move field layout code to it's own function and
8169         export it. Get an interface id earlier. Move fields in MonoClass
8170         so they are more cache friendly and align the bitfields.
8171         * loader.c: temporary handle get_param_names() for a runtime method.
8172         * reflection.c, reflection.h: more code to handle runtime creation of
8173         types.
8174
8175 2002-09-09  Martin Baulig  <martin@gnome.org>
8176
8177         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
8178         signature with the pinvoke field being set for the actual call.
8179
8180 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8181
8182         * icall.c: removed some unused icalls. Start of map of glib charsets
8183         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
8184
8185 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8186
8187         * debug-helpers.c: break infinite loop (found and fixed by
8188         Holger Arnold <harnold@gmx.de>).
8189
8190 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8191
8192         * icall.c: target may be null in create_delegate.
8193
8194 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8195
8196         * marshal.c: handle a boolean return type.
8197
8198 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8199
8200         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
8201
8202 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8203
8204         * gc.c: fix weakreferences.
8205
8206 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
8207
8208         * icall.c: added icall to get default codepage.
8209
8210 2002-09-03  Dick Porter  <dick@ximian.com>
8211
8212         * threads.h: 
8213         * threads.c: Use MonoThread instead of MonoObject where
8214         apropriate.
8215
8216         Store running thread objects in a hash table, so that we have all
8217         the info to hand when waiting for them to finish
8218         (means we don't need OpenThread() any more, so mingw builds should
8219         be fully functional again.)
8220
8221         * verify.c:
8222         * object.h: Added thread ID to MonoThread
8223
8224 2002-09-03  Martin Baulig  <martin@gnome.org>
8225
8226         * icall.c (System.Reflection.Assembly::get_location): New interncall.
8227
8228 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8229
8230         * icall.c: fixed leak in get_temp_path. Thanks lupus.
8231
8232 2002-09-03  Martin Baulig  <martin@gnome.org>
8233
8234         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
8235         argument to store the end address of the disassembled instruction.
8236
8237         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
8238         here from debug-symfile.h.
8239         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
8240         JIT into this struct.
8241         (MonoSymbolFile): Added `char *image_file' field.
8242         (MonoDebugGetMethodFunc): Removed.
8243         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
8244         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
8245         (mono_debug_find_method): New method.
8246
8247         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
8248         create a full symbol file.
8249         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
8250         and static symbol files.
8251         (mono_debug_find_method): The symbol file keeps an internal method hash,
8252         call this to get a MonoDebugMethodInfo from a MonoMethod.
8253
8254         * debug-symfile.[ch]: Removed.
8255
8256 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
8257
8258         * image.c (do_mono_image_open): Remove linker version check.
8259
8260 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
8261
8262         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
8263         wrappers for instance methods.
8264         
8265 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8266
8267         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
8268
8269 2002-08-28  Dick Porter  <dick@ximian.com>
8270
8271         * Makefile.am: Export HOST_CC for w32 builds
8272
8273 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8274
8275         * file-io.c process.c: MonoString are null terminated, no
8276         need for mono_string_to_utf16() anymore.
8277
8278 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8279
8280         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
8281
8282 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
8283
8284         * icall.c, reflection.h: speedup System.MonoType.
8285
8286 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8287
8288         * reflection.c: allow null as the value of a string argument in
8289         custom attributes constructors.
8290
8291 2002-08-27  Martin Baulig  <martin@gnome.org>
8292
8293         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
8294         `trampoline_address' field.
8295
8296 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
8297
8298         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
8299         check (fixes bug #29486) 
8300
8301 2002-08-27  Martin Baulig  <martin@gnome.org>
8302
8303         * debug-mono-symfile.c: Changed the file format in a way that allows us
8304         open it read-only and to use a specially malloced area for all the
8305         dynamic data.  We can now also generate a symbol file on-the-fly if we're
8306         debugging IL code and there is no MCS generated symbol file for it.
8307
8308 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8309
8310         * object.c: added a define for a good string and array
8311         creation speedup (not enabled by default because we need to deal with
8312         the synch stuff).
8313
8314 2002-08-26  Martin Baulig  <martin@gnome.org>
8315
8316         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
8317         function to create a dynamic symbol file.  This is used by the
8318         debugger to create a symbol file for IL code on-the-fly.
8319
8320 2002-08-26  Martin Baulig  <martin@gnome.org>
8321
8322         * loader.c (mono_lookup_pinvoke_call): Include the error message
8323         from g_module_error() in the error message.
8324
8325 2002-08-24  Martin Baulig  <martin@gnome.org>
8326
8327         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
8328         function to update the symbol file.  The symbol file is mmap()ed
8329         writable, but private.  This allows us to install the symbol file
8330         together with the assembly.
8331
8332 2002-08-24  Martin Baulig  <martin@gnome.org>
8333
8334         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
8335         but they can read the new symbol file format which mcs is now creating.
8336
8337         * debug-symfile.c (mono_debug_find_source_location): Moved to
8338         debug-mono-symfile.c; this is now operating on the new symbol file.
8339
8340 2002-08-23  Martin Baulig  <martin@gnome.org>
8341
8342         * debug-helpers.c (mono_method_desc_from_method): New function to get
8343         a MonoMethodDesc from a MonoMethod.
8344
8345 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8346
8347         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
8348         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
8349
8350 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
8351
8352         * string-icalls.[ch]: make helper methods static.
8353
8354 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8355
8356         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
8357         types to it and to SetValueInternal.
8358
8359         * object.c: Moved handle_enum label to its proper place. This was the
8360         f... bug! ;-)
8361
8362         This time i compiled mcs and gtk-sharp and they both work.
8363
8364 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8365
8366         * icall.c: reverted partially my previous patch until 
8367         object.c:set_value handles enums correcly.
8368
8369 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8370
8371         * icall.c:
8372         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
8373         (ves_icall_System_Environment_get_MachineName): removed warning when
8374         compiling under cygwin.
8375
8376 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8377
8378         * object.c: fixed field_get_value() for reference types.
8379
8380 2002-08-22  Dick Porter  <dick@ximian.com>
8381
8382         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
8383         Don't free a buffer while it's still needed.  Patch from Jonathan
8384         Liger <Jonathan.liger@wanadoo.fr>
8385
8386 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
8387
8388         * icall.c (ves_icall_System_Environment_get_Platform): Add new
8389         internal call.
8390
8391 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
8392
8393         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
8394         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
8395
8396         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
8397         we call unmanaged code which throws exceptions.
8398
8399 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8400
8401         * appdomain.h: added per-domain entry_assembly.
8402         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
8403         arguments.
8404         * icall.c: Assembly::GetEntryAssembly icall.
8405         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
8406         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
8407
8408 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8409
8410         * appdomain.h, gc.c: added mono_domain_finalize ().
8411
8412 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8413
8414         * object.c:
8415         (mono_print_unhandled_exception): changed g_warning by g_printerr
8416         because g_log has a 1024 characters limit (yeah, i got a big stack
8417         trace). Don't print exception name, that should be in ToString 
8418         returned string.
8419
8420 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8421
8422         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
8423         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
8424
8425 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8426
8427         * object.c:
8428         (mono_print_unhandled_exception): after previous commit, i realized
8429         that MS calls ToString on the exception. I changed this function to
8430         do that. This way we get stack_trace for free.
8431
8432 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8433
8434         * object.c:
8435         (mono_print_unhandled_exception): invoke Message property instead of
8436         getting 'message' field from Exception. Don't allocate memory for
8437         'trace' and 'message' if not needed.
8438
8439 2002-08-18  Dick Porter  <dick@ximian.com>
8440
8441         * unicode.c: Fix asserts to match Encoder.cs checks
8442
8443 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8444
8445         * marshal.c: fix unaligned store issue and a few wrong
8446         opcode argument types.
8447
8448 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8449
8450         * icall.c: added GetUninitializedObjectInternal internal call.
8451
8452 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
8453
8454         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
8455         to the right domain.
8456
8457 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
8458
8459         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
8460
8461         * class.c (class_compute_field_layout): set blittable to false for Strings
8462
8463         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
8464
8465 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8466
8467         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
8468         first chunk of code to create types at runtime. Code to
8469         handle ReflectedType/DeclaringType. Make reflection handles
8470         domain specific.
8471
8472 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
8473
8474         * class.c: set correct name in arrays.
8475
8476 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
8477
8478         * appdomain.c (mono_domain_transfer_object): make it work with
8479         valuetypes. bug fixes.
8480
8481 2002-08-12  Dick Porter  <dick@ximian.com>
8482
8483         * object.h: Rename some parameters to avoid c++ keywords (Patch
8484         from Joseph Wenninger <kde@jowenn.at>)
8485
8486 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
8487
8488         * icall.c: added icall to implement Assembly.GetFile*.
8489
8490 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8491
8492         * reflection.h, reflection.c: code to embed managed resources.
8493
8494 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8495
8496         * class.c: move all the type size stuff into
8497         class_compute_field_layout().
8498
8499 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8500
8501         * class.c: ensure enums have always the correct instance size.
8502         * unicode.c: remove wrong assert.
8503
8504 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8505
8506         * assembly.c: fix mem corruption issue.
8507         * image.h, image.c: added mono_image_get_resource () to access
8508         managed resources.
8509         * icall.c: implemented Assembly.EntryPoint property and some
8510         Managed Resources related internalcalls.
8511
8512
8513 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
8514
8515         * image.c, image.h: impemented mono_image_get_entry_point ().
8516         * appdomain.c: use mono_image_get_entry_point.
8517
8518 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8519
8520         * reflection.c: support the object type argument when loading
8521         custom attributes.
8522
8523 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
8524
8525         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
8526         String as return type.
8527
8528 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
8529
8530         * reflection.c: fix encoding of named args for custom attrs to match
8531         the ms implementation. Read them back when instantiating custom
8532         attributes.
8533
8534 2002-08-02  Radek Doulik  <rodo@ximian.com>
8535
8536         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
8537         by Dietmar as quick fix
8538         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
8539         16 as stack size, used on more places as quick fix before Dietmar
8540         will fix it properly
8541
8542 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8543
8544         * object.h, object.c: added accessors for fields and properties.
8545
8546 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8547
8548         * class.c, class.h: made mono_class_get_field_from_name ()
8549         loop on parent types.
8550         Added mono_class_get_property_from_name ().
8551
8552 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8553
8554         * class.c, class.h: move the code to setup the type vtable in its own
8555         function so that it can be reused also for types created at runtime.
8556         Eliminate the "class" identifier from the header file.
8557         * reflection.c: setup the vtable for enums so that we can create
8558         objects for use in SetConstant ().
8559
8560 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
8561
8562         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
8563         instead of the delegate itself as this pointer (bug #28383)
8564
8565 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
8566
8567         * marshal.c (mono_marshal_get_managed_wrapper): added return type
8568         conversions.
8569
8570 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8571
8572         * loader.c: don't set the pinvoke bit on icalls.
8573
8574 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
8575
8576         * debug-helpers.c (mono_method_full_name): only print a number to
8577         indicate wrapper type (so that the output is more readable in traces).
8578
8579 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
8580
8581         * class.c (mono_class_init): include method override patch from Paolo
8582
8583 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
8584
8585         * icall.c: fixed GetTypeCode().
8586
8587 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
8588
8589         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
8590         use real delegate invoke function to make it work with multicast
8591         delegates (fix bug# 28291).
8592
8593 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8594
8595         * object.c: load constant strings.
8596
8597 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8598
8599         * reflection.c: no magic numbers.
8600         * tabledefs.h: security action enum.
8601
8602 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8603
8604         * assembly.c: fix possible memory corruption.
8605
8606 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8607
8608         * reflection.h, reflection.c: added support for linking resources.
8609         * verify.c: check we have an updated corlib.
8610
8611 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
8612
8613         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
8614         string arrays.
8615         (mono_marshal_string_array): null terminate unmanaged string arrays.
8616         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
8617
8618 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8619
8620         * icall.c: Type.GetType () can now return also types from the
8621         calling assembly.
8622
8623 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
8624
8625         * loader.h, loader.c: stack walking support.
8626         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
8627         GetCallingAssembly.
8628
8629 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
8630
8631         * marshal.c: added optimisations for blittable types 
8632
8633         * class.c (mono_array_class_get): do not set blittable attribute on arrays
8634         (mono_class_setup_mono_type): set blittable attribute for single
8635         and double.
8636
8637         * marshal.c (mono_string_utf8_to_builder): impl.
8638         (mono_string_builder_to_utf8): impl.
8639         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
8640
8641 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
8642
8643         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
8644         (mono_marshal_get_managed_wrapper): impl. byref types
8645
8646 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8647
8648         * icall.c:
8649         (search_method): don't display debug message. 
8650
8651 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
8652
8653         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
8654
8655 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
8656
8657         * appdomain.c: set the missing filename when throwing exception.
8658
8659 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
8660
8661         * metadata.c (mono_type_size): code cleanup
8662         (mono_type_stack_size): removed some test code
8663
8664 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
8665
8666         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
8667         mono_get_exception_file_not_found now.
8668
8669         * exception.c (mono_exception_from_name_two_strings): New version
8670         that will call a constructor with two string arguments. 
8671         (mono_get_exception_file_not_found): New helper routine, used to
8672         report file-not-found errors.
8673
8674 2002-07-20  Dick Porter  <dick@ximian.com>
8675
8676         * process.h:
8677         * process.c: Pass file handles to CreateProcess
8678         
8679         * icall.c:
8680         * file-io.h:
8681         * file-io.c: Implemented CreatePipe
8682
8683 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
8684
8685         * metadata.c (mono_get_param_info): set alignment for value types
8686
8687 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8688
8689         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
8690         Constify mono_domain_assembly_open().
8691         * loader.c: handle null namespace in icalls.
8692
8693 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
8694
8695         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
8696         (emit_str_to_ptr_conv): marshal object as structs
8697
8698         * metadata.c (mono_type_to_unmanaged): marshal object as structs
8699
8700         * marshal.c (mono_marshal_get_runtime_invoke): support value types
8701
8702 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
8703
8704         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
8705         (mono_marshal_get_native_wrapper): we an now return value types
8706
8707 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8708
8709         * verify.c: more checks implemented.
8710
8711 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
8712
8713         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
8714         (fix bug #27695)
8715         (mono_marshal_get_native_wrapper): allow byref arguments
8716         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
8717         impl. PtrToStringXXX methods
8718         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
8719         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
8720         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
8721         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
8722         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
8723
8724 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8725
8726         * reflection.c: fix buglet in parsing an assembly name.
8727
8728 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
8729
8730         * marshal.c (emit_ptr_to_str_conv): first impl.
8731
8732 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
8733
8734         * object.c, class.h: cache the vtable in the class as suggested by
8735         vargaz@freemail.hu (Zoltan Varga).
8736
8737 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8738
8739         * class.h, loader.c: added mono_field_from_token().
8740         * verify.c: first cut of type checking code.
8741
8742 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
8743
8744         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
8745
8746 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
8747
8748         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
8749         (fix bug #27782)
8750         (mono_marshal_get_remoting_invoke): impl.
8751         (mono_delegate_begin_invoke): impl.
8752         (mono_mb_emit_save_args): impl.
8753         (mono_delegate_end_invoke): impl.
8754         (mono_marshal_get_delegate_begin_invoke):
8755         (mono_marshal_get_delegate_end_invoke):
8756         (mono_marshal_get_delegate_invoke): generate a special name for
8757         those methods (including the signature) and associate them whith
8758         the delegate class. 
8759
8760 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
8761
8762         * reflection.[ch]: 
8763         (mono_reflection_type_from_name): now it has a MonoImage parameter
8764         which is used as the default image to search the type in. If the image
8765         is NULL or getting the type from it fails, it defaults to corlib.
8766
8767         * icall.c: changed 1 call to mono_reflection_type_from_name to match
8768         new parameter.
8769
8770 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8771
8772         * reflection.c: update the parameter table index.
8773
8774 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
8775
8776         * domain.c: don't include the mark byte in the string hash.
8777
8778 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
8779
8780         * icall.cs: icall for Type.GetTypeCode ().
8781         * verify: a couple of fixes and disabled local initialization checks.
8782
8783 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
8784
8785         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
8786
8787         * debug-helpers.c (mono_method_full_name): print the type of the
8788         runtime wrapper
8789
8790         * metadata.c (mono_signature_hash): a hash function for signatures
8791         (mono_signature_hash): better hash algorithm
8792
8793         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
8794
8795         * debug-helpers.c (mono_method_full_name): this can now generate
8796         method names with signatures
8797
8798         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
8799         method dont have this pointers.
8800
8801 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8802
8803         * reflection.c: fixup typebuilder tokens.
8804         * image.c: fix buglet.
8805         * marshal.h: remove whitespace.
8806         * metadata.h, metadata.c: reinstate code that was removed.
8807         * verify.c: handle catch directives and fix another couple of bugs.
8808
8809 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
8810
8811         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
8812         (mono_marshal_get_native_wrapper): make it comp. with the old code
8813         (mono_marshal_get_native_wrapper): support boolean
8814         (mono_marshal_get_managed_wrapper): support more types
8815
8816 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
8817
8818         * class.c (class_compute_field_layout): compute class->blittable attribute.
8819
8820 2002-07-09  Dick Porter  <dick@ximian.com>
8821
8822         * threads.c: Make the thread cleaning up cope with threads that
8823         call ExitThread()
8824
8825 2002-07-08  Radek Doulik  <rodo@ximian.com>
8826
8827         * reflection.c (method_encode_code): use non-translated values to
8828         compute finally_start, this fixes exception handling on ppc, yay!
8829
8830         * decimal.h (struct signscale): fix endianess
8831
8832 2002-07-07  Radek Doulik  <rodo@ximian.com>
8833
8834         * reflection.c: swap box_val and not val
8835
8836 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
8837
8838         * reflection.c, reflection.h: handle full assembly info in type name.
8839         Handle Type arguments when loading custom attributes.
8840         * icall.c: updated to use new mono_reflection_type_from_name () method.
8841
8842 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8843
8844         * loader.c:
8845         (method_from_memberref): also print assembly name when method not found.
8846
8847 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8848
8849         * icall.c:
8850         (ves_icall_TypeGetProperties): fixed bug #27473. 
8851
8852 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8853
8854         * reflection.c: display image name and token when cannot find the
8855         .ctor for an attribute.
8856
8857 2002-07-05  Martin Baulig  <martin@gnome.org>
8858
8859         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
8860
8861 2002-07-04  Dick Porter  <dick@ximian.com>
8862
8863         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
8864         compile on mingw.  This will cause mingw builds to not wait for
8865         subthreads to terminate after the main thread does.  I've lodged a
8866         bug with the mingw developers for them to wrap OpenThread().
8867
8868 2002-07-03  Dick Porter  <dick@ximian.com>
8869
8870         * threads.c: Store thread IDs instead of handles, because
8871         GetCurrentThread() returns a pseudohandle and therefore stores
8872         useless values.  mono_thread_cleanup() continues checking the
8873         array of threads until it is empty, to cope with subthreads
8874         spawning new threads after the main thread has finished.
8875
8876         * profiler.h:
8877         * profiler.c:
8878         * profiler-private.h: Pass the thread ID to thread profiler
8879         functions, instead of a handle
8880
8881 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8882
8883         * verify.c: fixes to make it more usable.
8884         * pedump.c: added --verify code to verify IL code in an assembly.
8885
8886 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8887
8888         * reflection.c: turn errors into warnings to allow compiling corlib.
8889
8890 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
8891
8892         * reflection.c: add special cases to compile corlib.
8893
8894 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8895
8896         * reflection.c: handle properties with only a set method.
8897
8898 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8899
8900         * opcodes.h: add enum with opcodes in opval order.
8901
8902 2002-07-01  Dick Porter  <dick@ximian.com>
8903         
8904         * object.h:
8905         * object.c (mono_runtime_run_main): Removed unneeded argument
8906
8907 2002-06-28  Martin Baulig  <martin@gnome.org>
8908
8909         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
8910
8911 2002-06-27  Dick Porter  <dick@ximian.com>
8912
8913         * threads.c: Store the handle in both the parent thread and in the
8914         subthread, to minimise the time between starting a new thread and
8915         storing its ID.
8916
8917 2002-06-26  Dick Porter  <dick@ximian.com>
8918
8919         * appdomain.c (mono_runtime_cleanup): Close the socket library
8920         after all the threads have finished, not before
8921
8922 2002-06-26  Martin Baulig  <martin@gnome.org>
8923
8924         * debug-symfile.c (mono_debug_find_source_location): Added
8925         `guint32 *line_number' argument.  If it's not NULL, store the line number
8926         there and return the file name without the line number.
8927
8928 2002-06-25  Dick Porter  <dick@ximian.com>
8929
8930         * icall.c:
8931         * process.h:
8932         * process.c: Process forking and other support functions
8933
8934 2002-06-25  Dick Porter  <dick@ximian.com>
8935
8936         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
8937         things dont happen when the image is closed.
8938         (mono_image_lookup_resource): Walk the resource section looking
8939         for a particular entry
8940
8941         * cil-coff.h: PE resource section decoding
8942
8943 2002-06-25  Dick Porter  <dick@ximian.com>
8944         
8945         * assembly.h:
8946         * assembly.c: 
8947         (mono_assembly_foreach): Accessor functions to walk the list of
8948         loaded assemblies
8949         (mono_assembly_set_main):
8950         (mono_assembly_get_main): Process methods need to know which
8951         assembly is the "main" one
8952
8953         * object.c (mono_runtime_run_main): Record the main assembly
8954
8955         * debug-helpers.c: Fix typo
8956
8957 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
8958
8959         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
8960         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
8961
8962 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8963
8964         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
8965
8966 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
8967
8968         * image.c (do_mono_image_open): Initialize reference count,
8969         otherwise we leak the MonoImage.
8970
8971 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8972
8973         * reflection.c: small tweak to handle self-hosting.
8974
8975 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8976
8977         * reflection.c: fix type name parse code.
8978
8979 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8980
8981         * reflection.c: break out of the loop.
8982         * image.c: special case corlib.
8983
8984 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8985
8986         * reflection.c: add all the custom attrs at the end to ensure the
8987         ctors have been properly initialized when the attributes are defined
8988         in the current assembly.
8989
8990 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8991
8992         * reflection.c: handle correctly multiple-nested types.
8993
8994 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
8995
8996         * row-indexes.h: fix typos.
8997         * reflection.c: adjust for typos and fix method_def_or_ref
8998         encoding in MethodImpl table.
8999
9000 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9001
9002         * reflection.c: fix entry point patching (thanks Serge!).
9003
9004 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
9005
9006         * verify.c: add check for System.Exception
9007
9008 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
9009
9010         * image.c, class.c: minifix for code just c&p'ed.
9011         * reflection.c: warning fix.
9012         * object.h, loader.h, domain.c: load also StringBuilder.
9013
9014 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9015
9016         * marshal.h, marshal.c: some support code to handle complex marshaling.
9017
9018 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9019
9020         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
9021         Better signatures with vtable error dump.
9022
9023 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
9024
9025         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
9026
9027 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
9028
9029         * icall.c (ves_icall_Type_GetField): impl.
9030
9031 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9032
9033         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
9034         to retrieve a marshal description blob for a field or param.
9035
9036 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9037
9038         * reflection.h, reflection.c: change order of nested type emission
9039         to avoid table corruption. The NestedTypes table is sorted.
9040         * icall.c: change order of GetConstructor results to workaround mcs bug.
9041
9042 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9043
9044         * reflection.h, reflection.c: handle field and param marshal
9045         information.
9046
9047 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9048
9049         * icall.c, marshal.c marshal.h: more Marshal class implementation.
9050
9051 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9052
9053         * reflection.c: fix call convention.
9054
9055 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9056
9057         * reflection.h, reflection.c: mono_image_get_memberref_token()
9058         takes a type instead of a class, now. Added
9059         mono_image_get_array_token() to create tokens for the special
9060         multi-dim array methods.
9061
9062 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9063
9064         * assembly.c: handle modules (no assembly table). Split
9065         loading references in its own function.
9066         * class.c: handle moduleref resolution scope.
9067         * image.c, image.h: cache module name in image.
9068
9069 2002-06-07  Martin Baulig  <martin@gnome.org>
9070
9071         * reflection.c (mono_image_get_type_info): Only add a class layout entry
9072         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
9073
9074 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
9075
9076         * icall.c: more signature fixes that used uint instead of int.
9077
9078 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9079
9080         * reflection.c: fixed signature of field refs.
9081
9082 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9083
9084         * class.c, reflection.c: handle typerefs of nested types
9085         (both on read and when writing files).
9086
9087 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9088
9089         * icall.c: fix method signatures that tried to workaround the previous
9090         typo, d'oh!
9091
9092 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
9093
9094         * debug-helpers.c: fix typo.
9095
9096 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
9097
9098         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
9099         rewrote the PE/COFF writing code (our programs are understood by the
9100         ms runtime, now).
9101
9102 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9103
9104         * gc.c, gc.h, icall.c: weakreference support.
9105
9106 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9107
9108         * Makefile.am, mono-config.c: use $(sysconfdir).
9109
9110 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
9111
9112         * icall.c: changed default precision of Double.ToString() to 15.
9113         Fixed memory leak. Unified with Single.ToString.
9114
9115 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
9116
9117         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
9118
9119 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9120
9121         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
9122         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
9123         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
9124         and myself.
9125
9126 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9127
9128         * debug-symfile.c, sysmath.c: yet more compilation fixes.
9129
9130 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9131
9132         * reflection.c, socket-io.c: more compilation fixes.
9133
9134 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9135
9136         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
9137         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
9138         unicode.c: warning and compiler compatibility fixes.
9139
9140 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9141
9142         * class.h, metadata.c: fixed warnings/compilation errors.
9143
9144 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
9145
9146         * Makefile.am, mono-config.c, mono-config.h: configuration file
9147         support routines.
9148         * loader.c, loader.h: make Dll mapping configurable at runtime in the
9149         config file. Export methods to insert and lookup mappings.
9150
9151 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9152
9153         * reflection.c: handle types and boxed objects in custom attr
9154         constructors.
9155
9156 2002-05-30  Martin Baulig  <martin@gnome.org>
9157
9158         * debug-symfile.c
9159         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
9160
9161 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
9162
9163         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
9164         to lookup the implmap row for a P/Invoke method.
9165         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
9166         P/Invoke method from the runtime on an as needed basis.
9167
9168 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
9169
9170         * metadata.c (mono_metadata_parse_signature): impl.
9171
9172 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9173
9174         * class.c: handle .pack directive.
9175
9176 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9177
9178         * object.c: initialize static fields with RVA data.
9179
9180 2002-05-25  Martin Baulig  <martin@gnome.org>
9181
9182         * debug-symfile.c
9183         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
9184
9185 2002-05-24  Martin Baulig  <martin@gnome.org>
9186
9187         * debug-symfile.c
9188         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
9189         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
9190         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
9191
9192 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9193
9194         * object.c: special case string ctros in invoke.
9195         * gc.c: silly whitespace changes.
9196
9197 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
9198
9199         * threadpool.[ch]: impl. a threadpool that can
9200         be used by mint and mono.
9201
9202 2002-05-22  Martin Baulig  <martin@gnome.org>
9203
9204         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
9205         The first argument is now a `MonoReflectionModuleBuilder *', the return
9206         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
9207         `methods' field to get the method builder.  The `token' argument is the
9208         unfixed token.
9209
9210         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
9211         invalid characters instead of g_assert_not_reached()ing.  This seems
9212         to be the behaviour of mscorlib.
9213
9214 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
9215
9216         * object.c (mono_runtime_invoke_array): applied patch from Rachel
9217         Hestilow to fix bug #25104
9218
9219 2002-05-21  Martin Baulig  <martin@gnome.org>
9220
9221         * debug-symfile.c (mono_debug_find_source_location): New function.
9222         Looks up an IL offset in the line number table and returns the source
9223         location as a string.
9224
9225 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9226
9227         * icall.c:
9228         (mono_double_ToStringImpl): changed %f by %g until we have something
9229         better.
9230
9231 2002-05-21  Nick Drochak  <ndrochak@gol.com>
9232
9233         * icall.c : Use different name for Math.Pow's icall.  Needed to check
9234         parameters first in C#.
9235
9236 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9237
9238         * icall.c, reflection.h: added icall to get info about an event.
9239
9240 2002-05-20  Radek Doulik  <rodo@ximian.com>
9241
9242         * object.c (mono_value_box): don't use memcpy for boxing on BIG
9243         endian
9244         (mono_value_box): don't use memcpy for small sizes on
9245         architectures with unaligned access
9246
9247 2002-05-20  Martin Baulig  <martin@gnome.org>
9248
9249         * reflection.c (mono_reflection_setup_internal_class): Don't crash
9250         if `tb->parent == NULL'.
9251         (mono_reflection_create_internal_class): New function.  This is
9252         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
9253         for enum types.
9254
9255         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
9256         New interncall.
9257
9258 2002-05-19  Martin Baulig  <martin@gnome.org>
9259
9260         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
9261         argument to get the length, don't default to the array length.
9262
9263 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
9264
9265         * assembly.c (mono_assembly_setrootdir): New function used to
9266         override the MONO_ASSEMBLIES directory.
9267
9268 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9269
9270         * icall.c: ValueType_GetHashCode() initialize local var.
9271
9272 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9273
9274         * reflection.c: sort custom attributes table.
9275
9276 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9277
9278         * reflection.c: support named args in custom attributes (write support).
9279
9280 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
9281
9282         * reflection.c: fix finally position calculation.
9283
9284 2002-05-15  Radek Doulik  <rodo@ximian.com>
9285
9286         * reflection.c: fixed endianess at many places
9287
9288         * icall.c (ves_icall_InitializeArray): comment out debug msg
9289
9290 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
9291
9292         * object.c (mono_unhandled_exception): new function to handle
9293         unhandled exceptions.
9294         (mono_unhandled_exception): call the UnhandledException event.
9295         (mono_runtime_delegate_invoke): impl.
9296
9297 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
9298
9299         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
9300         returns the RVA, not the direct pointer to the data. Handle the case
9301         when the class size is fixed.
9302
9303 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9304
9305         * reflection.c: fix some endianess issues.
9306
9307 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
9308
9309         * object.c (mono_runtime_invoke): is now able to catch exceptions.
9310
9311         * threads.c (mono_thread_init): added a callback which is invoked
9312         at thread start.
9313
9314 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9315         
9316         * icall.c: make GetHashCode return non-negative values.
9317
9318 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9319
9320         * object.c, icall.c, gc.c: revert to address-based hashcode.
9321
9322 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
9323
9324         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
9325
9326 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9327
9328         * icall.c, class.c: special case <Module>.
9329
9330 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
9331
9332         * icall.c: fix bug in GetNow().
9333
9334 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
9335
9336         * object.c (mono_runtime_class_init): make sure that we call all
9337         static class constructors.
9338
9339 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9340
9341         * reflection.c: sort methodsemantics table.
9342
9343 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9344
9345         * reflection.h, reflection.c: honour init locals setting.
9346
9347 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
9348
9349         * icall.c: copied Double ToStringImpl for Single ToStringImpl
9350
9351 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9352
9353         * reflection.c: support ContructorBuilders in attribute blob creation.
9354
9355 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9356
9357         * reflection.c: some changes to build a binary that can be run
9358         directly in windows.
9359
9360 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
9361
9362         * loader.c: print a big message when an icall can't be found.
9363
9364 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9365
9366         * string-icalls.c: fix bug 24248.
9367
9368 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
9369
9370         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
9371         icall.c, reflection.h: separate assembly loading by pathname and by
9372         assembly name. Use the MONO_PATH env var to search for assemblies.
9373
9374 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9375
9376         * assembly.c, image.h: add some support for assemblies
9377         with multiple modules.
9378         * class.c, class.h: export mono_class_from_typeref().
9379         * loader.c: remove duplicated code and use mono_class_from_typeref(),
9380         instead.
9381
9382 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9383
9384         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
9385         documentation says (the ECMA one is correct).
9386
9387 2002-05-02  Dick Porter  <dick@ximian.com>
9388
9389         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
9390         Don't name the synchronisation mutex.
9391
9392 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
9393
9394         * rand.c
9395         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
9396         Make the prototypes match.
9397         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
9398         Same.
9399
9400         * icall.c
9401         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
9402         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
9403         all systems have tm.tm_zone, so use strftime() with %Z to print
9404         the timezone abreviation into a temp string.
9405
9406         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
9407         rather than mono_array_addr() on a MonoString on Big Endian
9408         machines.
9409
9410 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
9411
9412         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
9413         fix bug 24041
9414
9415 2002-04-30  Dick Porter  <dick@ximian.com>
9416
9417         * socket-io.c: Cope with SOCKET being an integer rather than a
9418         pointer now.
9419
9420         * threads.c: Added Thread_free_internal, to deal with thread
9421         handle cleanup.  Moved calls to handle_store() and handle_remove()
9422         to start_wrapper(), so each can only be called once.  Allocate
9423         synchronisation blocks with GC_malloc(), and use GC finalisation
9424         to close the handles.
9425
9426         * icall.c: added System.Threading.Thread::Thread_free_internal
9427
9428 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9429
9430         * icall.c: support Environment.Exit, CommandLineArgs().
9431
9432 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9433
9434         * object.c, object.h: added mono_runtime_run_main () and
9435         mono_runtime_get_main_args () for use in System.Environment.
9436
9437 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9438
9439         * gc.c: fix thinko, enable actual finalization since the jit is now
9440         fixed.
9441
9442 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9443
9444         * gc.c, object.c: take into account that an object may be offset wrt the address
9445         returned by GC_malloc().
9446
9447 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9448
9449         * image.c: handle files without entries in the assembly table (modules).
9450
9451 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
9452
9453         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
9454         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
9455         allowed to be null when it's System.Object class setup.
9456
9457 2002-04-27  Martin Baulig  <martin@gnome.org>
9458
9459         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
9460         if `tb->parent == NULL' rather than crashing.
9461
9462 2002-04-28  Nick Drochak  <ndrochak@gol.com>
9463
9464         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
9465         calling acos() where asin() should have been called.
9466
9467 2002-04-26  Martin Baulig  <martin@gnome.org>
9468
9469         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
9470         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
9471         there's a subdirectory called `System', but we don't want to read that
9472         subdirectory as an assembly.
9473
9474 2002-04-25  Martin Baulig  <martin@gnome.org>
9475
9476         * debug-symfile.c: Reflect latest MonoString changes.
9477
9478 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9479
9480         * rand.c, rand.h: instance method icalls need to have an explicit
9481         this pointer as first argument in the C implementation.
9482
9483 2002-04-25  Nick Drochak <ndrochak@gol.com>
9484
9485         * icall.c: Fix typo in map for GetNonZeroBytes
9486
9487 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9488
9489         * string-icalls.c : String does now passes unit tests without any 
9490         errors, the following changes has been made:
9491         
9492         Implemented replace methods.
9493         Renaming of methods to (try) follow the standard.
9494         Fixed compare ordinal
9495         Made all memory allocated directly to function instead of via icall function.
9496         Small performance fix in is_in_array function
9497                         
9498  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
9499
9500         c (mono_string_Internal_ctor_charp_int_int):
9501         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
9502         sindex < 0, throw ArgumentOutOfRangeException instead of
9503         ArgumentNullException.
9504
9505         Added new check for length == 0, however
9506         I need to make it return String.Empty from the C code.
9507         
9508         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
9509         that calculate the length for us here.
9510         
9511         (mono_string_Internal_ctor_sbytep_int_int): Replaced
9512         mono_string_new_utf16 with mono_string_new, since value is utf8.
9513
9514 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9515
9516         * object.c: register the object for finalization if needed.
9517         Allocate one more char in the string for the terminating 0 char.
9518
9519 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9520
9521         * class.c, class.h, image.c: check if a type implemenst a destructor.
9522         Use the proper key for array class lookups.
9523         * icall.c: register the icalls in the System.GC class.
9524         * gc.c, gc.h: GC-related functions and icalls.
9525
9526 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9527
9528         * icall.c:
9529         * socket-io.c:
9530         * unicode.c: free some strings gotten from mono_string_to_utf8 and
9531         changed a couple of free () by g_free ().
9532
9533         * decimal.c: one-liner in the comments for decimal2string ().
9534
9535 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9536
9537         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
9538
9539 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9540
9541         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
9542         * object.c (mono_runtime_invoke_array) : handle null in params
9543
9544 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9545
9546         * string-icalls.c: fixed bug in split (one off bug)
9547
9548 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9549
9550         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
9551         * icalls.c: added String::Equals as internal method
9552
9553 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9554
9555         * threads.c: fixed bug in the double interlocked functions
9556
9557 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
9558
9559         * threads.c: implemented all of the new interlocked icalls.
9560         * string-icalls.c: fix a bug in insert.
9561         * icalls.c: added the icalls for interlocked, removed old string functions.
9562         
9563 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9564
9565         * loader.c: fix off-by-one error when reading argument names.
9566
9567 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9568
9569         * profiler.c: win32 counter implementation (untested).
9570         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
9571         (the latter needs testing and more complete impl. from win32 folks).
9572
9573 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
9574
9575         * object.c: mono_array_new_full workaround mono_array_class_get
9576         problem.
9577
9578 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9579
9580         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
9581         * object.h (mono_string_chars): Changed casting type.
9582
9583 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9584
9585         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
9586                            method signatures to use gunichar2 instead of gint16.
9587
9588 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
9589
9590         * object.h, object.c: domain-specific versions of mono_object_new and
9591         mono_array_new.
9592
9593 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
9594
9595         * object.c: changed String layout
9596
9597         * string-icalls.c (mono_string_Internal_ctor_chara): added
9598         internal string constructors.
9599
9600 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
9601
9602         * threads.c: pass 'this' to the thread start routine.
9603
9604 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9605
9606         * string-icalls.c: fix IndexOf and LastIndexOf. Now
9607         InternalCompareStr don't call twice mono_string_cmp_char for the last
9608         character. Improved performance in mono_string_cmp_char.
9609
9610 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9611
9612         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
9613         code into its own library: libmonoruntime.
9614
9615 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
9616
9617         * object.h, object.c: changed array format so that szarrays do not
9618         require a bounds structure.
9619         * icall.c, appdomain.c: support for new szarray format.
9620
9621 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
9622
9623         * metadata.c: compare also the retuns type when comparing signatures:
9624         we didn't do this as an optimization since really overloaded methods
9625         must differ also in the arguments, but this doesn't work with
9626         low-level IL code (or when using explicit conversion operators: see
9627         bug#23498 for an example).
9628
9629 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9630
9631         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
9632
9633 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9634
9635         * icall.c: make MonoType::GetElementType its own icall.
9636
9637 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9638
9639         * icall.c: remove MonoMethod_get_Name().
9640         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
9641         object.
9642
9643 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9644
9645         * string-icalls.c: optimized a few methods.
9646
9647 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9648
9649         * icall.c: added all new string internal calls
9650         * string-icalls.c: added, new string internal call implementation.
9651         * object.c: added mono_string_new_size for allocating a string a size
9652
9653 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
9654
9655         * object.c (mono_object_isinst): use the same code as in the
9656         optimized x86 version.
9657
9658 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9659
9660         * profiler.c: TSC-based timer code (faster and more accurate).
9661         Not hooked up in configure, yet (set USE_X86TSC to 1).
9662
9663 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
9664
9665         * profiler.c, profiler.h: track time spent compiling methods.
9666         * threads.c: track thread creation/destruction.
9667
9668 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
9669
9670         * profiler.c, profiler.h, profiler-private.h: profiling interface
9671         and sample implementation. Moved here so that it can be used also by
9672         the jit.
9673
9674 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
9675
9676         * reflection.c, reflection.h: keep types and other handles separate in
9677         the hash tables for referred tokens. Add guid for modules.
9678
9679 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
9680
9681         * assembly.c: fix bugs found with valgrind.
9682         * metadata.h, metadata.c: added mono_metadata_guid_heap().
9683
9684 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
9685
9686         * threads: added icall support for getting current domain for
9687                    the thread.
9688  
9689 2002-04-13  Martin Baulig  <martin@gnome.org>
9690
9691         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
9692         (MonoDebugVarInfo): Added `index' field for register based addresses.
9693         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
9694         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
9695         `MonoDebugVarInfo *params' and `guint32 this_offset' with
9696         `MonoDebugVarInfo *this_var'.
9697
9698         * debug-symfile.c (relocate_variable): New static function to write
9699         a location description for a local variable or method parameter.
9700
9701 2002-04-12  Martin Baulig  <martin@gnome.org>
9702
9703         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
9704         stack offset and begin/end scope address of a local variable.
9705         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
9706         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
9707         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
9708
9709         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
9710         Added new relocation types for start/end scope of a local variable.
9711
9712 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9713
9714         * object.h: add mono_object_domain() macro.
9715         * reflection.c: handle typespecs.
9716         * icall.c: MonoMethod::get_Name() implementation.
9717
9718 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9719
9720         * icall.c: String::GetHashCode() icall implementation.
9721
9722 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9723
9724         * icall.c: String::IndexOfAny icall.
9725         * object.c, object.h: make array->max_length more useful.
9726         Intrduced mono_object_class() and mono_string_length() macros.
9727
9728 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9729
9730         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
9731         instead of g_unichar_isdigit.
9732
9733 2002-04-11  Nick Drochak  <ndrochak@gol.com>
9734
9735         * icall.c: Implement a simple Double.ToString().
9736
9737 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9738
9739         * appdomain.h: only io-layer.h is supposed to be included.
9740         * icall.c: explicitly import environ. Fix warning.
9741
9742 2002-04-10  Nick Drochak  <ndrochak@gol.com>
9743
9744         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
9745                 return true even if it's not Daylight Savings time.
9746                 Only return false for the case where the function isn't
9747                 implemented for a plaform (read Windows).
9748
9749 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9750
9751         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
9752         data with a mutex.
9753
9754 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
9755
9756         * mempool.c (mono_mempool_alloc): only use g_malloc when
9757         absolutely necessary.
9758
9759 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
9760
9761         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
9762
9763         * class.c (mono_class_vtable): use domain mempool to allocate vtable
9764         (mono_class_proxy_vtable): use domain mempool
9765
9766 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
9767
9768         * appdomain.h, appdomain.c: split initialization that requires the
9769         execution engine support into mono_runtime_init().
9770
9771 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
9772
9773         * class.c (mono_class_init): don't include vtable inside MonoClass
9774         to save some memory, gather some statistics.
9775         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
9776
9777 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
9778
9779         * icall.c: internalcall implementation for ValueType.Equals().
9780
9781 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
9782
9783         * object.c (mono_message_init): moved 
9784         (mono_runtime_exec_main): new arch. independent impl.
9785         (mono_runtime_invoke_array): new method - like
9786         mono_runtime_invoke, but you can pass an array of objects.
9787         (mono_remoting_invoke): new arch. independent impl.
9788         (mono_message_invoke): new arch. independent impl.
9789         (mono_runtime_class_init): new arch. independent impl.
9790         (mono_runtime_object_init): new arch. independent impl.
9791
9792 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9793
9794         * metadata.c, object.c, reflection.c: documented the exported
9795         functions.
9796
9797 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9798
9799         * icall.c: simpler code to pass the assembly builder data to corlib.
9800         Implement GetNestedTypes() internalcall.
9801
9802 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
9803
9804         * class.c: warn if a type can't be loaded.
9805
9806 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
9807
9808         * image.h: typedef MonoImageOpenStatus
9809         * types.h: removed unused file
9810         
9811 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
9812
9813         * icall.c: Enum_ToObject accepts enum value arguments.
9814
9815 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9816
9817         * class.c: move initialization of properties, events and nested
9818         classes, so that they happen for interfaces, too.
9819
9820 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
9821
9822         * icall.c: cleanup some ugly casts in Array_SetValue*.
9823
9824 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9825
9826         * icall.c: the values array fro enums is of the correct type, now.
9827         Implement (correctly) getFullName instead of assQualifiedName for
9828         MonoType.
9829         * reflection.h, reflection.c: added mono_type_get_name ().
9830
9831 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9832
9833         * assembly.c, image.h: for each MonoImage, record from wich assembly
9834         it was loaded.
9835         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
9836         Make Type.Assembly work.
9837
9838 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
9839
9840         * debug-symfile.h: use char* instead of gpointer to avoid
9841         unnecessary casts.
9842
9843         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
9844
9845         * icall.c (ves_icall_InternalExecute): impl. FielSetter
9846         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
9847
9848 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
9849
9850         * icall.c (mono_message_init): impl. (code cleanup)
9851         (ves_icall_InternalExecute): impl. FieldGetter
9852
9853         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
9854         defined we call all (non-static)methods through the vtable. 
9855
9856 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
9857
9858         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
9859         finalizer even though the memory is still referenced (and the chunk of
9860         memory is not freed).
9861
9862 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
9863
9864         * assembly.c: fix brokeness.
9865
9866 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
9867
9868         * class.c: kill some warnings. Check explicit interface method
9869         implementation also without considering the namespace.
9870         Load also literal strings in static class data.
9871
9872 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
9873
9874         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
9875         (default_assembly_name_resolver): Make the resolver take the
9876         "base" directory where the assembly was originally defined, so we
9877         can load DLLs that are in the same directory as the assembly that
9878         is being referenced.
9879
9880 2002-03-28  Dick Porter  <dick@ximian.com>
9881
9882         * file-io.h: 
9883         * file-io.c:
9884         * socket-io.c: 
9885         * unicode.h: 
9886         * unicode.c: Warning cleanups
9887
9888 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
9889
9890         * object.h, reflection.h: use the correct type instead of MonoObject.
9891
9892 2002-03-28  Martin Baulig  <martin@gnome.org>
9893
9894         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
9895         (mono_debug_update_symbol_file): Initialize classes if necessary.
9896
9897 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
9898
9899         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
9900         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
9901
9902 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
9903
9904         * assembly.h: fix function prototype.
9905         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
9906         * mono-endian.h: use const cast.
9907
9908 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
9909
9910         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
9911
9912 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
9913
9914         * loader.c: don't assert when a typeref can't be loaded, give
9915         a chance to the runtime to trow an exception instead.
9916         * loader.h: fix warning.
9917
9918 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
9919
9920         * class.c (mono_class_proxy_vtable): added proxy support
9921
9922 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
9923
9924         * icall.c: removed last of PAL calls, added System.Environment
9925         * file-io.h, file-io.c: MonoIO implementation
9926         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
9927
9928 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
9929
9930         * appdomain.c: do not use the byte marker in ldstr table lookup.
9931         * debug-helpers.c: allow two ':' to separate class and method name.
9932         * object.c: allocate arrays bounds with the GC, too.
9933         * verify: add a few more checks.
9934
9935 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
9936
9937         * reflection.c: output also literal strings. Allocate parameter data
9938         with GC_malloc() (thanks, Martin, for catching this!).
9939
9940 2002-03-26  Martin Baulig  <martin@gnome.org>
9941
9942         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
9943         include the `this' offset in the `param_offsets'.
9944
9945 2002-03-25  Martin Baulig  <martin@gnome.org>
9946
9947         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
9948         mono_debug_get_class() function to get the classes. Added new
9949         relocation types for arrays and strings.
9950         (mono_debug_get_class): New static function to search in all
9951         referenced assemblies for a metadata token.
9952
9953         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
9954
9955 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9956
9957         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
9958         hold gc-allocated objects. Make the string heap a stream like the
9959         others. Removed duplicated code when writing stream info.
9960         Added asserts to catch possible buffer overflows. Set the sorted map
9961         for tables that need sorting. Added some documentation.
9962
9963 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
9964
9965         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
9966         for interned strings and vtables.
9967
9968 2002-03-24  Martin Baulig  <martin@gnome.org>
9969
9970         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
9971         it in the array since it was created with g_slist_prepend().
9972
9973 2002-03-24  Martin Baulig  <martin@gnome.org>
9974
9975         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
9976         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
9977         (mono_debug_method_from_token): Renamed to
9978         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
9979         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
9980
9981         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
9982         relocation types.
9983
9984         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
9985
9986 2002-03-24  Martin Baulig  <martin@gnome.org>
9987
9988         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
9989         (mono_debug_method_from_token): New func.
9990
9991         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
9992         New interncall, calls mono_debug_local_type_from_signature().
9993         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
9994         calls mono_debug_method_from_token().
9995
9996 2002-03-23  Martin Baulig  <martin@gnome.org>
9997
9998         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
9999         specifies the number of bytes to be converted, not the array size.
10000         Return the number of chars, not the number of bytes.
10001         (ves_icall_iconv_get_chars): The `byteCount' argument
10002         specifies the number of bytes to be converted, not the array size.
10003
10004 2002-03-23  Martin Baulig  <martin@gnome.org>
10005
10006         * reflection.h (MonoReflectionSigHelper): New type.
10007
10008         * reflection.c (mono_reflection_sighelper_get_signature_local),
10009         (mono_reflection_sighelper_get_signature_local): New functions.
10010
10011         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
10012         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
10013         interncalls.
10014
10015 2002-03-23  Martin Baulig  <martin@gnome.org>
10016
10017         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
10018         is_writeable is set.
10019         (mono_raw_buffer_update): New function to write the modified map
10020         back to disk.
10021
10022         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
10023
10024         * debug-symfile.c (mono_debug_update_symbol_file): Call
10025         mono_raw_buffer_update() when done writing.
10026
10027 2002-03-23  Martin Baulig  <martin@gnome.org>
10028
10029         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
10030
10031         * debug-symfile.c: Added support for arguments and local variables.
10032
10033 2002-03-23  Dick Porter  <dick@ximian.com>
10034
10035         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
10036         protected by ifdefs, hence breaking the w32 build.
10037
10038 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10039
10040         * object.c: implement is_interned() the right way.
10041
10042 2002-03-21  Martin Baulig  <martin@gnome.org>
10043
10044         * debug-symfile.[ch]: New files to handle debugging information
10045         files. There's also support to dynamically update these symbol
10046         files to include machine dependent information.
10047
10048 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
10049
10050         * threads.c (mono_thread_create): new function to create thread
10051         from C
10052
10053 2002-03-20  Martin Baulig  <martin@gnome.org>
10054
10055         * icall.c (ves_icall_InternalInvoke): Create a new object if the
10056         method is a constructor.
10057         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
10058         points to ves_icall_InternalInvoke().
10059
10060 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
10061
10062         * file-io.c: Flush shouldn't throw exceptions.
10063
10064 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
10065
10066         * file-io.c: FileStream flush support; FileSetLength now
10067         restores file pointer.
10068
10069 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
10070
10071         * class.c: set image for pointer classes.
10072
10073 2002/03/19  Nick Drochak <ndrochak@gol.com>
10074
10075         * sysmath.c: Forgot one.
10076
10077 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
10078
10079         * sysmath.c: Avoid redefining existing names.
10080
10081 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
10082
10083         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
10084         handled by runtime as icall rather than dllimport from libm.so
10085         * file-io.c, file-io.h: fixed handle argument type.
10086
10087 2002-03-18  Dick Porter  <dick@ximian.com>
10088
10089         * reflection.c (mono_image_get_type_info): rename interface to
10090         iface, because of "#define interface struct" on windows.
10091
10092 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
10093
10094         * class.c, class.h: rename and export mono_ptr_class_get().
10095         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
10096         * reflection.c, reflection.h, icall.c: better/saner type name
10097         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
10098         method signatures.
10099
10100 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
10101
10102         * class.c (mono_class_init): removed hardcoded GHC_SLOT
10103
10104         * icall.c (ves_icall_InternalInvoke): impl.
10105
10106 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
10107
10108         * reflection.c: output the interface map table, too.
10109
10110 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
10111
10112         * class.c (class_compute_field_layout): separate computation of 
10113         static field layout
10114
10115 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
10116
10117         * icall.c: added System.Buffer support.
10118         * file-io.c: moved file icalls from PAL to FileStream.
10119
10120 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
10121
10122         * icall.c (ves_icall_System_Object_GetHashCode): impl.
10123
10124 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
10125
10126         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
10127
10128 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10129
10130         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
10131
10132 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
10133
10134         * debug-helpers.{c,h}: moved here from monograph some useful functions
10135         to locate a method by name/signature in a class or image. Included
10136         also a small and flexible IL disassembler.
10137
10138 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10139
10140         * reflection.c: fixup tokens in methods with small header size, too.
10141
10142 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
10143
10144         * object.c (mono_string_to_utf8): remove assert(!error), instead
10145         print a warning. 
10146
10147 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
10148
10149         * icall.c: update to the new mono_Array_class_get interface.
10150
10151 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
10152
10153         * appdomain.c, object.c: Boehm-GC enable.
10154         * icall.c: make get_data_chunk() support split data requests.
10155         Ensure a class is initialized in more cases. Return only the first
10156         property found in GetProperties() or the compiler gets confused. 
10157         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
10158         * reflection.h, reflection.c: add fixup mechanism for field and method
10159         tokens. Initialize assembly->typeref in a single place. Output
10160         properties after events. Support custom attributes for events, too.
10161         Typo fix for paramter custom attrs.
10162
10163 2002-03-07  Martin Baulig  <martin@gnome.org>
10164
10165         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
10166
10167 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
10168
10169         * class.c (mono_array_class_get): fix. for multi. dim. arrays
10170
10171 2002-03-06  Martin Baulig  <martin@gnome.org>
10172
10173         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
10174         non-zero lower bounds. See testcases #F10-#F13.
10175
10176 2002-03-05  Martin Baulig  <martin@gnome.org>
10177
10178         * exception.c (mono_get_exception_argument_out_of_range): New exception.
10179
10180         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
10181         ves_icall_System_Array_GetValue(), only calculate the absolute array position
10182         here.
10183         (ves_icall_System_Array_SetValue): Likewise.
10184         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
10185         as argument and does the actual work. This function is used when copying a
10186         multi-dimensional array.
10187         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
10188         now do all the widening conversions of value types.
10189         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
10190
10191 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10192
10193         * class.c: remove some magic numbers and use the smbolic names,
10194         instead. Added init_events() to load event info at class init time.
10195         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
10196         and mono_metadata_methods_from_event().
10197         * reflection.h, reflection.c: added support for writing out the evnets
10198         related information.
10199
10200 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
10201
10202         * reflection.h, icall.c: use a different method (GetInterfaces)
10203         to gather interface info and add isbyref, isprimitive and
10204         ispointer to the ves_icall_get_type_info() return value.
10205
10206 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
10207
10208         * class.h: stared adding support for events.
10209         * icall.c: split find_members implementation. Added debug icall to get
10210         the address of an object.
10211         * reflection.c: handle TypeBuilders in mono_type_get_object().
10212
10213 2002-03-01  Martin Baulig  <martin@gnome.org>
10214
10215         * icall.c (ves_icall_System_Array_GetLength): This must throw an
10216         ArgumentOutOfRangeException(), not an ArgumentException().
10217         (ves_icall_System_Array_GetLowerBound): Likewise.
10218         (ves_icall_System_Array_GetValue): Improved argument checking.
10219         (ves_icall_System_Array_SetValue): Improved argument checking.
10220
10221 2002-03-01  Martin Baulig  <martin@gnome.org>
10222
10223         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
10224         called with invalid arguments rather than just dying with g_assert().
10225         (ves_icall_System_Array_SetValue): Likewise.
10226         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
10227         raise a NotImplementedException instead.
10228         (ves_icall_System_Array_GetLength): Added argument checking.
10229         (ves_icall_System_Array_GetLowerBound): Added argument checking.
10230
10231 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
10232
10233         * object.h (mono_assert): new macros mono_assert and
10234         mono_assert_not_reached
10235
10236 2002-02-28  Martin Baulig  <martin@gnome.org>
10237
10238         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
10239         and "System::String::IsInterned" to "System::String::_IsInterned".
10240
10241 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
10242
10243         * icall.c: remove hacks for typebuilder. Added icall to create a
10244         modified type from a tybebuilder.
10245         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
10246         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
10247         to create a backing MonoClass for a TypeBuilder.
10248
10249 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10250
10251         * class.c, class.h: more refactoring of class init.
10252         Export mono_class_setup_mono_type() and mono_class_setup_parent().
10253
10254 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
10255
10256         * marshal.c, marshal.h: start of marshaling interface.
10257
10258 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
10259
10260         * icall.c: fix order in assembly qualified name icall.
10261
10262 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
10263
10264         * class.c: do not free str, since we store it in the hash table.
10265         * reflection.h: add label field to MonoILExceptionInfo.
10266         * reflection.c: handle references to more than one assembly. Handle
10267         case when there isn't a module created in the assembly.
10268
10269 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
10270
10271         * class.c: Fix typo. Start refactoring of class init code.
10272
10273 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
10274
10275         * appdomain.c: exit with 1 on error.
10276         * class.c: we already have the name in MonoClassField.
10277         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
10278         MonoStreamHeader instead of an offset of image->raw_metadata.
10279
10280 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
10281
10282         * appdomain.c (mono_init): Be even more descriptive about the error.
10283
10284 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
10285
10286         * appdomain.c: give the user an informative message when corlib can't
10287         be loaded.
10288
10289 2002-02-26  Martin Baulig  <martin@gnome.org>
10290
10291         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
10292         New icall to get the time zone data.
10293
10294 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10295
10296         * reflection.c: set virtual and raw size of section correctly.
10297         * threads.c: transfer domain information to newly created threads.
10298
10299 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
10300
10301         * class.c: when instancing a class in a domain, load the default
10302         vaules for static fields from the constant table. Fix System.Enum to
10303         not be an enum.
10304         * icall.c: implement Object::GetType() internalcall. Implemented
10305         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
10306         Fixed checking of binding flags in find_members().
10307         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
10308         * reflection.c: handle enumerations when writing to the constant
10309         table. Use a different object cache for types.
10310
10311
10312 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
10313
10314         * object.c (mono_object_isinst): fix for arrays
10315
10316         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
10317
10318 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
10319
10320         * object.c: don't use mprotect ()  and fix intern pool hash table
10321         lookup for big endian systems.
10322
10323 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10324
10325         * icall.c: change type_is_subtype_of () signature.
10326
10327 2002-02-21  Mark Crichton  <crichton@gimp.org>
10328
10329         * rand.c, rand.h: Added random number generator for
10330         System.Security.Cryptography classes.
10331
10332         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
10333
10334         * icall.c: Added System.Security.Cryptography calls.
10335
10336 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
10337
10338         * class.c, icall.c, metadata.c: better support for pointer types.
10339         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
10340         * reflection.c: Add support for getting custom attrs for properties
10341         and simplify some code.
10342
10343 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10344
10345         * icall.c: change getToken () and add custom attribute GetBlob()helper
10346         method.
10347         * reflection.h: add custom attrs array to the reflection builder structures.
10348         * reflection.c: encode and emit custom attributes for all the relevant
10349         reflection objects. Cache fieldref and methodref tokens. Change
10350         mono_image_create_token() interface to take a MonoDynamicAssembly.
10351         More complete custom attributes decoder. Load custom attributes for
10352         Assembly, Field, Method and Constructor objects, too. Make the
10353         returned array an Attribute[] one, not object[]. Added
10354         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
10355         custom attribute constructor.
10356
10357 2002-02-20  Dick Porter  <dick@ximian.com>
10358
10359         * icall.c:
10360         * rawbuffer.c:
10361         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
10362         problem code out for now).
10363
10364 2002-02-19  Radek Doulik  <rodo@ximian.com>
10365
10366         * object.c (mono_ldstr): use hash table to avoid multiple swapping
10367
10368 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
10369
10370         * icall.c: register the GetCustomAttributes method.
10371         * object.c, object.h: add mono_string_new_len ().
10372         * reflection.h, reflection.c: added mono_runtime_invoke(),
10373         mono_install_runtime_invoke(). Added
10374         mono_reflection_get_custom_attrs () to load custom attributes and
10375         create the attribute objects.
10376
10377 2002-02-19  Dick Porter  <dick@ximian.com>
10378         * threads-dummy-types.c:
10379         * threads-dummy-types.h:
10380         * threads-dummy.c:
10381         * threads-dummy.h:
10382         * threads-pthread-types.c:
10383         * threads-pthread-types.h:
10384         * threads-pthread.c:
10385         * threads-pthread.h:  Deleted obsolete files
10386
10387 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
10388
10389         * class.c (mono_class_vtable): runtime init the class when we
10390         allocate static class data.
10391
10392         * icall.c (ves_icall_System_Array_SetValue): check for null values.
10393
10394         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
10395         and String - but we will need generic marshalling support in the
10396         future. 
10397         (mono_init): set the domain name in a ms compatible way
10398
10399         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
10400         String[].
10401
10402 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
10403
10404         * object.c (mono_array_clone): use alloca() instead of g_malloc  
10405         for sizes
10406
10407         * appdomain.c (mono_domain_unload): impl.
10408
10409 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10410
10411         * appdomain.c, object.c: fix intern pool implementation.
10412         * class.c: fix alignment code.
10413
10414 2002-02-16  Radek Doulik  <rodo@ximian.com>
10415
10416         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
10417         and s2 > s1, just copy lower bytes to be compatible with little
10418         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
10419         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
10420
10421         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
10422         force big_endian to be 1 for big endian machines 
10423         (ves_icall_iconv_new_decoder): ditto
10424
10425 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
10426
10427         * socket-io.c (convert_sockopt_level_and_name): If the system
10428         doesn't define SOL_IP or SOL_TCP, get them by hand using
10429         getprotobyname() and caching the values (because this could be a
10430         slow operation).
10431         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
10432         Use the appropriate struct when the system does support it. Ie,
10433         not all systems have struct ip_mreqn so use struct ip_mreq when
10434         appropriate.
10435
10436 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
10437
10438         * reflection.c: handle finally clauses.
10439
10440 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
10441
10442         * socket-io.c: use g_snprintf() instead of snprintf.
10443
10444 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10445
10446         * reflection.c (mono_param_get_objects): Cast second argument to
10447         mono_method_get_param_names to a const char** to silence the
10448         compiler warning.
10449
10450         * appdomain.c (mono_domain_assembly_open): Put parens around the
10451         truth statement in the for-loop.
10452
10453         * unicode.c (iconv_convert): Got rid of a compiler warning about
10454         int i being unused when the system has a new iconv.
10455         (iconv_get_length): Same.
10456
10457         * image.c (load_class_names): Cast the second argument to
10458         g_hash_table_insert() to char* to hush compiler warnings about the
10459         arg being a const.
10460         (mono_image_open): Same here.
10461
10462         * socket-io.c: Don't conditionally include sys/filio.h or
10463         sys/sockio.h here anymore since we now get them from
10464         io-layer/io-layer.h
10465         (inet_pton): If the system doesn't support inet_aton, implement
10466         using inet_addr and also #define INADDR_NONE if it isn't defined
10467         by the system.
10468
10469 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
10470
10471         * metadata.c, metadata.h: added function to get packing and size info
10472         of a typedef.
10473         * reflection.h, reflection.c: handle field RVA data. Save info about
10474         the table layout if needed. Assign typedef indexes to all the types
10475         before dumping the info about them to avoid forward reference problems.
10476
10477 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
10478
10479         * socket-io.c (convert_sockopt_level_and_name): ifdef
10480         SO_ACCEPTCONN because it is not defined on my system (old debian)
10481
10482 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
10483
10484         * opcode.c: use stddef.h to get NULL.
10485
10486 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10487
10488         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
10489         for FIONBIO, FIONREAD and SIOCATMARK.
10490         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
10491         define INADDR_NONE and besides, inet_addr() is deprecated and
10492         should not be used. Use inet_pton() instead - it also has the
10493         added bonus that it can easily handle IPv6 addresses as well.
10494         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
10495
10496 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
10497
10498         * decimal.c: remove _MSC_VER conditional.
10499
10500 2002-02-13  Dick Porter  <dick@ximian.com>
10501
10502         * socket-io.c: 
10503         * icall.c: Internal calls for Blocking, Select, Shutdown,
10504         GetSocketOption and SetSocketOption
10505
10506 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10507
10508         * assembly.cs: better resolver: use it instead of some kludgy
10509         code.
10510
10511 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
10512
10513         * reflection.c: the best way to speed-up the compiler is to avoid
10514         infinite loops.
10515
10516 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
10517
10518         * class.c (mono_class_vtable): changed the object layout
10519         (obj->vtable->class). 
10520         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
10521
10522 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10523
10524         * assembly.c: look for assemblies in the assembly dir, too.
10525
10526 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10527
10528         * class.c: fix thinko in mono_class_from_type().
10529
10530 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10531
10532         * exception.h, exception.c: added TypeLoadException.
10533         * object.h, object.c: added mono_array_clone ().
10534         * icall.c: handle throwOnError in AssemblyGetType().
10535         Added Array.Clone().
10536         * opcode.h, opcode.c: use a single value for the opcode val.
10537         Compile fix for non-gcc compilers.
10538
10539 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
10540
10541         * opcodes.c, opcodes.h: export interesting info about opcodes.
10542
10543 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
10544
10545         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
10546         icalls. 
10547
10548         * class.c (class_compute_field_layout): set element_class for enums
10549         (mono_class_create_from_typedef): set element_class for normal classes
10550
10551         * icall.c (ves_icall_System_Enum_get_value): impl.
10552
10553         * class.c (mono_class_create_from_typedef): do not set valuetype
10554         flag for System.ValueType and System.Enum
10555
10556 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
10557
10558         * unicode.c (iconv_convert): fix big endian problem.
10559
10560 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10561
10562         * class.c: add asserts if we are ever going to scribble over memory.
10563         * socket-io.c: not all systems have AF_IRDA defined.
10564
10565 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
10566
10567         * class.c (class_compute_field_layout): do not consider static
10568         fields to compute alignment
10569
10570 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
10571
10572         * appdomain.c (mono_appdomain_get): impl.
10573         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
10574
10575 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
10576
10577         * icall.c: ignore "file://" prefix when loading an assembly.
10578
10579 2002-01-23  Dick Porter  <dick@ximian.com>
10580
10581         * socket-io.c:
10582         * icall.c:
10583         * Makefile.am: Added socket support
10584
10585 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
10586
10587         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
10588         code back.  This should return the assemblies that are loaded by
10589         the runtime on behalf of an application domain. 
10590
10591         The current implementation is still broken, it just returns every
10592         assembly loaded, but until we get real applications domain this
10593         will do.
10594
10595 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
10596
10597         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
10598         AppDomain object.
10599
10600 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
10601
10602         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
10603         the mono_class_from_name lookup.
10604         (ves_icall_get_parameter_info): ditto.
10605         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
10606         method.
10607         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
10608
10609 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
10610
10611         * class.c: load also nested classes on class init.
10612         System.ValueType instance methods gets passed boxed
10613         values, unless methods in derived classed that get a pointer to the
10614         data.
10615         * icall.c: use better name parsing code in GetType().
10616         * image.c, image.h: add mono_image_loaded ().
10617         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
10618         * reflection.c, reflection.h: added mono_reflection_parse_type().
10619
10620 2002-01-22  Veronica De Santis <veron78@interfree.it>
10621
10622         * icall.c : Added mapping of internal calls for Manual and Auto reset events
10623         * threads.c : Added the implementation of internal calls for events
10624         * threads.h : Added prototypes of internal calls for events
10625         
10626 2002-01-21  Radek Doulik  <rodo@ximian.com>
10627
10628         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
10629
10630 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
10631
10632         * class.c (mono_class_init): set min_align to 1 (instead of 0)
10633         (mono_class_value_size): use min_align
10634
10635 2002-01-20  Dick Porter  <dick@ximian.com>
10636
10637         * threads.h:
10638         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
10639         so it compiles on w32.
10640
10641 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
10642
10643         * metadata.c (mono_type_stack_size): impl.
10644
10645         * class.c (mono_class_get_field): impl. memberref token
10646
10647 2002-01-16 Veronica De Santis <veron78@@interfree.it>
10648
10649         * icall.h : Added the internal calls mapping for CreateMutex_internal
10650                     and ReleaseMutex_internal.
10651         * threads.h : Added the prototype of mutexes internal calls.
10652         * threads.c : Added the implementations of mutexes internal calls.
10653
10654 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
10655
10656         * metaparse.h: removed unused file.
10657         * reflection.c, reflection.h: added stream_data_align () function 
10658         to align data in streams and keep stream aligned. Add support for
10659         exception support in method headers.
10660
10661 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
10662
10663         * unicode.c: make iconv_convert () return the number of bytess written
10664         in the output buffer.
10665
10666 2002-01-15  Dick Porter  <dick@ximian.com>
10667         * threads.c: Make the runtime's idea of infinite timeouts coincide
10668         with the class library's
10669
10670         Fix a particularly egregious bug in mono_thread_cleanup(). That
10671         code was so utterly bogus it must have been written on a Monday.
10672
10673 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
10674
10675         * reflection.h: add subtypes field to TypeBuilder.
10676         * reflection.c: encode constants for literal fields.
10677         Handle subtypes. Fix user string token (and add a zero byte)
10678         at the end.
10679         
10680 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
10681
10682         * class.c (mono_class_init): bug fix: assign slot numbers for
10683         abstract methods.
10684
10685 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10686
10687         * reflection.c: don't try to output a code RVA for abstract methods.
10688         Small fixes for method header format. Output parameter info to the
10689         ParamDef table. Save method overriding info to MethodImpl table.
10690         Fix property support. Allow typedef.extends to be a type in the
10691         building assembly.
10692         * verify.c: fix off-by-one error.
10693
10694 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
10695
10696         * class.c: fix mono_class_from_mono_type () for szarray types.
10697         Remove unused cache check in mono_class_from_type_spec().
10698         * icall.c: *type_from_name () functions handle simple arrays and byref.
10699         * reflection.c: handle byref and szarray types. Handle methods without
10700         body (gets P/Invoke compilation working). Handle types and fields in
10701         get_token ().
10702         * reflection.h: add rank to MonoTypeInfo.
10703
10704 2002-01-10  Dick Porter  <dick@ximian.com>
10705
10706         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
10707         internal calls
10708
10709 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
10710
10711         * icall.c: initialize class in type_from_handle ().
10712         Loop also in parent classes for get_method ().
10713         * reflection.c: properly encode class and valuetype types.
10714         Start on encoding TypeBuilder types. Handle fieldrefs.
10715         Use correct length when registering a user string.
10716         Handle ConstructorBuilder and MonoMethod in get_token ().
10717         Make mono_type_get_object () aware of cached types.
10718         * object.c: back out change to mono_string_new ().
10719
10720 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
10721         * object.c: mono_string_new should return a NULL when the string 
10722         passed in is NULL -- not try to deference it.
10723         
10724 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
10725
10726         * icall.c: hack to make IsSubType work for TypeBuilders.
10727         * reflection.c: emit constructors before methods.
10728         Retrieve param names in mono_param_get_objects().
10729
10730 2002/01/05  Nick Drochak  <ndrochak@gol.com>
10731
10732         * Makefile.am: fix list of headers and sources so automake 1.5
10733         doesn't complain. Removed \# at end of list.
10734
10735 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
10736
10737         * reflection.c: get token for a method ref. Set return type of
10738         constructor to void.
10739         * loader.c: debug message.
10740         * class.c: typo fix.
10741
10742 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
10743
10744         * icall.c: fix array init with rank > 1. FindMembers
10745         loops in parent class as well.
10746         * image.c: do not insert nested types in name cache.
10747         * reflection.c: warning fix.
10748         * reflection.h: add override method (for interface impl).
10749
10750 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
10751
10752         * metadata.c: fix customattr decoding.
10753
10754 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
10755
10756         * rawbuffer.cs: Added native Win32 implementation, avoids using
10757         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
10758
10759 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
10760
10761         * class.c: make the low-level routines handle the cache.
10762
10763 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
10764
10765         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
10766
10767 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
10768
10769         * class.c: fix mono_array_element_size() for objects.
10770         * class.h, class.c: add properties to MonoClass and load them
10771         at init time.
10772         * icall.c: check with isinst() when assigning a value to an array
10773         instead of requiring the classes to match exactly.
10774         Implemented icall for System.Type::GetType().
10775         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
10776         enums. Handle bindingflags when looking for methods and fields.
10777         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
10778         and mono_metadata_methods_from_property().
10779         * reflection.h, reflection.c: added structures for propreties,
10780         parameters and enums. Implemented mono_property_get_object() and
10781         mono_param_get_objects().
10782
10783 2001-12-18  Dick Porter  <dick@ximian.com>
10784
10785         * file-io.c: Use mono_string_to_utf16() instead of
10786         mono_string_chars()
10787
10788         * object.c: Added mono_string_to_utf16(), which copies the non
10789         NULL-terminated MonoString into a new double-null-terminated
10790         buffer.
10791
10792 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
10793
10794         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
10795
10796 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
10797
10798         * file-io.c: raise exceptions if handle is invalid.
10799
10800 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
10801
10802         * assembly.c: yet another check for mscorlib.
10803         * class.c, class.h: load nesting info for classes.
10804         * icall.c: many new functions to support the Reflection classes.
10805         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
10806         * reflection.h, reflection.c: mono_image_create_token(),
10807         mono_assembly_get_object(), mono_type_get_object(),
10808         mono_method_get_object(), mono_field_get_object(): methods to return
10809         objects that parallel the C representation of assemblies, types,
10810         methods, fields.
10811
10812 2001-12-11  Dick Porter  <dick@ximian.com>
10813
10814         * icall.c:
10815         * file-io.c: Internal calls for file IO.
10816
10817 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
10818
10819         * tabledefs.h: missing FileAttributes.
10820         * verify.h, verify.c: use is_valid_string () to simplify and check for
10821         valid strings more correctly. Fix warnings and speeling.
10822         Check more tables: Filed, File, ModuleRef, StandAloneSig.
10823         Check code: branches, maxstack, method calls.
10824
10825 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
10826
10827         * object.c (mono_object_allocate): removed static, so that the jit
10828         can allocate value types.
10829
10830         * icall.c (ves_icall_System_DateTime_GetNow): impl.
10831
10832 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
10833
10834         * class.c: init enum types right away and register the
10835         token->MonoClass map in mono_class_create_from_typedef ().
10836         * verify.h, verify.c: first cut of the verifier.
10837         * pedump.c: add --verify switch to verify metadata tables.
10838         * tabledefs.h: add some missing enums.
10839
10840 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
10841
10842         * class.c (mono_install_runtime_class_init): impl.
10843         (mono_class_init): renamed mono_class_metadata_init to
10844         mono_class_init, also removed the metadata_inited flag
10845
10846         * object.c (mono_object_isinst): use faster algorithm
10847
10848 2001-11-30  Radek Doulik  <rodo@ximian.com>
10849
10850         * mono-endian.h: reverted last change
10851         added function prototypes
10852
10853         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
10854         add mono-endian.c back
10855
10856         * mono-endian.c: returned back, as Paolo pointed out, it's needed
10857         for unaligned access, I've mistaked it with endianess. I am
10858         sorry.
10859         (mono_read16): fix reverted endianess
10860         (mono_read64): ditto
10861         (mono_read32): ditto
10862
10863 2001-11-30  Dick Porter  <dick@ximian.com>
10864
10865         * exception.c: Implement mono_exception_from_name()
10866
10867 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
10868
10869         * metadata.h, metadata.c: remove params_size and locals_size and their
10870         calculation from the metadata code: they are only usefult to the
10871         interp.
10872
10873 2001-11-29  Radek Doulik  <rodo@ximian.com>
10874
10875         * object.c (mono_ldstr): swap bytes here, it's probably not the
10876         best place, but works for me now, I'll redo it once I know mono
10877         better, also note that I add PROT_WRITE and don't reset back, also
10878         note that it's only affects big endians, so x86 should be OK
10879
10880         * mono-endian.h (read16): use just glib macros for both endians
10881
10882         * mono-endian.c: removed as glib macros are used in in
10883         mono-endian.h so we don't need to care about endianess for read
10884         macros as glib does that for us already
10885
10886 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
10887
10888         * class.h, class.h: take minimum alignment into consideration so
10889         that the fields of a class remain aligned also when in an array.
10890
10891 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
10892
10893         * loader.h, loader.c: add mono_method_get_param_names().
10894         * class.c: 0-init class fields.
10895
10896 2001-11-26  Dick Porter  <dick@ximian.com>
10897
10898         * icall.c:
10899         * threads-types.h:
10900         * threads.c: New file that handles System.Threading on all platforms
10901
10902         * object.c: 
10903         * object.h: Remove the synchronisation struct from MonoObject,
10904         replace it with a pointer that gets initialised on demand
10905
10906         * Makefile.am: Replace all the system-specific threading code with
10907         a single file that uses the new wrapper library
10908
10909 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
10910
10911         * class.c, class.h: add mono_install_trampoline() so that the runtime
10912         can register a function to create a trampoline: removes the ugly
10913         requirement that a runtime needed to export arch_create_jit_trampoline.
10914         * object.h, object.c: added mono_install_handler() so that the runtime
10915         can install an handler for exceptions generated in C code (with
10916         mono_raise_exception()). Added C struct for System.Delegate.
10917         * pedump.c: removed arch_create_jit_trampoline.
10918         * reflection.c: some cleanups to allow registering user strings and
10919         later getting a token for methodrefs and fieldrefs before the assembly
10920         is built.
10921         * row-indexes.h: updates and fixes from the new ECMA specs.
10922
10923 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
10924
10925         * class.h, class.c: add enum_basetype field to MonoClass.
10926         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
10927         to get index in the constant table reated to a field, param or
10928         property.
10929         * reflection.h, reflection.c: handle constructors. Set public-key and
10930         version number of the built assembly to 0.
10931         * row-indexes.h: update from new ECMA spec.
10932
10933 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
10934
10935         * class.h, class.c: add a max_interface_id to MonoClass.
10936         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
10937         since it's used to do that. Added mono_type_type_from_obj().
10938         Make GetType() return NULL instead of segfaulting if the type was not
10939         found. Handle simple arrays in assQualifiedName.
10940         * object.h: add a struct to represent an Exception.
10941         * reflection.c: output call convention in method signature.
10942         Add code to support P/Invoke methods and fixed offsets for fields.
10943
10944 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
10945
10946         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
10947         the value.
10948         * icall.c: use mono_array_addr instead of array->vector: fixes the
10949         reflection image writing.
10950         * reflection.c: init call convention byte to 0 in method signature.
10951         Encode the property signature. Don't output property-related methods
10952         twice. Really process the properties for a type (don't cast a field to
10953         a property, my mom always told me that).
10954         Fix 64 bit issues in pointer alignment in a different and more
10955         readable way.
10956
10957 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
10958
10959         * loader.h: Removed type class from MonoDefaults, added monotype
10960
10961         * loader.c: Loaded MonoType, removed loading of Type
10962
10963         * icall.c (my_mono_new_object): Now returns a System.MonoType,
10964         and fills in System.Type._impl with a RuntimeTypeHandle rather
10965         than the actual MonoClass *
10966
10967         (ves_icall_type_from_handle): change from type_class to
10968         monotype_class
10969
10970         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
10971         implemented
10972
10973         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
10974         implemented
10975
10976         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
10977
10978         (ves_icall_System_Reflection_Assembly_GetType): implemented
10979
10980         (ves_icall_System_MonoType_assQualifiedName): implemented
10981
10982         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
10983
10984 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
10985
10986         * assembly.c (mono_assembly_open): Implement a cache for the
10987         assemblies. 
10988
10989         (mono_assembly_close): only destroy the assembly when the last
10990         reference is gone.
10991         
10992 2001-11-09  Dick Porter  <dick@ximian.com>
10993
10994         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
10995
10996 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
10997
10998         * class.c (mono_class_metadata_init): bug fix: compute the right slot
10999
11000 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
11001
11002         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
11003         from Martin Weindel.
11004         * object.h: add mono_string_chars ().
11005
11006 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
11007
11008         * reflection.c (build_compressed_metadata): Eliminates warnings
11009         and uses 64-bit clean code.
11010
11011         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
11012         (mono_type_equal): Change signature to eliminate warnings.
11013
11014 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
11015
11016         * icall.c, loader.c: remove the internalcall array constructors.
11017         Changes to match the new MonoArray structure.
11018         * object.h, object.c: an array object doesn't allocate an extra
11019         vector. Add mono_array_new_full () to create jagged arrays easily.
11020
11021 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
11022
11023         * metadata.h, metadata.c: add mono_metadata_field_info () to
11024         retreive all the info about a field from vairous tables.
11025         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
11026         * class.h, class.c: augment MonoClassField with more info.
11027         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
11028         policy and load a field's RVA if needed.
11029
11030 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
11031
11032         * class.c (mono_class_metadata_init): create a trampoline for all
11033         virtual functions instead of actually compiling them.
11034
11035 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
11036
11037         * class.h, class.c: include name in MonoClassField.
11038         * class.c: fix fundamental type of System.Object and System.String.
11039         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
11040         tokens in ldtoken.
11041         * icall.c: remove internalcalls for the Reflection stuff that is now
11042         done in C# code.
11043         * loader.c: mono_field_from_memberref () implementation.
11044         * mono-endian.c: thinko (s/struct/union/g).
11045         * object.c, object.h: make the mono_string_* prototypes actually use
11046         MonoString instead of MonoObject.
11047         * reflection.c, reflection.h: updates for changes in the reflection
11048         code in corlib: we use C structures that map to the actual C# classes.
11049         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
11050         fat method header if needed and use the info from the ILGenerator for
11051         methods. Handle fields in types. Misc fixes.
11052
11053 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
11054
11055         * class.c (mono_class_metadata_init): bug fix: always allocate
11056         space for static class data
11057
11058 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
11059
11060         * class.c (mono_compute_relative_numbering): use relative
11061         numbering to support fast runtime type checks.
11062
11063 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
11064
11065         * class.c (mono_class_create_from_typeref): added debugging output
11066         to print class name when MonoDummy is returned instead of real class
11067
11068 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
11069
11070         * class.c (mono_class_metadata_init): interface offset table now
11071         contains pointers into the vtable - this is more efficient for the jit
11072
11073 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
11074
11075         * class.c (mono_class_metadata_init): use a temporary vtable (the
11076         old algorithm only worked for the interpreter, but not for the jit)
11077
11078 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
11079
11080         * loader.c (method_from_memberref): use mono_class_get to get the
11081         class of an array instead of using System.Array directly.
11082         (mono_get_method): also add MEMBERREF methods to the method cache
11083         which usefull for arrays.
11084
11085 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
11086
11087         * pedump.c (arch_compile_method): added to compute vtable entry
11088
11089         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
11090         number of interfaces.
11091         
11092         * class.h: merged MonoArrayClass into MonoClass
11093
11094         * class.c (mono_class_create_from_typedef): compute the vtable size and
11095         allocate space to include the vtable inside MonoClass
11096         (mono_class_metadata_init): initialize the vtable
11097
11098 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
11099
11100         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
11101         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
11102         * image.c: endian fixes by Laurent Rioux.
11103         * object.h, object.c: rename MonoStringObject to MonoString and
11104         MonoArrayObject to MonoArray. Change some function names to conform to
11105         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
11106         guint16* as first argument, so don't use char*.
11107         Provide macros to do the interesting things on arrays in a portable way.
11108         * threads-pthread.c: updates for the API changes and #include <sched.h>
11109         (required for sched_yield()).
11110         * icall.c: updates for the API changes above.
11111         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
11112         platforms that need them.
11113
11114 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
11115
11116         * class.c: set the correct type for all the fundamental
11117         type when loading the class.
11118
11119 2001-10-05  Dick Porter  <dick@ximian.com>
11120
11121         * threads-pthread.c (pthread_mutex_timedlock): Simple
11122         compatibility version for C libraries that lack this call.
11123
11124 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11125
11126         * class.c: MonoTypes stored in MonoClass are stored as
11127         fundamental MonoTypes when the class represents a
11128         fundamental type (System.Int32, ...).
11129         The TypeHandle return by ldtoken is a MonoType*.
11130         * icall.c: ves_icall_get_data_chunk () write out all the
11131         PE/COFF stuff. Implement ves_icall_define_method (),
11132         ves_icall_set_method_body (), ves_icall_type_from_handle ().
11133         * image.c: properly skip unknown streams.
11134         * loader.h, loader.c: add type_class to mono_defaults.
11135         * metadata.c, metadata.h: export compute_size () as
11136         mono_metadata_compute_size () with a better interface.
11137         Typo and C&P fixes.
11138         * pedump.c: don't try to print the entry point RVA if there is no entry point.
11139         * reflection.c, reflection.h: many cleanups, fixes, output method
11140         signatures and headers, typedef and typeref info, compress the metadata
11141         tables, output all the heap streams, cli header etc.
11142         * row-indexes.h: typo fixes.
11143
11144 2001-10-04  Dick Porter  <dick@ximian.com>
11145
11146         * object.h: Add a synchronisation mutex struct to MonoObject
11147
11148         * object.c (mono_new_object): Initialise the object
11149         synchronisation mutexes
11150
11151         * icall.c: System.Threading.Monitor internal calls
11152         
11153         * threads-pthread.h:
11154         * threads-pthread.c: System.Threading.Monitor internal calls
11155
11156         * threads-types.h: New file, includes the system-specific thread
11157         structures
11158         
11159         * threads-pthread-types.h:
11160         * threads-pthread-types.c: New files, handle pthread-specific
11161         synchronisation types
11162
11163         * threads-dummy-types.h: 
11164         * threads-dummy-types.c: New files of dummy support for
11165         thread-specific types
11166
11167         * metadata.c:
11168         * image.c:
11169         * pedump.c: include mono-endian.h not endian.h
11170         
11171         * Makefile.am: More threads files.
11172         Name mono-endian.h not endian.h
11173
11174 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
11175
11176         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
11177         stuff and implement a few more bits.
11178         * icall.c: a field needs to be dereferenced twice. Do not use the same
11179         name for two variables in the same scope.
11180         * image.c, image.h: cleanups.
11181
11182 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
11183
11184         * class.c (mono_class_metadata_init): bug fix: compute the right size
11185
11186 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
11187
11188         * icall.c: implemented some of the Reflection internalcalls.
11189         * image.c, image.h: start writing out the PE/COFF image.
11190         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
11191         that does the reverse than decode_blob_size ().
11192         * object.c: use mono_metadata_encode_value (). Move here
11193         temporary implementation of mono_string_to_utf8 ().
11194         * rawbuffer.c: make malloc_map static.
11195
11196 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11197
11198         * metadata.c: fix type comparison for arrays.
11199         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
11200         Added a couple of new classes to monodefaults.
11201         * icall.c: added a couple of Reflection-related internalcalls.
11202         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
11203         Added a byval_arg MonoType to MonoClass.
11204
11205 2001-09-28  Dick Porter  <dick@ximian.com>
11206
11207         * icall.c:
11208         * threads-pthread.h: 
11209         * threads-pthread.c: Implemented internal calls for
11210         LocalDataStoreSlot operations.  Applied mutexes around all shared
11211         data.  Reworked the thread creation and Start() operations to
11212         avoid a race condition.
11213         
11214         * threads-dummy.h:
11215         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
11216
11217 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
11218
11219         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
11220
11221 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
11222
11223         * class.c, loader.c: warn and return NULL instead of erroring out.
11224         * icall.c: added System.AppDomain::getCurDomain().
11225         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
11226
11227 2001-09-25  Dick Porter  <dick@ximian.com>
11228
11229         * threads-pthread.h:
11230         * threads-pthread.c: Implemented timed thread joining and added
11231         System.Threading.Thread::Join_internal internal call
11232
11233         * icall.c: Added System.Threading.Thread::Join_internal internal call
11234
11235         * threads-dummy.h:
11236         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
11237
11238 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
11239
11240         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
11241         mono_string_intern () to implement the semantics of the ldstr opcode
11242         and the interning of System.Strings.
11243         * icall.c: provide hooks to make String::IsIntern and String::Intern
11244         internalcalls.
11245
11246 2001-09-23  Dick Porter  <dick@ximian.com>
11247
11248         * threads-dummy.c: 
11249         * threads-dummy.h: New files of dummy threading routines
11250
11251         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
11252         support code based on system specifics
11253
11254         Rename PTHREAD_LIBS to THREAD_LIBS
11255         
11256 2001-09-23  Dick Porter  <dick@ximian.com>
11257
11258         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
11259         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
11260         internal calls.
11261         (mono_thread_init): Set up a Thread object instance to return when
11262         the main thread calls Thread.CurrentThread
11263         (mono_thread_cleanup): Wait for all subthreads to exit
11264
11265         * icall.c: New internal calls for System.Threading.Thread::Sleep
11266         (including Schedule) and CurrentThread
11267
11268         * threads.h: New file, to insulate thread-specific stuff from the
11269         rest of the code
11270
11271 2001-09-21  Dick Porter  <dick@ximian.com>
11272
11273         * threads-pthread.h: 
11274         * threads-pthread.c: New file, for handling pthreads-style
11275         threading support.  Start() now starts a new thread and executes
11276         the ThreadStart delegate instance.
11277
11278         * icall.c: Added the internalcall for
11279         System.Threading.Thread::Start_internal
11280
11281         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
11282
11283 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
11284
11285         * loader.c: work around the different signatures for delegates
11286         constructors csc generates in compiled code vs the ones compiled in mscorlib.
11287
11288 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
11289
11290         * class.h, class.c: add mono_class_get_field_from_name ().
11291         * *: Fix C comments and other ANSI C issues.
11292
11293 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
11294
11295         * endian.h, assembly.c: fix some endianness issues.
11296
11297 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
11298
11299         * loader.h, load.c: add delegate_class to mono_defaults.
11300         Handle runtime provided methods in mono_get_method ().
11301
11302 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
11303
11304         * loader.c (mono_get_method): use pinvoke for internal call
11305
11306         * icall.c: use pinvoke for internal call
11307
11308         * loader.c (method_from_memberref): set the method name
11309
11310 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
11311
11312         * metadata.c: help the compiler generate better code for
11313         mono_class_from_mono_type ().
11314
11315 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
11316
11317         * class.c (mono_class_metadata_init): delayed computing of the
11318         class size to mono_class_metadata_init ()
11319
11320 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
11321
11322         * class.c, class.h: add an interfaces member to MonoClass.
11323         * image.c, image.h: add assembly_name field to MonoImage
11324         from the assembly table.
11325         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
11326
11327 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11328
11329         * class.c: Handle Array in mono_class_from_mono_type ().
11330         * metadata.c, pedump.c: some endian fixes.
11331
11332 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
11333
11334         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
11335         * metadata.c: fix small problem introduced with the latest commit.
11336
11337 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
11338
11339         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
11340         We don't need a MonoMetadata pointer anymore to compare signatures in
11341         mono_metadata_signature_equal (), update callers.
11342         Reduced memory usage an number of allocations for MonoMethodHeader and
11343         MonoMethodSignature.
11344
11345 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
11346
11347         * metadata.c: added compare for szarray.
11348
11349 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
11350
11351         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
11352         and add a couple more types to it and mono_defaults. Give an hint on
11353         classes that need implementing in our corlib and are referenced
11354         in mscorlib.
11355
11356 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
11357
11358         * class.h, class.c: keep track if a class is also an Enum.
11359         * loader.c: Implement a couple more types for use in libffi
11360         marshalling. Gives better diagnostics when failing to dlopen
11361         a library. Set method->klass for P/Invoke methods, too.
11362
11363 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
11364
11365         * class.c, class.h: add a MonoType this_arg to MonoClass that
11366         represents a pointer to an object of the class' type that
11367         can be used by the interpreter and later the type cache.
11368         Add best guess alignment info for valuetype objects.
11369
11370 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
11371
11372         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
11373         into MonoType: one less level of indirection and allocation and
11374         simplifies quite a bit of code. Added cache for MonoTypes that are
11375         used frequently, so that we don't need to allocate them all the time.
11376
11377 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
11378
11379         * class.c (mono_class_create_from_typedef): System.Enum is also a
11380         value type, although it does not derive from System.ValueType
11381         (maybe a bug in the ms compiler?)
11382
11383         * metadata.c (mono_type_size): return the right size for value types
11384
11385         * loader.c (mono_get_method): only initialize method header if not abstract
11386
11387         * class.c (mono_class_from_mono_type): use mono_default values. 
11388
11389 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
11390
11391         * *: use MonoClass pointers instead of <type_tokens>
11392         
11393         * class.h: new flag: metadata_inited.
11394
11395         * class.c (mono_class_metadata_init): impl.
11396         (mono_class_instance_size): impl.
11397         (mono_class_data_size): impl.
11398
11399 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11400
11401         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
11402         MonoClass now has the name and name_space fields. 
11403         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
11404         mono_get_method () takes and optional MonoClass as argument.
11405         Removed mono_typedef_from_name() and added mono_class_token_from_name()
11406         instead that takes advantage of a map from class names to typedef
11407         tokens in MonoImage.
11408
11409 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
11410
11411         * metadata.c: zero is not a valid alignment boundary.
11412         Merge MONO_TYPE_VOID in default decoding code.
11413
11414 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
11415
11416         * image.h: merged MonoMetadata into MonoImage
11417
11418         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
11419         identify the type of elements.
11420
11421 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
11422
11423         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
11424         * cil-coff.h: split MonoMSDOSHeader and add size info.
11425         * image.c: add some consistency checks.
11426         * metadata.c: fix row size computation: one programmer
11427         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
11428         add explanation for the locator routine.
11429         Fix decoding of size in method header.
11430         
11431 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
11432
11433         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
11434         (g_concat_dir_and_file): Bring g_concat_dir_and_file
11435         function from gnome-libs.  This uses the right path separator
11436         based on the OS, and also works around a bug in some systems where
11437         a double slash is not allowed. 
11438         (default_assembly_name_resolver): Use g_concat_dir_and_file
11439         (mono_assembly_open): ditto.
11440
11441 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
11442
11443         * metadata.c (mono_metadata_signature_equal): impl.
11444
11445         * *: void is now a realy MonoType (instead of using NULL)
11446         
11447         * metadata.c (do_mono_metadata_parse_type): use
11448         mono_metadata_parse_type to parse void value.
11449
11450 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
11451
11452         * metadata.c, metadata.h: in the signature and method header store
11453         only the space required for holding the loca vars and incoming arguments.
11454
11455 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
11456
11457         * metadata.c (do_mono_metadata_parse_type): treat void like any
11458         other type (instead of assigning NULL);
11459
11460 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
11461
11462         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
11463
11464 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
11465
11466         * image.c (do_mono_image_open): added a cache for arrays.
11467
11468 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11469
11470         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
11471         decode a single column from a row in a metadata table and changes
11472         to take advantage of it in the typedef locator (gives a nice speed up).
11473         Store offset info for function params.
11474
11475 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
11476
11477         * image.h (MONO_IMAGE_IS_CORLIB): removed 
11478
11479 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
11480
11481         * assembly.c: how could mono_assembly_close () had ever worked?
11482         * metadata.c, metadata.h: provide offset info for local vars.
11483         Implement mono_type_size () to take care of alignment as well
11484         as size (it was mono_field_type_size in cli/class.c before).
11485
11486 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
11487
11488         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
11489
11490         * assembly.h (CORLIB_NAME): set to corlib.dll
11491
11492         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
11493
11494 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11495
11496         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
11497         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
11498         tokentype.h: massive namespace cleanup.
11499
11500 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11501
11502         * metadata.h, metadata.c: decode exception clauses when parsing method header.
11503
11504 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
11505
11506         * metadata.c (mono_metadata_free_type): added check for type !=
11507         NULL (void) before calling mono_metadata_free_type()
11508
11509 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
11510
11511         * metadata.h, row_indexes.h: added header with enumerations to use
11512         to index in the columns from tables in metadata and to decode coded
11513         tokens: we should start using this instead of embedding magic numbers
11514         all over the code.
11515
11516 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
11517
11518         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
11519         Move metadata_t info from cli_image_info_t to MonoImage, where
11520         it's easily accessible. Changed all the uses accordingly.
11521         Added the method and class caches to MonoImage.
11522         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
11523         and mono_metadata_decode_value () signature to be more consistent
11524         with the other parse functions (and simplify code). Taken advantage
11525         of zero-length array allocation with GCC. Removed reduntant (and
11526         wrong) MonoFieldType struct and use MonoParam instead. Changed
11527         mono_metadata_parse_field_type () to use common code for parsing.
11528         Added mono_metadata_typedef_from_field () and
11529         mono_metadata_typedef_from_method () to lookup a typedef index from a
11530         field or method token.
11531         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
11532
11533 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
11534
11535         * metadata.c (mono_metadata_parse_field_type): Implement. 
11536         (do_mono_metadata_parse_type): Split engine from
11537         mono_metadata_parse_type, so that we can create smaller structures
11538         for things that just have one pointer to the MonoType (look at
11539         the MonoFieldType)
11540
11541 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
11542
11543         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
11544         as Jan Gray found out, it is incorrect. 
11545
11546 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
11547
11548         * assembly.c: Implement asssembly loading.  This loads an image
11549         and loads all the referenced assemblies.  Come to think of it, we
11550         could always do lazy loading of the assemblies. 
11551
11552         * image.c (mono_image_open): Keep loaded images in a hashtable.
11553
11554         * image.h (MonoImage): Add reference count.
11555
11556 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
11557
11558         * assembly.c (mono_assembly_open): Keep track of the file name in
11559         case the assembly has no ASSEMBLY table.
11560
11561         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
11562         from get.c here.
11563
11564 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
11565
11566         * metadata.c, metadata.h: decode local vars in method header
11567         parse function. Change callers accordingly.
11568
11569 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
11570
11571         * metadata.h, cil-coff.h: protect against multiple inclusion.
11572         Added some new structures to hold information decoded from metadata:
11573         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
11574         and relevant decoding/free functions.
11575         * metadata.c: implement decoding functions. Add warning for out of bounds
11576         index in mono_metadata_locate(). Implement mono_get_method () to retreive
11577         all the info about a method signature and invocation. Remove check on
11578         uninitialized local var in parse_mh() and fix memory leak.
11579
11580 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
11581
11582         * metadata.h: More macros.
11583
11584         * tokentype.h: New file.
11585
11586 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
11587
11588         * assembly.c: added a consistency check and initialize
11589         some structures with g_new0().
11590         * metadata.c: fixed a couple more bugs in table size computation
11591         and add other checks for out-of bound access to metadata.
11592
11593 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
11594
11595         * metatada.c: fix bugs computing table sizes. Spew a
11596         warning when index in string heap is out of bounds.
11597
11598 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
11599
11600         * metadata.h: Add a couple of macros to manipulate tokens. 
11601
11602 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
11603
11604         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
11605         cli_section_tables).
11606
11607 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
11608
11609         * metadata.c (mono_metadata_user_string): New function, provides
11610         access to the UserString heap. 
11611
11612 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
11613
11614         * metadata.c: Add inline documentation.
11615
11616 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
11617
11618         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
11619         files. 
11620
11621 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
11622
11623         * typeattr.h: New file, TypeAttribute flags. 
11624
11625 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
11626
11627         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
11628         mono_assembly_ensure_section): Section loading code.
11629         (load_section_tables): Load the sections.
11630
11631         * mono/metadata/metadata.c (mono_metadata_locate_token,
11632         mono_metadata_locate): Functions to locate the information
11633         definition given a token or a table and an index.
11634         (mono_metadata_compute_table_bases): New.
11635         (compute_size): New function to compute the sizes of the various
11636         tables.
11637
11638         * mono/metadata/metadata.h: Finish listing the different index
11639         types. 
11640
11641         * mono/metadata/pedump.c: Improve to dump new information.
11642
11643 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
11644
11645         * mono/metadata/metadata.c: Entered all the tables matching
11646         Beta2. 
11647
11648         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
11649