2003-12-19 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2003-12-19  Martin Baulig  <martin@ximian.com>
2
3         * class.c (mono_class_initialize_generic): Made this static, take
4         a `MonoGenericInst *' instead of a `MonoClass *'.
5         (mono_class_from_generic): Call mono_class_initialize_generic()
6         unless we're already initialized or being called from
7         do_mono_metadata_parse_generic_inst().
8
9         * class.h (MonoGenericInst): Added `initialized' and
10         `init_pending' flags.
11
12         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
13         `mono_class_init (gklass)' or mono_class_initialize_generic()
14         here; set `generic_inst->init_pending' while parsing the
15         `type_argv'.
16
17 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
18
19         * locales.c: include string.h for memxxx prototypes
20
21 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
22
23         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
24         constructor when accessing literal fields.
25
26 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
27
28         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
29
30         * reflection.c (assembly_add_resource_manifest): New function to fill
31         the MANIFESTRESOURCE table.
32
33         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
34
35         * reflection.h: Update to changes in class layout.
36
37         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
38         Reenable call to mono_runtime_is_shutting_down ().
39
40         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
41         determine if the runtime is shutting down.
42
43 2003-12-16  Jackson Harper <jackson@ximian.com>
44
45         * icall.c: comment out call to mono_runtime_is_shutting_down to
46         fix build.
47         
48 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
49
50         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
51         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
52
53 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
54
55         * reflection.c: move definition of swap_with_size
56         to before its first call
57
58 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
59
60         * appdomain.c (mono_runtime_is_shutting_down): New public function.
61
62         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
63         icall.
64
65         * object.c: Fix warnings.
66
67         * icall.c (ves_icall_Type_Get...): Only consider inherited static
68         members if FlattenHierarchy is set.
69
70         * reflection.c (mono_image_add_decl_security): New function to emit
71         declarative security.
72
73         * reflection.h reflection.c: Add support for declarative security.
74
75         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
76         
77 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
78
79         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
80         
81         * appdomain.c verify.c: Moved corlib version checking into its own
82         function in appdomain.c since it needs to create vtables etc.
83
84 2003-12-13  Patrik Torstensson <p@rxc.se>
85
86         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
87         instead of unwrapped server.
88
89 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
90
91         * verify.c (check_corlib): Fix field index.
92
93 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
94
95         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
96         GetGacPath icall.
97
98 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
99
100         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
101         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
102         cope with sizeof(size_t) != sizeof(guint32).
103
104 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
105
106         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
107         in case of failure.
108
109 2003-12-10  Mark Crichton <crichton@gimp.org>
110
111         * icall.c: removed the GetNonZeroBytes.  We now handle this case
112         in managed code.
113
114         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
115
116 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
117
118         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
119         marked as deleted.
120
121 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
122
123         * verify.c (check_corlib): Handle the case when the version field is 
124         initialized by a static constructor.
125
126 2003-12-08  Patrik Torstensson  <p@rxc.se>
127
128     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
129
130 2003-12-08  Martin Baulig  <martin@ximian.com>
131
132         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
133         a MonoReflectionGenericParameter, also take the parameter index
134         and name as arguments.
135         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
136         (ves_icall_MonoGenericParam_initialize): New interncall.
137         (ves_icall_Type_make_byref_type): New interncall.
138
139         * reflection.h (MonoReflectionGenericParam): Derive from
140         MonoReflectionType, not just from MonoObject.  Added `refobj' and
141         `index' fields.
142
143         * reflection.c (mono_reflection_define_generic_parameter): Create
144         and return a new MonoReflectionGenericParam; don't initialize the
145         constraints here.
146         (mono_reflection_initialize_generic_parameter): New public method;
147         initializes the constraints and creates the `param->pklass'.
148
149 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
150
151         * reflection.h reflection.c: Use the new fields 'num_types', 
152         'num_fields' and 'num_methods' to track the number of types etc.
153
154         * verify.c (check_corlib): Check corlib version number.
155
156 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
157
158         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
159         function works on all methods.
160
161 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
162
163         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
164         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
165         the custom_type_info flag of the transparent proxy.
166         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
167         objects that supports IRemotingTypeInfo.
168         * object.h: Added custom_type_info field in transparent proxy.
169
170 2003-12-06  Martin Baulig  <martin@ximian.com>
171
172         * class.c (mono_class_create_from_generic): Removed.
173         (mono_class_from_generic): Check `ginst->klass' before doing
174         anything else.  This is important to fully support "recursive"
175         generic types.
176
177         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
178         empty `generic_inst->klass' before doing anything else.
179
180 2003-12-06  Dick Porter  <dick@ximian.com>
181
182         * verify.c: 
183         * object.h:
184         * icall.c:
185         * locales.c: Use C structs to access class fields.  Don't do a
186         conversion between MonoString and UChar because both are
187         platform-endian UTF-16.  Compare now takes startindex and count
188         parameters.  Add a char overload for IndexOf.  Speed up the
189         invariant string IndexOf.
190
191 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
192
193         * Makefile.am (monosn_LDADD): Fix parallel build.
194
195 2003-12-04  Martin Baulig  <martin@ximian.com>
196
197         * icall.c
198         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
199         (ves_icall_Type_make_array_type): New interncall.       
200
201 2003-12-04  Martin Baulig  <martin@ximian.com>
202
203         * locales.c: also change it in the !HAVE_ICU case.
204
205 2003-12-04  Dick Porter  <dick@ximian.com>
206
207         * icall.c:
208         * locales.c: construct_compareinfo is now in CompareInfo, not
209         CultureInfo.
210
211 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
212
213         * image.c (mono_image_load_file_for_image): Cache loaded images in the
214         image->files array.
215
216         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
217         table as well.
218
219         * assembly.c (mono_assembly_load_references): Only load references
220         once.
221
222         * class.c (mono_class_from_name): Avoid linear search of the 
223         EXPORTEDTYPE table.
224
225         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
226
227 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
228
229         * image.h (MonoImage): Add 'field_cache' field.
230
231         * loader.c (mono_field_from_token): Cache field lookups.
232         
233         * reflection.c (mono_module_get_object): Fix name property.
234
235         * icall.c (ves_icall_get_enum_info): Update after changes to 
236         mono_metadata_get_constant_index ().
237
238         * icall.c: Get rid of get_type_info icall, use a separate icall for
239         each type property to avoid needless memory allocations. Fixes #51514.
240
241         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
242         to avoid needless binary searches.
243
244         * class.c (class_compute_field_layout): Move the initialization of
245         field->def_value to mono_class_vtable ().
246
247         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
248         non-corlib types.
249
250         * object.c (mono_object_allocate): Make it inline.
251
252         * object.c (mono_object_allocate_spec): Make it inline.
253         
254 2003-12-02  Dick Porter  <dick@ximian.com>
255
256         * locales.c (create_NumberFormat): NumberFormatInfo construction.
257         Patch by Mohammad DAMT (mdamt@cdl2000.com).
258
259 2003-12-01  Dick Porter  <dick@ximian.com>
260
261         * threads.c: Fix signature and call in CreateMutex and
262         CreateEvent.
263
264 2003-12-01  Dick Porter  <dick@ximian.com>
265
266         * icall.c: 
267         * locales.c: Implement string compares and searching
268
269         * object.h: Add extra Thread field
270
271 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
272
273         * reflection.c (fixup_method): Add support for MonoCMethod.
274
275 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
276
277         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
278
279         * reflection.c (assembly_name_to_aname): Allow extra characters in
280         assembly names. Fixes #51468.
281
282 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
283
284         * exception.c (mono_exception_from_name_domain): New helper function.
285
286         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
287         exception object in the correct domain.
288
289         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
290         formatting + make a copy a the input data.
291
292         * loader.c (mono_get_method_from_token): Methods which contain
293         native code do not have entries in the ImplMap.
294
295         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
296         Thanks to Gonzalo for spotting this.
297         
298         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
299         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
300
301         * assembly.h (mono_assembly_load_from): Split the second part of 
302         assembly loading into a new public function.
303
304         * exception.h (mono_get_exception_bad_image_format): New function.
305
306 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
307
308         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
309         Enumerate all modules inside a dynamic assembly. Fixes #51293.
310         
311         * icall.c: Add new icall for creating dynamic methods.
312
313         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
314
315         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
316
317         * reflection.c (mono_reflection_create_dynamic_method): New icall to
318         create a dynamic method.
319
320         * reflection.c (resolve_object): New helper function.
321
322         * reflection.c: Generalize ReflectionMethodBuilder and the functions
323         which manipulate it so they can also work on dynamic methods.
324
325         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
326         creating the MonoReflectionMethodAux structure if it is not needed.
327         
328         * reflection.h verify.c: Update after changes to object layout.
329
330         * reflection.c (method_builder_encode_signature): Fix compilation on
331         gcc 2.95.x.
332
333 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
334
335         * appdomain.h: Added support for context static fields. Added static_data
336           field to MonoAppContext and renamed thread_static_fields to a more
337           generic special_static_fields in MonoAppDomain, since it can now contain
338           context static fields.
339         * domain.c: Updated hashtable name.
340         * object.c: Replaced field_is_thread_static() for a more generic
341           field_is_special_static() which also checks for context static attribute.
342           In mono_class_vtable(), added support for static context fields.
343         * threads.c: Changed methods that manage thread static fields to more
344           generic methods so they can be reused both for thread and context static
345           data.
346         * threads.h: Declared some new methods.
347
348 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
349
350         * reflection.h: Update after changes to the managed types.
351
352         * reflection.c (encode_custom_modifiers): New helper function.
353
354         * reflection.c (method_encode_signature): Emit custom modifiers.
355
356         * reflection.c (field_encode_signature): Emit custom modifiers.
357
358 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
359
360         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
361
362         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
363         implementation.
364
365         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
366         icall.
367
368         * object.c (mono_field_get_value_object): New function.
369
370         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
371         specific.
372
373 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
374
375         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
376         return a preallocated out-of-memory exception instance.
377
378         * object.c (out_of_memory): Use the new function.
379
380         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
381         flag is before the custom modifiers. Fixes #49802.
382
383 2003-11-16  Martin Baulig  <martin@ximian.com>
384
385         * class.c (mono_class_is_open_constructed_type): Implemented the
386         MONO_TYPE_GENERICINST case.
387
388 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
389
390         * assembly.c (mono_assembly_fill_assembly_name): New function to
391         fill out the MonoAssemblyName structure.
392         (mono_assembly_open): Use the new function.
393
394         * icall.c (fill_reflection_assembly_name): New helper function.
395
396         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
397         new function.
398
399         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
400
401 2003-11-15  Martin Baulig  <martin@ximian.com>
402
403         * class.c (mono_class_is_open_constructed_type): New public
404         function; checks whether a type is an open constructed type,
405         ie. whether it still contains type parameters.
406         (mono_class_inflate_generic_type): If we're a type parameter and
407         the inflated type is also a MONO_TYPE_(M)VAR, return the original
408         type.
409
410         * class.h (MonoGenericInst): Added `guint32 is_open'.
411
412         * loader.c (method_from_methodspec): Check whether we're an open
413         or closed constructed type and set `ginst->is_open'.
414
415         * reflection.c (mono_reflection_bind_generic_parameters): Check
416         whether we're an open or closed constructed type and set
417         `ginst->is_open'.
418         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
419         from open constructed types.
420
421 2003-11-15  Martin Baulig  <martin@ximian.com>
422
423         * reflection.c (mono_reflection_bind_generic_parameters): If we're
424         a generic instance (instead of a generic type declaration) with
425         unbound generic parameters, bind them to our actual types.
426
427 2003-11-14  Martin Baulig  <martin@ximian.com>
428
429         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
430
431         * reflection.c (mono_reflection_bind_generic_parameters): If we're
432         an interface type, populate `res->interfaces' with instantiated
433         versions of all the interfaces we inherit.
434
435 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
436
437         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
438         when MONO_PATH is set but doesn't contain the install dir.
439
440 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
441
442         * icall.c:
443         (ves_icall_Type_GetInterfaces): don't return an interface twice when
444         it's also implemented in base classes. Fixes bug #50927.
445
446 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
447
448         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
449         if this method is called from a finalizer. Fixes #50913.
450
451 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
452
453         * threads.c: Implement VolatileRead/VolatileWrite
454
455         * icall.c: Add new icalls for VolatileRead/VolatileWrite
456
457 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
458
459         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
460         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
461         2.95.3.
462
463         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
464         from Peter Ross (pro@missioncriticalit.com).
465         
466 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
467
468         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
469
470 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
471
472         * assembly.c (mono_assembly_load_references): Disable check because it
473         triggers on older corlibs which lots of people have.
474
475 2003-11-12  Jackson Harper  <jackson@ximian.com>
476
477         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
478         load corlib.dll if mscorlib.dll is not found.
479         * assembly.h: Remove corlib name define.
480         * class.c:
481         * domain.c:
482         * image.c: Change corlib name to mscorlib.
483         
484 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
485
486         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
487
488 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
489
490         * appdomain.h: Added loader_optimization here to sync with the C#
491         code, and add disallow_binding_redirects field.
492
493 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
494
495         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
496
497         * reflection.c (mono_image_build_metadata): Fix crash on modules
498         with no types.
499
500         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
501
502         * icall.c (ves_icall_get_method_info): Return callingConvention as
503         well.
504
505         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
506         namespaces from the EXPORTEDTYPE table as well.
507
508         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
509         from all modules inside the assembly.
510         
511 2003-11-11  Martin Baulig  <martin@ximian.com>
512
513         * reflection.c (mono_reflection_bind_generic_parameters): Make
514         this work for interfaces.
515
516 2003-11-11  Martin Baulig  <martin@ximian.com>
517
518         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
519
520 2003-11-11  Martin Baulig  <martin@ximian.com>
521
522         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
523         "MonoInflatedMethod" and "MonoInflatedCtor".
524
525 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
526
527         * reflection.c (resolution_scope_from_image): Use the assembly table
528         from the manifest module, since other modules don't have it.
529
530         * debug-helpers.c (mono_type_full_name): New helper function.
531
532         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
533
534         * image.c (mono_image_load_file_for_image): New public function which
535         is a replacement for the load_file_for_image in class.c.
536
537         * assembly.c (mono_assembly_load_module): A wrapper for the function
538         above which does assembly association and reference loading too.
539
540         * class.c (mono_class_from_name): Call mono_assembly_load_module.
541
542 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
543
544         * appdomain.c: not all of the attributes for the full assembly name
545         are required and the order doesn't matter. Fixes bug #50787.
546
547 2003-11-10  Dick Porter  <dick@ximian.com>
548
549         * locales.c: Use platform-endian UTF16
550
551 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
552
553         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
554         
555 2003-11-10  Martin Baulig  <martin@ximian.com>
556
557         * metadata.c
558         (mono_metadata_load_generic_params): Make this actually work.
559
560         * reflection.c (mono_reflection_bind_generic_parameters): If our
561         parent is a generic instance, pass all the `types' to it, no
562         matter whether it has the same number of type parameters or not.
563
564 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
565
566         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
567
568         * assembly.c (mono_assembly_load_references): Move the image<->assembly
569         assignment code to this function so it gets called recursively for all
570         modules.
571
572         * image.c (load_modules): Remove the assembly assignment since it is
573         now done by mono_assembly_load_references.
574         
575         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
576         Add 'module' argument.
577         (mono_module_get_types): New helper function.
578         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
579
580 2003-11-08  Martin Baulig  <martin@ximian.com>
581
582         * class.c (mono_class_inflate_generic_method): Interface method
583         don't have a header.
584
585         * reflection.c (mono_image_get_methodspec_token): Take an
586         additional `MonoGenericInst *' argument instead of reading it from
587         the header; this is necessary to support interfaces.
588         (mono_image_create_token): Pass the `MonoGenericInst *' from the
589         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
590         (inflated_method_get_object): Take an additional `MonoGenericInst *'
591         argument.
592
593         * reflection.h (MonoReflectionInflatedMethod): Added
594         `MonoGenericInst *ginst'.
595
596 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
597
598         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
599
600 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
601
602         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
603
604 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
605
606         * reflection.c 
607         (reflection_methodbuilder_from_method_builder):
608         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
609         initialize a ReflectionMethodBuilder structure.
610         (mono_image_get_methodbuilder_token):
611         (mono_image_get_ctorbuilder_token): New functions to emit memberref
612         tokens which point to types in another module inside the same assembly.
613
614         * reflection.c: Use the new helper functions.
615         
616         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
617
618         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
619         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
620
621         * reflection.c (resolution_scope_from_image): Emit a moduleref if
622         neccesary.
623
624         * reflection.c (mono_image_build_metadata): Emit metadata only for the
625         current module. Emit the manifest only for the main module.
626
627         * reflection.c (mono_image_create_token): Add assertion when a 
628         memberref needs to be created.
629
630         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
631
632         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
633         larger buffer for the custom attribute blob. Fixes #50637.
634         
635 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
636
637         * threadpool.c: notify listener on async processing handles after
638         invoking the async callback. Thanks to Zoltan.
639
640 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
641
642         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
643         avoid code duplication.
644
645         * reflection.h (MonoDynamicImage): New type which is currently unused,
646         but will be used through the ref.emit code in place of 
647         MonoDynamicAssembly.
648
649         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
650         object layout.
651
652         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
653         a MonoDynamicImage instead of just a MonoImage.
654         
655         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
656         icalls to ModuleBuilder but keep their semantics, so they will work
657         with moduleb->assemblyb. This will change later.
658         
659 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
660
661         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
662         object layout.
663
664         * reflection.c (mono_image_build_metadata): Avoid creation of a default
665         main module, since it is now done by the managed code.
666
667 2003-11-03  Martin Baulig  <martin@ximian.com>
668
669         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
670         `ginst->klass' here.
671         (method_encode_methodspec): Don't use the `ginst->generic_method's
672         klass if it's a generic instance, use `ginst->klass' in this case.
673
674 2003-11-03  Martin Baulig  <martin@ximian.com>
675
676         * reflection.c (mono_image_get_generic_method_param_info):
677         Removed, use mono_image_get_generic_param_info() instead.
678         (mono_image_get_type_info): Write the GenericParam table before
679         the Method table.  This is neccessary because in the GenericParam
680         table, type parameters of the class (ie. '!0' etc.) must come
681         before the ones from its generic methods (ie. '!!0' etc).
682
683 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
684
685         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
686
687 2003-11-02  Martin Baulig  <martin@ximian.com>
688
689         * reflection.c (create_generic_typespec): Take a
690         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
691         the generic parameters from it.
692
693 2003-11-02  Martin Baulig  <martin@ximian.com>
694
695         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
696         instead of a `MonoClassField *' since we just need the type.
697         (create_generic_typespec): New static function.  Creates a
698         TypeSpec token for a generic type declaration.
699         (mono_image_get_generic_field_token): New static function.
700         (mono_image_create_token): If we're a FieldBuilder in a generic
701         type declaration, call mono_image_get_generic_field_token() to get
702         the token.
703
704 2003-11-02  Martin Baulig  <martin@ximian.com>
705
706         * reflection.h
707         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
708         `MonoReflectionGenericInst *declaring_type' and
709         `MonoReflectionGenericInst *reflected_type' fields.
710
711         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
712         `MonoReflectionGenericInst *declaring_type' and a
713         `MonoReflectionGenericInst *reflected_type' argument instead of a
714         single `MonoReflectionGenericInst *type' one.  Set
715         `res->declaring_type' and `res->reflected_type' from them.
716         (mono_reflection_inflate_field): Likewise.      
717
718 2003-11-02  Martin Baulig  <martin@ximian.com>
719
720         * class.c (mono_class_setup_vtable): Don't store generic methods
721         in the vtable.  
722
723 2003-11-02  Martin Baulig  <martin@ximian.com>
724
725         * reflection.h (MonoReflectionGenericInst): Added
726         `MonoReflectionType *declaring_type'.
727
728         * reflection.c (mono_reflection_bind_generic_parameters): Use
729         `if (tb->parent)' instead of `klass->parent'.
730
731 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
732
733         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
734         with an empty ASSEMBLY table.
735
736         * reflection.c (mono_image_build_metadata): Avoid using the same loop
737         variable in the inner and outer loops.
738
739 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
740
741         * metadata.h (mono_metadata_make_token): Put parentheses around macro
742         argument.
743
744         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
745         
746         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
747         icalls. Instead, do everything in managed code. This is needed since
748         it is hard to restore the original domain etc. in unmanaged code in the
749         presence of undeniable exceptions.
750
751         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
752         New icalls to push and pop appdomain refs.
753
754 2003-10-31  Martin Baulig  <martin@ximian.com>
755
756         * class.c (inflate_generic_type): Renamed to
757         mono_class_inflate_generic_type() and made it public.
758
759         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
760         New interncall.
761
762         * loader.c (mono_field_from_memberref): Also set the retklass for
763         typespecs.
764
765         * fielder.c (mono_image_get_inflated_field_token): New static
766         method; creates a metadata token for an inflated field.
767         (mono_image_create_token, fixup_method): Added support for
768         "MonoInflatedField".
769         (fieldbuilder_to_mono_class_field): New static function.
770         (mono_reflection_inflate_field): New public function.
771
772         * reflection.h
773         (MonoReflectionGenericInst): Added `MonoArray *fields'.
774         (MonoReflectionInflatedField): New typedef.     
775
776 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
777
778         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
779         for Solaris and other platforms without s6_addr16
780
781 2003-10-30  Martin Baulig  <martin@ximian.com>
782
783         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
784         argument instead of two.
785         (mono_class_inflate_generic_signature): Likewise.
786         (inflate_generic_header): Likewise.
787         (mono_class_inflate_generic_method): Likewise.  In addition, if
788         `ginst->klass' is set, it becomes the new `method->klass'.
789
790         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
791         field.
792
793         * reflection.c (encode_generic_method_sig): Write a 0xa as the
794         first byte. [FIXME]
795         (method_encode_methodspec): If we have generic parameters, create
796         a MethodSpec instead of a MethodRef.
797         (fixup_method): Added support for "MonoInflatedMethod" and
798         "MonoInflatedCtor".
799         (mono_image_create_token): Added support for "MonoInflatedMethod"
800         and "MonoInflatedCtor".
801         (inflated_method_get_object): New static function; returns a
802         managed "System.Reflection.MonoInflatedMethod" object.
803         (mono_reflection_bind_generic_method_parameters): Return a
804         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
805         (mono_reflection_inflate_method_or_ctor): Likewise.
806         (mono_image_get_generic_method_param_info): Initialize unused
807         fields to zero.
808         (mono_image_get_generic_param_info): Likewise.
809
810         * reflection.h (MonoReflectionInflatedMethod): New public
811         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
812         "S.R.MonoInflatedCtor" classes.
813
814         * loader.c (method_from_memberref): If we're a TypeSpec and it
815         resolves to a generic instance, inflate the method.
816
817 2003-10-28  Dick Porter  <dick@ximian.com>
818
819         * object.c (mono_runtime_run_main): Convert command-line arguments
820         into utf8, falling back to the user's locale encoding to do so.
821
822 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
823
824         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
825         at this time.
826
827         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
828
829         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
830         up icalls at method definition time. Partially fixes #33569.
831
832 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
833
834         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
835         marshalling of arrays. Fixes #50116.
836
837         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
838
839         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
840         points to a vtable in the dying appdomain.
841
842         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
843         listeners into unmanaged code inside the lock.
844
845         * object.c (mono_class_vtable): Turn off typed allocation in non-root
846         domains and add some comments.
847
848 2003-10-25  Martin Baulig  <martin@ximian.com>
849
850         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
851
852         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
853
854         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
855         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
856         currently parsing.  Create the generic class and store it in
857         `generic_inst->klass' before parsing the type arguments.  This is
858         required to support "recursive" definitions; see mcs/tests/gen-23.cs
859         for an example.
860         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
861         to support recursive typespec entries.
862
863         * class.c (mono_class_setup_parent): If our parent is a generic
864         instance, we may get called before it has its name set.
865         (mono_class_from_generic): Splitted into
866         mono_class_create_from_generic() and mono_class_initialize_generic().
867
868 2003-10-25  Martin Baulig  <martin@ximian.com>
869
870         * icall.c (ves_icall_Type_BindGenericParameters): Return a
871         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
872         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
873         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
874
875         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
876         (create_typespec): Likewise.
877         (mono_reflection_bind_generic_parameters): Return a
878         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
879         (mono_reflection_inflate_method_or_ctor): New public function.
880
881         * reflection.h (MonoReflectionGenericInst): New typedef.        
882
883 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
884
885         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
886         inside the domain lock. Fixes #49993.
887         
888         * object.c (mono_class_vtable): When typed allocation is used, 
889         allocate vtables in the GC heap instead of in the mempool, since the
890         vtables contain GC descriptors which are used by the collector even
891         after the domain owning the mempool is unloaded.
892
893         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
894
895         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
896         reflect what it does. Also invalidate mempools instead of freeing
897         them if a define is set.
898
899         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
900         of the appdomain.
901         
902         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
903         hold the finalizable objects in this domain.
904
905         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
906         appdomain.
907
908         * appdomain.c (mono_domain_set): New function to set the current
909         appdomain, but only if it is not being unloaded.
910
911         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
912         appdomain which is being unloaded.
913         
914         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
915         unloading of the root appdomain.
916
917         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
918         icall to execute a method in another appdomain. Intended as a 
919         replacement for InternalSetDomain, which can confuse the code 
920         generation in the JIT.
921
922         * appdomain.c (mono_domain_is_unloading): New function to determine
923         whenever an appdomain is unloading.
924
925         * appdomain.c (mono_domain_unload): New function to correctly unload
926         an appdomain.
927
928         * assembly.c (mono_assembly_load_references): Check that an assembly
929         does not references itself.
930
931         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
932         domain manually, it asks the finalizer thread to do it, then waits for
933         the result. Also added a timeout.
934
935         * icall.c: Register the new icalls.
936
937         * threads.h threads.c: Export the mono_gc_stop_world and 
938         mono_gc_start_world functions.
939         
940         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
941         function to fill out the mempool with 0x2a.
942
943 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
944
945         * reflection.h (MonoReflectionMethodAux): New structure to store
946         information which is rarely used, thus is not in the MonoMethod
947         structure.
948
949         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
950         store the aux info.
951
952         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
953         and marshalling info into the aux structure.
954
955         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
956         from the aux structure.
957
958         * loader.c (mono_method_get_param_names): Retrieve the param names from
959         the aux structure.
960         
961 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
962
963         * exception.h exception.c: Add AppDomainUnloadedException && fix 
964         warning.
965
966 2003-10-21  Dick Porter  <dick@ximian.com>
967
968         * socket-io.c
969         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
970         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
971
972 2003-10-21  Martin Baulig  <martin@ximian.com>
973
974         * reflection.c (mono_reflection_bind_generic_parameters):
975         `klass->parent' is NULL for interfaces.
976
977 2003-10-21  Martin Baulig  <martin@ximian.com>
978
979         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
980
981 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
982
983         * exception.c (mono_exception_from_name_msg): New helper function for
984         creating exceptions and initializing their message field.
985
986         * exception.c: Simplify functions using the new helper.
987
988         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
989         New function.
990
991         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
992         mono_raise_exception, since otherwise gcc doesn't generate the function
993         epilog for raise_exception, confusing the stack unwinding in the JIT.
994         Fixes #45043.
995
996         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
997         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
998         Fixes #49499.
999
1000 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1001
1002         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
1003         utf8.
1004
1005 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
1006
1007         * icall.c: Removed GetUninitializedObject method because
1008           AllocateUninitializedClassInstance does the same.
1009
1010 2003-10-18  Martin Baulig  <martin@ximian.com>
1011
1012         * class.c (inflate_generic_signature): Renamed to
1013         mono_class_inflate_generic_signature() and made it public.
1014         (my_mono_class_from_generic_parameter): New static function; if we
1015         don't already have the generic parameter's MonoClass, create a
1016         very simple one which is just used internally in the runtime and
1017         not passed back to managed code.
1018
1019         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
1020
1021         * metadata.h (MonoMethodSignature): Moved the
1022         `MonoGenericParam *gen_params' to the MonoMethodHeader.
1023         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
1024
1025         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
1026         ves_icall_MonoMethod_GetGenericArguments(); this is now an
1027         interncall on the MonoMethod class, not on MethodInfo.
1028         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
1029         calling mono_reflection_bind_generic_method_parameters() directly.
1030
1031         * loader.c (mono_method_get_signature): If this is a MethodSpec;
1032         return the already computed `method->signature'.
1033         (method_from_methodspec): New static function to load a method
1034         from a MethodSpec entry.
1035         (mono_get_method_from_token): Call the new method_from_methodspec()
1036         for MethodSpec tokens.  
1037         (mono_get_method_from_token): If we're a generic method, load the
1038         type parameters.
1039
1040         * reflection.c (mono_image_get_memberref_token): Allow
1041         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
1042         table.
1043         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
1044         (mono_image_create_token): First check whether it's a generic
1045         method (so we'd need to create a MethodSpec), then do the other
1046         two alternatives.
1047         (mono_reflection_bind_generic_method_parameters): Return a
1048         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
1049         called directly from the interncall.
1050
1051 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
1052
1053         * reflection.c (load_public_key): Move loading of the public key
1054         into managed code.
1055
1056         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
1057
1058         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
1059         fields.
1060
1061         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
1062         culture, hash_alg and public_key. Fixes #49555.
1063
1064 2003-10-17  Martin Baulig  <martin@ximian.com>
1065
1066         * class.h (MonoGenericInst): Moved this declaration here and added
1067         `MonoMethod *generic_method'.
1068
1069         * icall.c
1070         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
1071         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
1072
1073         * metadata.c (mono_metadata_type_equal): Two types of
1074         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
1075         index; ie. don't compare the address of the `MonoGenericParam'
1076         structure.
1077         (mono_metadata_load_generic_params): Removed the `MonoMethod
1078         *method' argument.
1079
1080         * metadata.h (MonoGenericInst): Moved declaration to class.h.
1081         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
1082
1083         * reflection.c (method_encode_signature): Encode the number of
1084         generic parameters.
1085         (encode_generic_method_sig): New static function.
1086         (method_encode_methodspec): New static function; creates an entry
1087         in the MethodSpec table for a generic method.
1088         (mono_image_get_methodspec_token): New static function.
1089         (mono_image_create_token): Call mono_image_get_methodspec_token()
1090         for generic methods.
1091         (mono_reflection_bind_generic_method_parameters): New public
1092         function.  Instantiates a generic method.
1093
1094 2003-10-16  Martin Baulig  <martin@ximian.com>
1095
1096         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
1097         *gen_params' here from MonoMethodHeader.
1098
1099         * metadata.c (mono_metadata_parse_method_signature): If we have
1100         generic parameters, initialize `method->gen_params' and then set
1101         the correct `type->data.generic_param' in all the parameters.
1102
1103 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
1104
1105         * threads.c (mono_threads_get_default_stacksize): New function to 
1106         return the default stacksize.
1107
1108         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
1109         termination of the finalizer thread, since the previous method had
1110         race conditions. Fixes #49628.
1111
1112         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
1113         as for the other managed threads.
1114
1115 2003-10-16  Martin Baulig  <martin@ximian.com>
1116
1117         * class.c (inflate_generic_signature): Copy `generic_param_count'
1118         and `gen_params'.
1119
1120         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
1121         New interncall.
1122
1123         * metadata.c (mono_metadata_parse_method_signature): Actually set
1124         the `method->generic_param_count' here.
1125         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
1126
1127 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
1128
1129         * object.h: Add a new field to TypedRef to simplify the implementation
1130         of the REFANY opcodes in the JIT.
1131
1132         * icall.c: Make use of the new field.
1133
1134         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
1135         dynamically.
1136
1137 2003-10-15  Martin Baulig  <martin@ximian.com>
1138
1139         * class.c (mono_class_from_gen_param): Renamed to
1140         mono_class_from_generic_parameter() and moved most of the
1141         functionality from mono_reflection_define_generic_parameter()
1142         here; ie. we create a "real" class here.
1143         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
1144         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
1145         previously been called.
1146
1147         * class.h (MonoGenericParam): Moved the declaration of this struct
1148         here from metadata.h and added `MonoMethod *method'.
1149
1150         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
1151         interncall.
1152
1153         * loader.c (mono_get_method_from_token): If we have any generic
1154         parameters, call mono_metadata_load_generic_params() to read them
1155         from the MONO_TABLE_GENERICPAR.
1156
1157         * metadata.c (mono_metadata_load_generic_params): Added
1158         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
1159
1160         * metadata.h (MonoMethodSignature): Replaced
1161         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
1162         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
1163
1164         * reflection.c (mono_reflection_define_generic_parameter): Moved
1165         most of the functionality into the new
1166         mono_class_from_generic_parameter(); set the `method' field if
1167         we're a method parameter.       
1168
1169 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
1170
1171         * marshal.c (emit_struct_conv): if native size is 0
1172         emit no code.
1173
1174 2003-10-14  Martin Baulig  <martin@ximian.com>
1175
1176         * icall.c: The generics API has changed in the spec since it was
1177         added to System.Type; these modifications make it match the spec
1178         again.
1179         (ves_icall_Type_GetGenericParameters): Renamed to
1180         `ves_icall_Type_GetGenericArguments'.
1181         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
1182         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
1183         `ves_icall_MonoType_get_HasGenericArguments'.
1184         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
1185         `ves_icall_MonoType_get_IsGenericParameter'.
1186         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
1187         this is no interncall anymore.
1188         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
1189         `ves_icall_TypeBuilder_get_IsGenericParameter'.
1190
1191 2003-10-14  Martin Baulig  <martin@ximian.com>
1192
1193         * reflection.c (mono_reflection_bind_generic_parameters): Also
1194         inflate generic methods if we're reading the class from IL.
1195
1196 2003-10-13  Martin Baulig  <martin@ximian.com>
1197
1198         * reflection.c (mono_reflection_define_generic_parameter): This
1199         method isn't called directly from the icall anymore; take a
1200         `MonoReflectionAssemblyBuilder *' so we can use this for type and
1201         method generic parameters.
1202         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
1203         (method_builder_encode_signature): Encode generic parameters.
1204         (mono_image_get_method_info): Write generic params to the
1205         MONO_TABLE_GENERICPARAM table.
1206
1207         * reflection.h (MonoReflectionMethodBuilder): Added
1208         `MonoArray *generic_params'.
1209
1210         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
1211
1212         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
1213         wrapper for mono_reflection_define_generic_parameter().
1214         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
1215
1216 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1217
1218         * marshal.h: Add missing function to fix build.
1219
1220         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
1221         the SetLastError pinvoke attribute.
1222
1223         * marshal.c (mono_marshal_set_last_error): New helper function called
1224         by the generated code.
1225         
1226         * marshal.c (mono_mb_emit_branch): New helper function.
1227
1228         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
1229
1230         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
1231         classes as parameters and return values of delegates. Fixes #29256. 
1232
1233 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
1234
1235         * locales.c: use gint32 in non HAVE_ICU case
1236
1237 2003-10-11  Martin Baulig  <martin@ximian.com>
1238
1239         * mono-debug.c (mono_debug_add_method): Added a workaround for
1240         bug #48591.
1241
1242 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
1243
1244         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
1245         delegates passed to native code must use the STDCALL calling 
1246         convention. Fixes #35987.
1247
1248 2003-10-10  Martin Baulig  <martin@ximian.com>
1249
1250         * class.c (inflate_generic_type): If we're inflating for a generic
1251         type instance (and not for a generic method), return
1252         MONO_TYPE_MVAR unchanged.
1253
1254 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1255
1256         * string-icalls.c: Join ignores null strings in the source array.
1257         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
1258         * threads.c: GetAvailableTheads is slightly more accurate.
1259
1260 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
1261
1262         * threads.h threads.c : add mono_threads_set_default_stacksize
1263         and pass default to CreateThread calls.
1264
1265 2003-10-09  Dick Porter  <dick@ximian.com>
1266
1267         * icall.c:
1268         * locales.h:
1269         * locales.c: Internal calls for constructing CultureInfo and
1270         related objects from libicu (if its available.)
1271
1272 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
1273
1274         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
1275
1276 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1277
1278         * threadpool.c: added an argument to async_invoke_thread that is the
1279         item to process, pass the MonoAsyncResult to the thread start function
1280         when creating a new thread. This way we don't need to acquire any lock
1281         when we're creating a new thread. Readded a semaphore for faster
1282         response times (instead of that Sleep i added).
1283
1284 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
1285
1286         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
1287         get daylight change dates better on Windows, fix handling
1288         of platforms without tm_gmtoff.
1289
1290 2003-10-06  Martin Baulig  <martin@ximian.com>
1291
1292         * class.c (inflate_generic_method): Renamed to
1293         mono_class_inflate_generic_method() and made public.
1294         (mono_class_init): Don't inflate the generic methods here.
1295         (mono_class_from_generic): Added `gboolean inflate_methods'
1296         argument.  Inflate the methods here.
1297
1298         * loader.c (mono_method_get_param_names): Ignore instances of
1299         generic types for the moment.
1300
1301         * reflection.c (fixup_method): Added support for inflated methods.
1302         (mono_image_create_token): Use mono_image_get_methodref_token()
1303         for inflated methods.
1304         (mono_custom_attrs_from_param): Ignore instances of generic types
1305         for the moment.
1306         (mono_reflection_bind_generic_parameters): New public function.
1307         Moved all the functionality from
1308         ves_icall_Type_BindGenericParameters() here and added support for
1309         dynamic types.
1310         (mono_reflection_define_generic_parameter): Initialize
1311         `klass->methods' here.
1312
1313         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
1314         functionality into mono_reflection_define_generic_parameter().
1315         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
1316         TypeBuilder, return that TypeBuilder.
1317
1318 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1319
1320         * appdomain.c: removed mono_delegate_semaphore.
1321
1322         * threadpool.c:
1323         (mono_thread_pool_add): moved hash table creation inside and the thread 
1324         creation outside of the critical region.
1325         (mono_thread_pool_finish): removed obsolete code.
1326         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
1327         continue or exit the thread depending on the queue.
1328
1329 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1330
1331         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
1332         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
1333         handle more bool marshalling options
1334
1335 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
1336
1337         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
1338         arrays of structs. Also add a more descriptive error message when
1339         a structure member is marshalled as LPArray.
1340
1341 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
1342
1343         * marshal.c (mono_marshal_get_native_wrapper): Add support for
1344         marshalling arrays of complex types. Fixes #29098. Also remove an
1345         usused and incomplete function.
1346
1347 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
1348
1349         * gc.c: report heap_size - free_bytes as total memory allocated
1350         (bug#49362).
1351
1352 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
1353
1354         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
1355         fix timezone handling problems on Windows.
1356         
1357         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
1358         asserts when the year is outside the range handled by ms the functions.
1359
1360         * class.c (setup_interface_offsets): If the class is an interface,
1361         fill out its interface_offsets slot.
1362
1363 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1364
1365         * threadpool.c: mark threadpool threads as background.
1366
1367 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
1368
1369         * decimal.c - define DECINLINE to nothing if not using GCC
1370
1371 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
1372
1373         * assembly.c: More refcount fixes.
1374
1375 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1376
1377         * string-icalls.c: if we're not trimming, return the same string.
1378         When not splitting, don't create a new string.
1379
1380 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1381
1382         * image.c:
1383         (mono_image_open): increment the ref_count inside the critical section.
1384
1385 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
1386
1387         * image.c (mono_image_open): Fix reference counting bug.
1388
1389 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
1390
1391         * marshal.c (mono_marshal_type_size) struct alignment changed for 
1392         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
1393         64bits. Avoid leak in mono_marshal_get_native_wrapper when
1394         mono_lookup_pinvoke_call throws.        
1395
1396 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
1397
1398         * reflection.c (mono_reflection_parse_type): Fix #49114.
1399
1400         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
1401         temporary workaround for cygwin header problem.
1402
1403         * object.c (mono_object_isinst): Synchronize this with the code
1404         generated by the JIT for casts.
1405
1406 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
1407
1408         * reflection.c (encode_type): Fix #38332.
1409
1410 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
1411
1412         * marshal.c (mono_marshal_method_from_wrapper): New function to return
1413         the original method from the wrapper method.
1414
1415 2003-09-25  Martin Baulig  <martin@ximian.com>
1416
1417         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
1418         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
1419         (ves_icall_Type_get_IsGenericInstance): New interncall.
1420
1421 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
1422
1423         * object.c: fix cast warning in big endian code.
1424
1425 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
1426
1427         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
1428         
1429 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1430
1431         * assembly.c: don't call check_env from mono_assembly_load. It's
1432         already done once in mono_assemblies_init and may cause headaches when
1433         multiple threads are loading assemblies.
1434
1435 2003-09-19  Martin Baulig  <martin@ximian.com>
1436
1437         * reflection.c (mono_reflection_define_generic_parameter): Don't
1438         allocate `klass->methods', set `klass->flags' to
1439         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
1440
1441 2003-09-18  Martin Baulig  <martin@ximian.com>
1442
1443         * class.c (mono_class_init): Don't create `class->methods' if it's
1444         already initialized.
1445
1446         * metadata.c (mono_metadata_load_generic_params): Make this
1447         actually work.
1448
1449         * reflection.c (mono_reflection_define_generic_parameter): Set
1450         parent class and interfaces from the constraints.
1451
1452         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
1453         to keep this struct in sync with the declaration in TypeBuilder.cs.
1454
1455 2003-09-17  Martin Baulig  <martin@ximian.com>
1456
1457         * metadata.h (MonoType): Replaced the data's `int type_param'
1458         field with `MonoGenericParam *generic_param'.
1459         (MonoGenericParam): Added `MonoClass *klass'.
1460
1461         * class.c (mono_class_from_gen_param): Removed the
1462         `MonoImage *image' and `int type_num' arguments.
1463
1464         * metadata.c (mono_metadata_parse_generic_param): New static
1465         method; creates a MonoGenericParam which just contains the index.
1466         (do_mono_metadata_parse_type): Call
1467         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
1468         MONO_TYPE_MVAR.
1469
1470         * reflection.c (mono_image_typedef_or_ref): Generic type
1471         parameters may be in the same assembly, but never use a typedef
1472         for them.
1473         (mono_reflection_define_generic_parameter): We're now creating a
1474         "real" class for the type parameter; it's now safe to call
1475         mono_class_from_mono_type() on the class'es type, it'll do the
1476         right thing.
1477
1478 2003-09-16  Martin Baulig  <martin@ximian.com>
1479
1480         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
1481         `symfile->range_entry_size' and `symfile->class_entry_size' here;
1482         the `symfile' data structure must be fully initialized before it
1483         gets added to the table.
1484
1485 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
1486
1487         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
1488
1489         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
1490         class init trampolines.
1491
1492 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
1493
1494         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
1495         to the built-in profiler to turn off time and allocation profiling
1496         respectively.
1497
1498 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
1499
1500         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
1501         g_direct_equal.
1502
1503         * debug-helpers.c (mono_method_full_name): Print the wrapper type
1504         in human readable form.
1505
1506 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
1507
1508         * reflection.c icall.c: Fixed warnings.
1509
1510         * image.c (load_class_names): Use a temporary hash table to hold the
1511         namespaces in order to avoid doing many string comparisons.
1512
1513         * image.h: Fix typo.
1514
1515         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
1516         Pass NULL instead of g_direct_equal to the GHashTable constructor 
1517         since the NULL case is short-circuited inside g_hash_table_lookup, 
1518         leading to better performance.  
1519
1520         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
1521         obtain the first custom attribute for a given index. Depends on the
1522         CustomAttribute table being sorted by the parent field.
1523
1524         * reflection.c (mono_custom_attrs_from_index): Use the new function 
1525         for better performance.
1526
1527 2003-09-07  Martin Baulig  <martin@ximian.com>
1528
1529         * class.c (mono_class_init): If we're a generic instance, inflate
1530         all our methods instead of loading them from the image.
1531         (mono_class_from_generic): Set `class->methods = gklass->methods'.
1532
1533 2003-09-07  Martin Baulig  <martin@ximian.com>
1534
1535         * mono-debug-debugger.c: Added support for constructors.
1536
1537 2003-09-06  Martin Baulig  <martin@ximian.com>
1538
1539         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
1540         New interncall.
1541
1542         * reflection.c (mono_reflection_setup_generic_class): Call
1543         ensure_runtime_vtable() to create the vtable.
1544
1545 2003-09-05  Martin Baulig  <martin@ximian.com>
1546
1547         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
1548         MONO_TYPE_MVAR.
1549
1550 2003-09-04  Martin Baulig  <martin@ximian.com>
1551
1552         * reflection.c (mono_reflection_define_generic_parameter): Generic
1553         parameters start with zero.
1554
1555 2003-09-04  Martin Baulig  <martin@ximian.com>
1556
1557         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
1558
1559         * reflection.h (MonoReflectionGenericParam): New typedef.
1560         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
1561         the generic parameters from the managed TypeBuilder.
1562
1563         * reflection.c (mono_reflection_define_generic_parameter): New function.
1564         (mono_reflection_create_runtime_class): Encode generic parameters.
1565         (mono_reflection_setup_generic_class): New function; this is
1566         called after adding adding all generic params to the TypeBuilder.
1567         (encode_type): Added MONO_TYPE_VAR.
1568
1569 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
1570
1571         * class.h class.c (mono_class_needs_cctor_run): Moved this method
1572         here from the JIT.
1573
1574         * assembly.h assembly.c: Moved the AOT loading code into an assembly
1575         load hook.
1576
1577 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
1578
1579         * reflection.h reflection.c class.h class.c: Delete duplicate 
1580         definition of mono_type_get_name () from reflection.c and export the
1581         one in class.c.
1582
1583         * class.c: Class loading fixes from Bernie Solomon 
1584         (bernard@ugsolutions.com).
1585
1586         * reflection.c: Endianness fixes from Bernie Solomon 
1587         (bernard@ugsolutions.com).
1588         
1589 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
1590
1591         * assembly.h assembly.c: Define a file format version for AOT
1592         libraries.
1593         
1594         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
1595
1596         * appdomain.h (MonoJitInfo): New field to determine whenever the
1597         code is domain neutral.
1598         
1599 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
1600
1601         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
1602
1603 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
1604
1605         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
1606         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
1607         Avoid caching the result since strings must be domain specific. Fixes
1608         #48050.
1609
1610 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
1611
1612         * marshal.c (mono_marshal_init): Make this callable multiple times
1613         since it is hard to find a correct place to call it.
1614
1615         * object.c (mono_runtime_class_init): Execute static constructors in
1616         the correct appdomain.
1617
1618         * image.c (build_guid_table): Handle the case when multiple images have
1619         the same GUID.
1620
1621 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1622
1623         * icall.c: added a couple of icalls for System.Web.
1624
1625 2003-08-28  Martin Baulig  <martin@ximian.com>
1626
1627         * icall.c (ves_icall_Type_BindGenericParameters): Use
1628         `klass->generic_inst' instead of `&klass->byval_arg' in the
1629         mono_type_get_object() call.  The returned type must be
1630         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
1631
1632 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
1633
1634         * NOTES: New file.
1635
1636         * object.c (mono_class_proxy_vtable): Make it thread safe.
1637
1638         * pedump.c: Fix warning.
1639
1640         * object.c appdomain.h: Get rid of metadata_section. 
1641         It is no longer needed and it was causing deadlocks with domain->lock.
1642
1643         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
1644
1645 2003-08-26  Martin Baulig  <martin@ximian.com>
1646
1647         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
1648
1649 2003-08-26  Martin Baulig  <martin@ximian.com>
1650
1651         * pedump.c (main): Call mono_metadata_init(),
1652         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
1653         and mono_loader_init().
1654
1655 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
1656
1657         * loader.h: Add missing include to fix build.
1658
1659         * image.h: mono_image_load_references is no more.
1660
1661         * assembly.c: Reworked assembly loading to make it really thread safe.
1662         After these changes, the assembly returned by mono_assembly_open is
1663         fully initialized, i.e. all its references assemblies are loaded.
1664
1665         * assembly.c (mono_image_load_references): Renamed to 
1666         mono_assembly_load_references, and made private, since clients no
1667         longer need to call it.
1668
1669         * class.c: Removed calls to mono_assembly_load_references, since it was
1670         a source of deadlocks.
1671
1672         * loader.h loader.c class.h class.c: Protect data structures using a 
1673         new lock, the loader lock.
1674
1675         * class.c (mono_class_setup_vtable): Create temporary hash tables and
1676         GPtrArrays only when needed.
1677
1678         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
1679         into empty structures by mcs. Fixes pinvoke7.cs.
1680         
1681         * domain.c (mono_init): Call a new initialization function.
1682
1683         * appdomain.c (mono_runtime_init): Call the new initializer function
1684         of the marshal module.
1685
1686         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
1687         inserted into empty structures by mcs. Fixes pinvoke7.cs.
1688
1689         * marshal.h marshal.c: Added locks around the wrapper caches to make
1690         this module thread safe.
1691
1692         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
1693         this argument. Fixes pinvoke1.exe.
1694
1695 2003-08-25  Lluis Sanchez <lluis@ximian.com>
1696
1697         * object.h: Added call_type field to MonoMethodMessage and the corresponding
1698         enumeration of values. Removed fields to store remote call output values in
1699         MonoAsyncResult. Not needed any more.
1700         * object.c: Initialize call_type and async_result fields in mono_message_init.
1701         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
1702         dispatching the message.
1703         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
1704         async call to finish. To do it use a message with EndInvoke call type.
1705
1706 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
1707
1708         * loader.h loader.c (mono_method_hash_marhal_info): New function which
1709         determines whenever a method has marshalling info.
1710
1711 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1712
1713         * assembly.c: fix the build on windows.
1714
1715 2003-08-22 Lluis Sanchez <lluis@ximian.com>
1716
1717         * object.cs: Fixed bug #47785.
1718
1719 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
1720
1721         * string-icalls.c (StringReplace): If their are no occurances of
1722         the old string found return a reference to the supplied
1723         string. This saves some memory and matches MS behavoir.
1724         
1725 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1726
1727         * socket-io.c: fixed compilation for systems that define AF_INET6
1728         and don't define SOL_IP/SOL_IPV6.
1729
1730 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
1731
1732         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
1733         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
1734
1735         * rawbuffer.c rawbuffer.h: Make this module thread safe.
1736
1737         * domain.c: Make this module thread safe.
1738
1739         * domain.c (mono_init): Call new initialization function.
1740
1741         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
1742         reference types too. Fixes #38812.
1743
1744         * image.c (mono_image_init): Fixed warnings.
1745
1746         * class.c (mono_class_from_typeref): Handle assembly load failure
1747         correctly.
1748
1749         * appdomain.c (add_assemblies_to_domain): Handle the case when
1750         the references of an assembly are not yet loaded.
1751
1752         * metadata.c image.c assembly.c: Moved initialization of global
1753         variables to a separate function called at startup since lazy 
1754         initialization of these variables is not thread safe.
1755         
1756         * image.c assembly.c: Made this module thread safe by adding locks in 
1757         the appropriate places.
1758
1759         * domain.c (mono_init): Call the new initialization functions of the
1760         three modules.
1761
1762 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
1763
1764         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
1765           make a direct call. It is proxy's work to make the call asynchronous.
1766           mono_delegate_end_invoke(): If the targe is a proxy, just collect
1767           the return values.
1768         * object.cs: mono_method_call_message_new(): read AsyncResult and
1769           state object from parameters list, if this info is requested.
1770         * object.h: Added fields to store remote call output values in
1771           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
1772
1773 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
1774
1775         * object.h: add needed fields to MonoThread.
1776         * threads.c, threads.h: allow registering a function to cleanup data
1777         allocated per thread by the JIT.
1778
1779 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
1780
1781         * loader.h: portability fix by Bernie Solomon
1782         * <bernard@ugsolutions.com>.
1783
1784 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
1785
1786         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
1787         return a MonoArray. This simplifies the code and also ensures that
1788         the cache allways contains an object reference as a value.
1789
1790         * icall.c (ves_icall_get_parameter_info): Simplified using the new
1791         function.
1792
1793 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1794
1795         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
1796         fixes a problem with byte ordering when getting the address family for
1797         a socket.
1798
1799 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
1800
1801         * .cvsignore: Added monosn.
1802
1803         * reflection.h reflection.c loader.c: Added support for parameter
1804         marshalling to dynamically created types. Fixes #47295.
1805
1806 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
1807
1808         * rand.c: remove useless warnings.
1809
1810 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
1811
1812         * class.c: implemented ldtoken for methods and fieldrefs.
1813
1814 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1815
1816         * threadpool.c: when mono_async_invoke was called, no one took care of
1817         monitoring the queue. So if the method invoked took some time and we
1818         got new async invoke requests after 500 ms (the thread created waited
1819         that long in WaitForSingleObject), the new async invoke was not called
1820         until the previous one finished.
1821
1822         This is fixed now. Thanks to Totte for helping with it.
1823
1824 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1825
1826         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
1827
1828 2003-08-11  Martin Baulig  <martin@ximian.com>
1829
1830         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
1831
1832 2003-08-06  Martin Baulig  <martin@ximian.com>
1833
1834         * mono-debug-debugger.c: Added support for static fields,
1835         properties and methods.
1836
1837 2003-08-06  Martin Baulig  <martin@ximian.com>
1838
1839         * mono-debug-debugger.c: Don't store the MonoString's vtable to
1840         make this work for applications with multiple application domains.
1841
1842 2003-08-04  Martin Baulig  <martin@ximian.com>
1843
1844         * mono-debug-debugger.c: Completely reworked the type support; the
1845         most important thing is that we're now just using one single
1846         `MonoType' instance per type.
1847
1848 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
1849
1850         * mono-endian.h, mono-endian.c, icall.c: Added icall
1851         ves_icall_System_Double_AssertEndianity to assert double word endianity
1852         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
1853
1854 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
1855
1856         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
1857         support, icalls and fixes.
1858
1859 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
1860
1861         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
1862         classes that are a punctuation character in .NET is not the same a
1863         g_unichar_ispunct.
1864
1865 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
1866
1867         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
1868
1869 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
1870
1871         * icall.c: Add new MemCopy internalcall.
1872         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
1873         Simplified code; It is not necessary to handle all the cases here,
1874         as the C# code takes care of it.  Only handle the case of the name
1875         resource embedded into the assembly.
1876
1877         Changed signature to return the data pointer and the size of the
1878         data. 
1879
1880 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
1881
1882         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
1883         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
1884
1885 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
1886
1887         * socket-io.c: ignore EINTR error in select.
1888
1889 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
1890
1891         * class.h, class.c: removed unused subclasses field in MonoClass.
1892
1893 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
1894
1895         * icall.c: improve fix of get_base_definition(). If the parent class
1896           doesn't have the mehod, look at the parent of the parent.
1897         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
1898           to check if a parameter is an in or out parameter
1899           (PARAM_ATTRIBUTE_IN is not set by default).
1900           mono_method_return_message_restore(): Use mono_class_value_size to
1901           get the size of a value type. mono_type_stack_size (parameterType)
1902           does not return the correct value if parameterType is byRef.
1903           mono_load_remote_field(), mono_load_remote_field_new(),
1904           mono_store_remote_field(), mono_store_remote_field_new():
1905           raise exception if the remote call returns an exception.
1906
1907 2003-07-28  Martin Baulig  <martin@ximian.com>
1908
1909         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
1910         method.  This is a wrapper around mono_runtime_invoke() which
1911         boxes the instance object if neccessary.
1912
1913 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
1914
1915         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
1916         metadata.h, row-indexes.h, verify.c: first cut of generics support.
1917
1918 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
1919
1920         * icall.c: disable mcs bug workaround.
1921
1922 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
1923
1924         * object.c (mono_runtime_class_init): Take the metadata_section
1925         mutex before obtaining the domain mutex.
1926
1927         * appdomain.h: Added definition of metadata_section mutex here. 
1928
1929         * object.c: define metadata_mutex here.
1930
1931 2003-07-24  Ravi Pratap  <ravi@ximian.com>
1932
1933         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
1934         fixed.
1935
1936 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
1937
1938         * reflection.c: Fix bug #46669
1939
1940 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1941
1942         * exception.c:
1943         * exception.h:
1944         * icall.c:
1945         * object.h: fill in the type name for TypeLoadException.
1946
1947 2003-07-23  Ravi Pratap  <ravi@ximian.com>
1948
1949         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
1950         relationship between TypeBuilders while compiling corlib) and bug
1951         45993 (Array types returned from the runtime while compiling
1952         corlib were from the loaded corlib).
1953
1954 2003-07-22  Martin Baulig  <martin@ximian.com>
1955
1956         * mono-debug-debugger.c: Reworked the type support a bit more;
1957         distinguish between types and classes.
1958
1959 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
1960
1961         * icall.c: add IsArrayImpl icall.
1962
1963 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
1964
1965         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
1966         initializing real_size only once. Also fix bug #46602.
1967
1968 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
1969
1970         * object.c: Renamed mono_metadata_section to metadata_section.
1971
1972 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
1973
1974         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
1975           empty array if the type is an array. Fixed.
1976           ves_icall_MonoMethod_get_base_definition: if the base method
1977           is abstract, get the MethodInfo from the list of methods of
1978           the class.
1979         * reflection.c: ParameterInfo.PositionImpl should be zero-based
1980           and it was 1-based. Fixed in mono_param_get_objects.
1981
1982 2003-07-20  Martin Baulig  <martin@ximian.com>
1983
1984         * mono-debug.h: Set version number to 31.
1985         (mono_debug_init): Added `MonoDomain *' argument.
1986
1987         * mono-debug-debugger.c: Reworked the type support; explicitly
1988         tell the debugger about builtin types; pass the `klass' address to
1989         the debugger.
1990
1991 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
1992
1993         * image.c: Allow new metadata tables to be loaded without a
1994         warning. Also update the warning message to give the new constant value.
1995                 
1996 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
1997
1998         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
1999         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
2000         array type representation changes.
2001
2002 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
2003
2004         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
2005         on Environment.Exit () call.
2006
2007 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
2008
2009         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
2010         requires a matching corlib.
2011
2012 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
2013
2014         * Changelog: My editor decided to add a CR to each line. Sorry about that.
2015           Committed again without the CRs.
2016         
2017 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
2018
2019         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
2020           getting it from the "this" socket instance. Did not work
2021           if the socket is a subclass of Socket.
2022           Also fixed bug #35371.
2023
2024 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
2025
2026         * metadata.c: fixed size for TypedByRef.
2027         * loader.c: when searching for a method, consider the vararg amrker.
2028         * unicode.c, decimal.c: constify some arrays.
2029
2030 2003-07-15  Dick Porter  <dick@ximian.com>
2031
2032         * socket-io.c: Fixed compilation for gcc < 3.2.
2033
2034         Fixed compilation for machines that don't have AF_INET6 (thanks to
2035         Bernie Solomon <bernard@ugsolutions.com> for that part.)
2036
2037         Fixed compile warnings.
2038         
2039         Fixed formatting and line endings.
2040
2041 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
2042
2043         * socket-io.h:
2044         * socket-io.c: Added IPv6 support.
2045
2046 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
2047
2048         * class.c (mono_class_is_assignable_from): New function to implement
2049         the is_assignable_from logic. Used by mono_object_isinst, 
2050         Type::IsAssignableFrom () and the interpreter.
2051
2052         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
2053         Object, even interfaces.
2054         
2055         * object.c (mono_object_isinst): Implement in terms of 
2056         is_assignable_from.
2057
2058         * icall.c (ves_icall_type_is_assignable_from): New icall.
2059
2060 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
2061
2062         * domain.c (foreach_domain): fix compiler warning.
2063
2064 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
2065
2066         * image.c (load_metadata_ptrs): use g_strndup because strndup is
2067         not available on all plattforms
2068
2069 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
2070
2071         * image.h image.c: Store the metadata version string in MonoImage.
2072         * icall.c: New icall to retrieve the image version.
2073         * reflection.c (create_dynamic_image): Fill in the image version field
2074         * reflection.c (build_compressed_metadata): Use the image version
2075         from the image structure.
2076
2077 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2078
2079         * appdomain.c: modified comment.
2080         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
2081         That will be its last iteration when mono_gc_cleanup is called from
2082         mono_runtime_cleanup and before the domain is unloaded.
2083
2084         Fixes bug #45962.
2085
2086 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
2087
2088         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
2089         attributes.
2090
2091 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
2092
2093         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
2094         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
2095         Bernie Solomon <bernard@ugsolutions.com>.
2096
2097 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
2098
2099         * object.c, object.h: provide mono_object_new_fast() for faster
2100         allocation in some special cases.
2101
2102 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
2103
2104         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
2105         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
2106
2107 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
2108
2109         * threadpool.c: fix leaks.
2110
2111 2003-07-01  Dick Porter  <dick@ximian.com>
2112
2113         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
2114         using MonoGHashTables.  Fixes threadpool bug posted to list.
2115
2116 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
2117
2118         * image.h, image.c: added support to load an assembly from a byte array.
2119         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
2120         assembly bundle support.
2121
2122 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
2123
2124         * threadpool.c (mono_thread_pool_add): keep a reference to the
2125         AsyncResult to prevent GC
2126
2127 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
2128
2129         * class.c: leak fix.
2130
2131 2003-06-25  Dick Porter  <dick@ximian.com>
2132
2133         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
2134         for the async object, the WaitHandle object will close the handle.
2135         Fixes bug 45321.
2136
2137 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
2138
2139         * class.c: in mono_array_class_get (), lookup from the hash with the
2140         same type we insert: this works around a bug in
2141         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
2142         lluis. The real fix will have to wait for after the release.
2143
2144 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
2145
2146         * icall.c: fix memory leak when getting type members.
2147
2148 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
2149
2150         * reflection.c: added more pubtoken special cases.
2151
2152 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
2153
2154         * class.c: handle field offset correctly when class size
2155         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
2156
2157 2003-06-20  Martin Baulig  <martin@ximian.com>
2158
2159         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
2160         *image' field.
2161
2162 2003-06-20  Martin Baulig  <martin@ximian.com>
2163
2164         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
2165
2166 2003-06-20  Martin Baulig  <martin@ximian.com>
2167
2168         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
2169         just distinguish between variables in registers and variables at
2170         an offset relative to a register.
2171
2172 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2173
2174         * icall.c: #ifdef out latest changes until mcs is fixed.
2175
2176 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
2177
2178         * icall.c: return members in metadata order.
2179
2180 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
2181
2182         * icall.c: avoid infinite loop in GetTimeZoneData.
2183
2184 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
2185
2186         * icall.c: added Marshal.Prelink/All icalls.
2187
2188 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
2189
2190         * object.c, object.h: fix warnings and do some overflow checking
2191         when creating arrays.
2192
2193 2003-06-17  Dick Porter  <dick@ximian.com>
2194
2195         * file-io.h:
2196         * file-io.c: File attributes need to be tweaked slightly when
2197         passed from the managed to the w32 world.
2198
2199 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
2200         * profiler.h profiler-private.h profiler.c: Rework last patch
2201         based on suggestion by Paolo.
2202         
2203 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
2204
2205         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
2206         instruction level coverage data collection.
2207         * profiler.h profiler.c (: Added new callback function which can be
2208         used by the profiler to limit which functions should have coverage
2209         instrumentation.
2210         * profiler.c (mono_profiler_load): Call g_module_build_path to
2211         generate the file name of the profiler library.
2212
2213 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
2214
2215         * profiler.c, profiler.h, profiler-private.h: added basic block 
2216         coverage profiling API.
2217
2218 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
2219
2220         * reflection.c (mono_reflection_create_runtime_class): Add support
2221         for events in dynamically generated code.
2222
2223         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
2224         not allocated.
2225
2226 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
2227
2228         * icall.c: when getting timezone info, return reasonable values if we
2229         can't get the actual data.
2230
2231 2003-06-14  Dick Porter  <dick@ximian.com>
2232
2233         * threads.c (start_wrapper): Remove the reference to the thread
2234         object in the TLS data, so the thread object can be finalized.
2235         This won't be reached if the thread threw an uncaught exception,
2236         so those thread handles will stay referenced :-( (This is due to
2237         missing support for scanning thread-specific data in the Boehm GC
2238         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
2239
2240 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
2241
2242         * reflection.c: ensure streams and tables are first allocated with
2243         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
2244
2245 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
2246
2247         * icall.c: fixed GetElementType for byrefs (bug# 44792).
2248
2249 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
2250
2251         * reflection.c (mono_reflection_create_runtime_class): Add support for
2252         properties to dynamically created classes.
2253         * reflection.c: Fix a few places where non-MonoObjects were inserted
2254         into the tokens hashtable.
2255
2256 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2257
2258         * object.c: some support to handle out of memory exceptions.
2259
2260 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
2261
2262         * marshal.c (mono_marshal_get_native_wrapper): support reference
2263         return types
2264
2265 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
2266
2267         * object.h, object.c: more portability stuff from Bernie Solomon.
2268         Unexport mono_object_allocate(). Added mono_object_unbox ().
2269         Set exitcode when an unhandled exception is thrown.
2270
2271 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
2272
2273         * marshal.c (mono_marshal_get_native_wrapper): use custom
2274         marshaler for return types.
2275
2276 2003-06-10  Dick Porter  <dick@ximian.com>
2277
2278         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
2279         ip_mreq is available
2280
2281 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
2282
2283         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
2284         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
2285         by Bernie Solomon <bernard@ugsolutions.com>.
2286
2287 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
2288
2289         * gc.c (mono_gc_init): Avoid error message on shutdown when
2290         GC_DONT_GC=1 is used.
2291
2292         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
2293         New icall to return the GUID of a module.
2294
2295 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
2296
2297         * class.c: ensure instance size always includes the parent's size
2298         even whem class size is set explicitly (fixes bug#44294).
2299
2300 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
2301
2302         * profiler.h, profiler.c: made the simple profiler thread-safe,
2303         get more accurate timing info. Allow the loading of an
2304         externally-developed profiler module.
2305
2306 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
2307
2308         * marshal.c (mono_marshal_get_native_wrapper): improved
2309         class/byref arguments.
2310         (mono_marshal_get_native_wrapper): better string marshaling support.
2311
2312 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
2313
2314         * class.c: ensure .pack and .size are handled correctly and
2315         simplified layout of static fields.
2316
2317 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
2318
2319         * appdomain.c
2320         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
2321
2322         * loader.c (mono_lookup_pinvoke_call): look for modules in the
2323         current directory (fix bug 44008)
2324
2325 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
2326
2327         * marshal.c (mono_marshal_get_native_wrapper): started support for
2328         custom marshalers.
2329         (mono_delegate_to_ftnptr): consider marshalling specifications
2330
2331 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
2332
2333         * reflection.c, reflection.h: emit custom marshal info.
2334
2335 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2336
2337         * object.c: free the GError.
2338         * icall.c: added CloseEvent_internal.
2339         * threads.[ch]:
2340         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
2341         call.
2342
2343 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
2344
2345         * loader.c (mono_method_get_signature): Add support for dynamic
2346         assemblies.
2347
2348 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
2349
2350         * reflection.c: fixed bug #43905.
2351
2352 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
2353
2354         * class.c, domain.c, icall.c, metadata.h, object.h: support for
2355         handling TypedReference and ArgIterator.
2356         * loader.c, loader.h: added function to get signature at call site.
2357
2358 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2359
2360         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
2361         data readonly. Buglets and warning fixes. Some MethodSpec support.
2362
2363 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
2364
2365         * class.h, class.c, object.c: remove relative numbering support.
2366
2367 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
2368
2369         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
2370         free the string, until we get a chance to fix Gtk#
2371
2372 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2373
2374         * marshal.c: revert last patch.
2375
2376 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
2377
2378         * icall.c: updates for new mono_class_vtable() not calling
2379         the type constructor anymore.
2380
2381 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
2382
2383         * object.h, object.c: separate vtable creation from type
2384         initialization. Make running the .cctor thread safe.
2385
2386 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
2387
2388         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
2389
2390 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
2391
2392         * loader.c (mono_get_method): consider calling convention
2393
2394 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
2395
2396         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
2397         to return the invisible global type for a module.
2398
2399         * reflection.c (mono_image_build_metadata): Emit global fields too.
2400
2401 2003-05-20  Peter Williams  <peterw@ximian.com>
2402
2403         * loader.c (mono_lookup_internal_call): Add a few newlines.
2404
2405 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
2406
2407         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
2408         literal strings.
2409
2410         * appdomain.c (set_domain_search_path): Recalculate search path when
2411         AppDomainSetup.PrivateBinPath changes.
2412
2413         * object.c (mono_class_compute_gc_descriptor): It turns out some
2414         parts of the class libs (like System.Thread) holds pointers to
2415         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
2416         to treat native int a pointer type here.
2417         
2418 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
2419
2420         * appdomain.h, domain.c: add hashtable for jump target resolution.
2421
2422 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
2423
2424         * reflection.h reflection.c icall.c: Added new icalls 
2425         GetManifestResourceInfoInternal, GetModulesInternal and support
2426         infrastructure.
2427
2428 2003-05-16  Dick Porter  <dick@ximian.com>
2429
2430         * icall.c:
2431         * file-io.h:
2432         * file-io.c: Implement System.IO.MonoIO::GetTempPath
2433
2434 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
2435
2436         * object.c: mono_store_remote_field: little fix to previous patch.
2437
2438 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
2439
2440         * class.c: add constructors to array classes.
2441         * icall.c: special case array construction for InternalInvoke (),
2442
2443 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
2444
2445         * class.h class.c reflection.c object.c: Added support for field
2446         defaults in dynamically generated classes.
2447
2448 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
2449
2450         * reflection.c: properly encode charset for ddlimport.
2451
2452 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
2453
2454         * threads.c: allow compiling without GC.
2455
2456 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
2457
2458         * appdomain.h, object.c, object.h, threads.c, threads.h: added
2459         handling of thread static data.
2460
2461 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
2462
2463         * reflection.h, reflection.c: added mono_custom_attrs_free ().
2464
2465 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
2466
2467         * class.c (mono_array_class_get): always set the serializable flags
2468         (mono_array_class_get): always set the SEALED attribute for array types
2469
2470 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
2471
2472         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
2473         attributes (fix for bug 42021).
2474
2475 2003-05-12  Dick Porter  <dick@ximian.com>
2476
2477         * gc.c: Don't run finalizers when the finalizer thread is
2478         finishing up, because the default domain has already been
2479         destroyed.
2480
2481 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
2482
2483         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
2484         value is null, we should throw an exception.   This is slightly
2485         different than the other conventions used for the constructor.
2486
2487 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2488
2489         * socket-io.c: fixed windows build.
2490
2491 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2492
2493         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
2494
2495 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
2496
2497         * object.c (mono_string_new_wrapper): Compatibility fix for MS
2498         compilers.
2499
2500 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
2501
2502         * class.c (mono_class_layout_fields): Add experimental GC aware
2503         auto layout facility. Requires class library changes to work correctly.
2504
2505         (mono_class_setup_vtable): Avoid overriding explicit interface
2506         method implementations. Fixes iface3.exe test.
2507
2508         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
2509         object reference.
2510         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
2511         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
2512
2513         * metadata.h: Add new type classification macro which determines
2514         whenever the type holds an object reference.
2515
2516 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
2517
2518         * marshal.c (mono_marshal_get_native_wrapper): cleanups
2519
2520 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
2521
2522         * gc.c (finalizer_thread): Work around a GC bug.
2523
2524 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
2525
2526         * marshal.c (emit_struct_conv): allow unions
2527
2528         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
2529
2530 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
2531
2532         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
2533
2534 2003-05-06  Martin Baulig  <martin@ximian.com>
2535
2536         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
2537
2538 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2539
2540         * socket-io.c:
2541         (Select_internal): allow NULLs, don't create arrays if not needed.
2542         Coupled with Socket.cs changes.
2543
2544         * threadpool.c:
2545         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
2546         register a finalizer for it that will close the semaphore handle. This
2547         fixes the leak and make Lupus' test run with > 4080 loops.
2548
2549 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
2550
2551         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
2552         Jerome Laban (bug #42287)
2553
2554 2003-05-02  Martin Baulig  <martin@ximian.com>
2555
2556         * debug-mono-symfile.h
2557         (MonoSymbolFile): Moved declaration into mono-debug.h.
2558         (MonoDebugMethodJitInfo): Likewise.
2559         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
2560         argument.
2561         (_mono_debug_address_from_il_offset): Take a
2562         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
2563
2564         * mono-debug.h
2565         (MonoDebugDomainData): New struct.
2566         (mono_debug_get_domain_data): New function.
2567         (mono_debug_add_method): Take an additional `MonoDomain *'
2568         argument.
2569         (mono_debug_source_location_from_address): Likewise.
2570         (mono_debug_il_offset_from_address): Likewise.
2571         (mono_debug_address_from_il_offset): Likewise.
2572
2573 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
2574
2575         * reflection.c: one more check for null type in custom attrs.
2576
2577 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2578
2579         * reflection.c: avoid warning (comparison is always false due to limited
2580         range of data type).
2581
2582 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2583
2584         * icall.c: throw an exception in Type.GetField if the argument 'name'
2585         is NULL.
2586
2587 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
2588
2589         * reflection.c: fixed handling of enums in named arguments to custom
2590         attributes (bug #42123).
2591
2592 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
2593
2594         * reflection.c: use the right array element type and handle
2595         a null for a Type argument, too.
2596
2597 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
2598
2599         * reflection.c: handle arrays as arguments to custom attributes.
2600
2601 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
2602
2603         * reflection.c: handle a string value in a custom attr
2604         ctor that takes an object.
2605
2606 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
2607
2608         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
2609         (fix bug #42063)
2610
2611 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
2612
2613         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
2614
2615 2003-04-27  Martin Baulig  <martin@ximian.com>
2616
2617         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2618         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
2619         MONO_DEBUGGER_EVENT_BREAKPOINT.
2620         (mono_breakpoint_trampoline_code): Removed.
2621         (mono_debugger_event_handler): The last argument is now a
2622         `guint32'.
2623         (mono_debugger_insert_breakpoint_full): Removed the
2624         `use_trampoline' argument.
2625         (mono_debugger_method_has_breakpoint): Likewise.
2626         (mono_debugger_trampoline_breakpoint_callback): Renamed to
2627         mono_debugger_breakpoint_callback(); take the method and
2628         breakpoint number as arguments.
2629
2630 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
2631
2632         * metadata.c: fix off by one when loading parameters attributes.
2633
2634 2003-04-24  Martin Baulig  <martin@ximian.com>
2635
2636         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
2637
2638 2003-04-24  Martin Baulig  <martin@ximian.com>
2639
2640         * mono-debug-debugger.c: Moved all code which interacts with the
2641         Mono Debugger here.
2642
2643         * debug-mono-symfile.c: This code now just deals with the symbol
2644         file itself, the debugger code is now in mono-debug-debugger.c.
2645
2646 2003-04-23  Martin Baulig  <martin@ximian.com>
2647
2648         * mono-debug.c (mono_debug_source_location_from_il_offset):
2649         New method; like mono_debug_source_location_from_address(), but
2650         takes an IL offset instead of a machine address.
2651
2652 2003-04-23  Martin Baulig  <martin@ximian.com>
2653
2654         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
2655         `line' field; this is now computed by the debugger.
2656
2657 2003-04-23  Martin Baulig  <martin@ximian.com>
2658
2659         * mono-debug.[ch]: New files.  This is the new debugging interface.
2660
2661         * mono-debug-debugger.[ch]: New files.  Moved all code which
2662         interacts with the Mono Debugger here.
2663
2664 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
2665
2666         * domain.c (mono_init): initialize mono_defaults.monitor_class
2667
2668 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
2669
2670         * reflection.c (method_encode_code): Add a spicy exception to help
2671         future compiler authors.
2672
2673 2003-04-21  Martin Baulig  <martin@ximian.com>
2674
2675         * icall.c
2676         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2677         Make this work with relative pathnames; g_filename_to_uri() needs
2678         an absolute filename.
2679
2680 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
2681
2682         * icall.c: Track name changes in Object and ValueType.
2683
2684 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
2685
2686         * metadata.c (mono_type_stack_size): size should be a multiple of
2687         sizeof (gpointer)
2688
2689 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2690
2691         * gc.c:
2692         (internal_domain_finalize): moved into mono_domain_finalize. No need
2693         to create another thread because the finalizers will be run in the
2694         finalizer thread.
2695         
2696         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
2697         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
2698         to be run (MS does this too).
2699
2700 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
2701
2702         * object.c (mono_class_compute_gc_descriptor): Update comment.
2703
2704         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
2705
2706         * image.h: Add synchronized wrapper cache.
2707
2708         * image.c (do_mono_image_open): Initialize cache.
2709
2710         * reflection.c (create_dynamic_mono_image): Initialize cache.
2711
2712 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2713
2714         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
2715         ves_icall_System_Buffer_ByteLengthInternal.
2716
2717 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2718
2719         * reflection.c: setup klass->nested_in earlier. Allow
2720         a dash in the assembly name.
2721
2722 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
2723
2724         * metadata.c (mono_type_to_unmanaged): dont access
2725         type->data.klass for MONO_TYPE_OBJECT
2726         (mono_type_to_unmanaged): consider System.Delegate class
2727
2728 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
2729
2730         * class.c: just setup supertypes in the proper place instead of
2731         initializing the full element class for arrays.
2732
2733 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
2734
2735         * class.c: ensure the element class of arrays is initialized.
2736         Setup the supertype info for array classes, too.
2737
2738 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
2739
2740         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
2741
2742 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2743
2744         * Makefile.am: re-added -m option when running cygpath. This way,
2745         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
2746         separator.
2747         * mono-config.c: same codepath for locating mono config file for WIN32
2748         and the rest.
2749         * assembly.c: if mono_assembly_setrootdir is called, don't override
2750         the value set.
2751
2752 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2753
2754         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
2755         MONO_ASSEMBLIES variable.
2756
2757 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
2758
2759         * icall.c: added Assembly::GetNamespaces() icall.
2760
2761 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2762
2763         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
2764
2765 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
2766
2767         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
2768         * object.c: fixed bug in the construction of vtable for proxies
2769
2770 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
2771
2772         * object.c (mono_array_new): Mark mono_array_new as an icall.
2773
2774 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2775
2776         * class.c: fixed test for public method when overriding interfaces.
2777         Closes bug #40970.
2778
2779 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
2780
2781         * appdomain.h, domain.c: added mono_domain_foreach() to
2782         be able to access the currently loaded appdomains.
2783         * object.c: make string interning work across sppdomains.
2784         Mark some functions for use as icalls.
2785
2786 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
2787
2788         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
2789
2790         * reflection.h reflection.c: Allocate long living data using 
2791         GC_MALLOC_ATOMIC so the collector does not need to scan it.
2792
2793         * reflection.c: Double the allocation size in streams instead of
2794         increasing it, to prevent unneccesary copying on large assemblies.
2795         
2796         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
2797         creation if the assembly does not have the Run flag set.
2798
2799 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
2800
2801         * class.h: avoid the C++ keywords in header files (Jerome Laban
2802         spotted and fixed this).
2803
2804 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2805
2806         * object.c:
2807         (mono_unhandled_exception): fill in the arguments for the
2808         UnhandledException event. Only trigger that event for the default
2809         domain (as MS does).
2810
2811 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
2812
2813         * object.c: Improve typed allocation stuff based on suggestions from
2814         Paolo. Also turn it on if the GC library supports it.
2815
2816 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
2817
2818         * object.c object.h class.h: Added experimental typed allocation
2819         facility using the interfaces in gc_gcj.h.
2820
2821         * os/gc_wrapper.h: Added new include files.
2822         
2823 2003-04-03  Martin Baulig  <martin@ximian.com>
2824
2825         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
2826         which is not yet enabled by default.
2827
2828         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
2829         functions.
2830         (mono_gc_lock, mono_gc_unlock): New static functions.
2831
2832         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
2833         functions; stop/start the world for the garbage collector.  This
2834         is using the windows API; we need to complete the SuspendThread()/
2835         ResumeThread() implementation in the io-layer to make this work on Unix.
2836         (mono_gc_push_all_stacks): New public function; tells the garbage
2837         collector about the stack pointers from all managed threads.
2838
2839 2003-04-03  Martin Baulig  <martin@ximian.com>
2840
2841         * object.h (MonoThread): Added `gpointer stack_ptr'.
2842
2843         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
2844
2845 2003-04-03  Martin Baulig  <martin@ximian.com>
2846
2847         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
2848
2849 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
2850
2851         * reflection.c (typebuilder_setup_fields): Initialize field.first and
2852         field.last.
2853
2854 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
2855
2856         * loader.c (mono_lookup_internal_call): Report the corlib that is
2857         out of sync.
2858
2859 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
2860
2861         * icall.c (ves_icall_type_GetTypeCode): fixed check for
2862         System.DBNull (it's class not valuetype).
2863
2864 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
2865
2866         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
2867         if the array method was already assigned a token (fixes bug#40646).
2868
2869 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
2870
2871         * reflection.c (mono_reflection_get_type): Attempt type resolve even
2872         if no assembly is given.
2873
2874 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
2875
2876         * metadata.h: Added the new tables.
2877
2878         * row-indexes.h: Added definitions for new tables.
2879
2880         * metadata.c: Add schemas for new tables, and add support for
2881         computing the sizes of them.
2882
2883         * class.c: Update for handling the new type cases.
2884
2885 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
2886
2887         * metadata.h (MONO_TYPE_IS_VOID): new macro
2888
2889 2003-03-31  Martin Baulig  <martin@ximian.com>
2890
2891         * threads.h (MonoThreadCallbacks): Added `thread_created'.
2892
2893         * threads.c (mono_thread_new_init): Call `thread_created' in the
2894         mono_thread_callbacks.
2895
2896 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
2897
2898         * loader.h: added marshalbyrefobject_class to mono_defaults
2899         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
2900         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
2901           generation of output parameters.
2902           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
2903         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
2904           contextbound and the target object belongs to the context of the caller.
2905         * object.h: added context and unwrapped_server variables in MonoRealProxy.
2906         * object.c: Implemented support for interfaces and abstract classes
2907           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
2908           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
2909
2910 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
2911
2912         * class.h class.c (mono_class_is_subclass_of): New function.
2913         
2914         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
2915         routines for most common case (calls from ArrayList::ToArray).
2916
2917         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
2918         routine so programs which call Environment::Exit() can be profiled.
2919
2920         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
2921         Added MONO_ARCH_SAVE_REGS.
2922
2923         * icall.c (ves_icall_type_is_subtype_of): Use new function.
2924
2925 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
2926
2927         * blob.h: Add a couple of new MonoType types definitions.
2928
2929         * tabledefs.h: Add a couple of new call convs.
2930
2931 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
2932
2933         * reflection.h (MonoReflectionDynamicAssembly): track changes in
2934         the layout of the class.
2935
2936         * reflection.c (alloc_table): double the size on overflow to avoid
2937         unnecessary copying.
2938
2939         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
2940         avoid filling out metadata tables and blobs. Also set mb->ilgen to
2941         null so it can be garbage collected.
2942         
2943 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
2944
2945         * reflection.c (mono_reflection_get_type): Return the resolved type
2946         only if it is in the assembly we searched.
2947
2948         * reflection.c (ensure_runtime_vtable): Initialize method slots.
2949
2950         * class.c (mono_class_setup_vtable): Set the slot of the overriding
2951         method.
2952
2953 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2954
2955         * appdomain.c:
2956         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
2957         the right one is 'file:///blah', but MS allows it.
2958         * assembly.c:
2959         (mono_assembly_open): allow 'file://blah'
2960
2961         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
2962
2963 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
2964
2965         * socket-io.c: fixes bug #40310.
2966
2967 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
2968
2969         * reflection.c (mono_reflection_parse_type): handle deeply nested
2970         types correctly.
2971
2972         * reflection.c (mono_image_create_token): Use unique token values
2973         since they will be put into a hash table.
2974
2975         * class.c (mono_class_setup_vtable): If a method occurs in more than
2976         one place in the vtable, and it gets overriden, then change the
2977         other occurances too.
2978
2979         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
2980         object as return type.
2981
2982 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
2983
2984         * icall.c: Deleted "ToString" implementation for double and float
2985         because they are full implemented in managed code.
2986
2987 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
2988
2989         * reflection.c, reflection.h: implemented and exported functions
2990         to retrieve info about custom attributes.
2991
2992 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2993
2994         * appdomain.c: moved Uri handling to assembly.c
2995         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
2996         work when using a file Uri in *nix and windows.
2997
2998         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
2999         GetReferencedAssemblies.
3000
3001 2003-03-18  Dick Porter  <dick@ximian.com>
3002
3003         * icall.c: Rename a couple of internal calls
3004
3005         * threads.c: Set the thread state to Stopped when a thread exits.
3006         Fixes bug 39377.
3007
3008 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
3009
3010         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
3011         New icall.
3012
3013         * object.c (mono_class_vtable): fix warning.
3014
3015 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
3016
3017         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
3018
3019         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
3020         memory.
3021         (method_encode_clauses): Create exception info structures in the right
3022         order.
3023         (mono_reflection_setup_internal_class): Initialize supertypes field.
3024
3025         * class.c object.c: Handle interfaces which implement other interfaces 
3026         correctly.
3027
3028         * class.h class.c: Move the supertypes array initialization code into 
3029         a separate function so it can be used for dynamic types too. Also call
3030         it earlier, in mono_class_init(), since it can be used before the
3031         type is initialized.
3032
3033 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3034
3035         * Makefile.am:
3036         * assembly.c:
3037         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
3038
3039         * appdomain.c:
3040         * appdomain.h:
3041         * marshal.c:
3042         * object.c: remove warnings.
3043
3044 2003-03-13  Martin Baulig  <martin@ximian.com>
3045
3046         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
3047         (MonoDebugLexicalBlockEntry): New types.
3048
3049         * debug-mono-symfile.c
3050         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
3051
3052 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3053
3054         * process.c: ret can be any non-zero value accroding to MS doc.
3055
3056 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
3057
3058         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
3059         fixing a warning for a miss-used prototype, would have cause
3060         random memory corruption.
3061
3062 2003-03-07  Martin Baulig  <martin@ximian.com>
3063
3064         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
3065         getting really annoying ....
3066
3067 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
3068
3069         * reflection.c (fixup_method): added support for array methods.
3070
3071 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
3072
3073         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
3074         (pointed out by Michael Adams).
3075
3076 2003-03-04  Dick Porter  <dick@ximian.com>
3077
3078         * icall.c: Temporarily reverted the Double and Single ToString()
3079         change, because it broke nunit.
3080
3081 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
3082
3083         * object.h, threads.h: make include files compatible with C++
3084         (patch by Jerome Laban <jlaban@wanadoo.fr>).
3085
3086 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
3087
3088         * icall.c: Erased ToString helper functions for Double and Single.
3089         Now, that implementations ar all in managed code (Double and Single
3090         Formatters).
3091
3092 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
3093
3094         * appdomain.c: Added method for initializing the default context of
3095         a domain. Added internal call for getting the default context.
3096         * appdomain.h: Added context variable in MonoDomain struct.
3097         * domain.c: mono_domain_set also sets the default context of the domain
3098         * icall.c: Mapped internal method InternalGetDefaultContext.
3099         * object.c: mono_object_get_virtual_method returns always a remoting
3100         wrapper if the object is a transparent proxy.
3101         mono_runtime_invoke_array: when creating an object by calling the
3102         constructor, if the created object is a proxy, then the constructor should
3103         be called using the a remoting wrapper.
3104
3105 2003-03-03  Dick Porter  <dick@ximian.com>
3106
3107         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
3108         variable so it compiles on solaris.  Problem spotted by
3109         Christopher Taylor <ct@cs.clemson.edu>
3110
3111 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3112
3113         * appdomain.c:
3114         (get_info_from_assembly_name): don't leak value.
3115
3116         * icall.c:
3117         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
3118         result.
3119
3120 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
3121
3122         * assembly.c: export mono_image_load_references ().
3123         * class.c: handle function pointers. mono_class_from_name() now
3124         supports nested type names directly.
3125
3126 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
3127
3128         * reflection.h reflection.c: Encode already created dynamic methods 
3129         and fields correctly as a DEF instead of a REF.
3130
3131         * reflection.c: Get rid of the force_ref argument to 
3132         mono_image_typedef_or_ref since it was wrong in the first place.
3133
3134         * string-icalls.c: add error checking to string constructors according
3135         to the MSDN docs.
3136
3137         * reflection.c: Emit types in the order their TypeBuilders were 
3138         created. Previously, a new table index was assigned to each type before
3139         the tables were emitted. This was wrong because the signature blob
3140         might already refer to a type by its original table index.
3141
3142 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
3143
3144         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
3145         change.
3146         
3147 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3148
3149         * Makefile.am: make assemblies dir have \ instead of / on windows.
3150
3151 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
3152
3153         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
3154         iterate over the NESTEDCLASS table using a linear search since the
3155         table is not guaranteed to be sorted by the secondary key.
3156
3157         * class.c (mono_class_create_from_typedef): fixed up call to
3158         mono_metadata_nesting_typedef.
3159         
3160 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
3161
3162         * marshal.c (mono_string_to_byvalstr): clear the memory as
3163         suggested by Jerome Laban <jlaban@wanadoo.fr>
3164
3165 2003-02-26  Dick Porter  <dick@ximian.com>
3166
3167         * process.c: Cope with padding in .rsrc blocks
3168
3169 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
3170
3171         * metadata.h: reverted the filter_len change, it breaks reflection
3172         
3173 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
3174
3175         * metadata.h: added a new field to store the filter_len
3176         
3177
3178 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
3179
3180         * reflection.c: handle custom attributes for types and members
3181         created with Reflection.Emit (bug#38422).
3182
3183 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
3184
3185         * reflection.c: define RTSpecialName automatically for constructors for
3186         compatibility with MS.NET.
3187
3188         * reflection.c (mono_reflection_create_runtime_class): initialize
3189         nested_in field of dynamically created classes.
3190
3191 2003-02-22  Martin Baulig  <martin@ximian.com>
3192
3193         * debug-mono-symfile.h: Incremented version number.
3194
3195 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
3196
3197         * object.h icall.c process.c: fix warnings.
3198
3199 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
3200
3201         * appdomain.h appdomain.c:
3202         (mono_domain_try_type_resolve): split the 
3203         name_or_tb argument into a name and a tb argument.
3204         (mono_domain_has_type_resolve): new function to check whenever the
3205         application has registered a TypeResolve event handler.
3206         
3207         * icall.c reflection.h reflection.c: move the type resolve logic into
3208         mono_reflection_get_type () so it will be invoked when 
3209         Assembly::GetType () is called.
3210
3211         * reflection.c:
3212         (mono_reflection_get_type): renamed to get_type_internal.
3213         (mono_reflection_get_type): fixed type name generation so it works 
3214         for nested types too.
3215         (mono_reflection_get_type): call has_type_resolve () to avoid the 
3216         costly type name generation if there is no resolve event handler.
3217
3218 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
3219
3220         * class.c, image.c: load exported types from file references.
3221
3222 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
3223
3224         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
3225           used to cache the managed methods used to create proxies and make 
3226           remote invocation of methods.
3227         * class.h: Added in MonoVTable a flag to indicate that a class needs 
3228           to be remotely created.
3229         * object.c: Modified the method mono_class_vtable(). It now initializes 
3230           the remote flag of the vtable. Modified mono_object_new_specific(), 
3231           so now it checks the remote flag.
3232         * icall.c: Added a couple of internal methods, one for enabling instance 
3233           creation interception for a type, and one for creating objects bypassing
3234           the remote check.
3235
3236 2003-02-18  Martin Baulig  <martin@ximian.com>
3237
3238         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
3239         New interncall to get a method's metadata token.
3240
3241         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
3242         New interncall for the debugger.
3243
3244 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
3245
3246         * class.c (mono_class_setup_vtable): allocate supertype array
3247
3248 2003-02-18  Martin Baulig  <martin@ximian.com>
3249
3250         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
3251
3252 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3253
3254         * reflection.c:
3255         (assembly_name_to_aname): jump over unknown properties (i've found
3256         something like: 'type, assembly, version=xxx, custom=null, public...',
3257         so now will ignore custom=null and still get the rest of the values).
3258
3259 2003-02-17  Dick Porter  <dick@ximian.com>
3260
3261         * threads.c: Have Thread.Start() wait for a semaphore to signal
3262         that the thread has set up all its local data.  This fixes bug
3263         34323, where Abort() raced the new thread's TLS data.
3264
3265         Also removes the handle_store() call from start_wrapper, because
3266         threads are now always created suspended and there is no longer a
3267         race between the parent and child threads to store the info.
3268
3269 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
3270
3271         * image.c: explain the #- heap issue in a message, hopefully
3272         avoiding FAQs on mono-list.
3273
3274 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3275
3276         * icall.c:
3277         (GetEntryAssembly): if the domain has not invoked
3278         AppDomain.ExecuteAssembly yet, return the assembly of the default
3279         AppDomain.
3280
3281 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
3282
3283         * class.c (mono_ldtoken): make it work in dynamic assemblies.
3284
3285 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
3286
3287         * metadata.c, reflection.c: simple speedup to type hash
3288         and equals code.
3289
3290 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
3291
3292         * image.c, image.h, class.c, assembly.c: move module loading
3293         to MonoImage. When loading metadata, consider alignemnet from
3294         the start of metadata, not from the metadata address in memory.
3295
3296 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
3297
3298         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
3299         AssemblyBuilder objects. Factored out custom attribute creation into
3300         a separate function.
3301         (create_custom_attr): new function to create custom attributes.
3302
3303 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
3304
3305         * Makefile.am: Got tired of typing the full pathname to pedump.
3306         Until there is another option, am installing this.
3307
3308 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
3309
3310         * class.c (class_compute_field_layout): always set field->parent 
3311         (mono_ldtoken): use mono_defaults.fieldhandle_class;
3312
3313 2003-02-11  Dick Porter  <dick@ximian.com>
3314
3315         * threads-types.h:
3316         * monitor.c: Rewrote Monitor, making lock much faster and
3317         Pulse/Wait work as specified.  Also uses much fewer handles, and only
3318         creates them as needed.
3319
3320         * exception.c: Added SynchronizationLockException
3321
3322         * threads.c: Deleted old Monitor implementation.  The new one is
3323         in a new file.
3324
3325 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
3326
3327         * class.c: handled TypedReference type code. Set the correct size for
3328         class data. Setup interface_offsets for interface classes, too.
3329
3330 2003-02-09  Martin Baulig  <martin@ximian.com>
3331
3332         * debug-mono-symfile.h: Reflect latest symbol writer changes.
3333
3334 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
3335
3336         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
3337         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
3338         * object.c: fixed mono_object_get_virtual_method () for interfaces.
3339         * verify.c: check for code that runs after the end of the method.
3340
3341 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
3342
3343         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
3344         "System.Math::Round2".
3345         * sysmath.h: Added Floor, Round and Round2 definitions.
3346         * sysmath.c: Modified certain functions that were not 100% compliant
3347         with MS.NET (math precision) and added the implementation of Floor,
3348         Round and Round2.
3349
3350 2003-02-07  Martin Baulig  <martin@ximian.com>
3351
3352         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
3353
3354 2003-02-07  Martin Baulig  <martin@ximian.com>
3355
3356         * debug-mono-symfile.c: Reflected latest symwriter changes.
3357         (mono_debug_create_mono_symbol_file): Removed.
3358         (mono_debug_open_mono_symbol_file): Take an argument which
3359         specifies whether to create a dynamic symbol file.
3360
3361 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
3362
3363         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
3364
3365 2003-02-05  Martin Baulig  <martin@ximian.com>
3366
3367         * reflection.c (mono_image_build_metadata): Make this public,
3368         protect it against being called multiple times, don't create
3369         resources and don't build the compressed metadata here.
3370         (mono_image_create_pefile): Do this here.
3371
3372         * icall.c
3373         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
3374
3375 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3376
3377         * socket-io.c: fixed bug #36322.
3378
3379 2003-02-06  Piers Haken <piersh@friskit.com>
3380
3381         * appdomain.[ch]:
3382         * class.h:
3383         * debug-mono-symfile.c:
3384         * icall.c:
3385         * loader.c:
3386         * mono-config.c:
3387         * monosn.c:
3388         * reflection.c:
3389         * socket-io.c: warning cleanups
3390
3391 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
3392
3393         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
3394         function. works like remoting invoke, but does a check for the Proxy first.
3395
3396 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
3397
3398         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
3399
3400 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
3401
3402         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
3403         array of pointers.
3404         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
3405         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
3406
3407         * object.c (mono_store_remote_field_new): used by the new jit
3408         instead of mono_store_remote_field
3409         (mono_load_remote_field_new): used by the new jit
3410         instead of mono_load_remote_field
3411
3412 2003-02-05  Patrik Torstensson
3413
3414         * appdomain.c: changed unload to take the domain id instead
3415         of domain
3416         
3417         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
3418
3419
3420 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3421
3422         * appdomain.c: don't look for assemblies in ApplicationBase if
3423         PrivateBinPathProbe is set.
3424
3425 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3426
3427         * object.c: make the first argument in main_args contain the absolute
3428         path to the assembly. Fixes bug #37511.
3429
3430 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3431
3432         * icall.c: get correct UTC offset for countries not using daylight
3433         time saving. Fixes bug #30030.
3434
3435 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3436
3437         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
3438         and 1 are the family).
3439
3440 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
3441
3442         * icall.c (ves_icall_InternalExecute): removed wrong assertion
3443
3444         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
3445
3446 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
3447
3448         * reflection.c: added support for SignatureHelper tokens, which is
3449         needed by the Calli opcode.
3450
3451         * reflection.h: track changes to SignatureHelper class.
3452
3453         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
3454
3455 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3456
3457         * appdomain.c: fixed loading assemblies from PrivateBinPath.
3458
3459 2003-02-03  Patrik Torstensson
3460         * appdomain.[c|h], domain.c : 
3461          - Added support for getting a domain via domain id
3462          - Support for setting and getting domain from System.AppDomain 
3463            (used in cross appdomain channel)
3464          - Added support for get/set for a MonoAppContext on a thread 
3465            (Context class in System.Runtime.Remoting.Contexts),
3466          - Removed hack in Get/SetData and ExecuteAssembly.
3467         
3468         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
3469         the managed world to get control when a proxy is created.
3470
3471         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
3472         
3473 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
3474
3475         * icall.c
3476         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3477         Populate the codebase field as well.
3478
3479 2003-02-02  Martin Baulig  <martin@ximian.com>
3480
3481         * debug-mono-symfile.c
3482         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
3483         (mono_debug_symfile_add_method): Allow interncalls.
3484
3485 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3486
3487         * icall.c: throw parse exception if strtod fails or the string is empty.
3488
3489 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
3490
3491         * marshal.c: handle object type separately from defined
3492         class types.
3493
3494 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
3495
3496         * marshal.c: handle NATIVE_LPSTR for strings when it's
3497         explicitly specified.
3498
3499 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
3500
3501         * reflection.c, reflection.h, icall.c: setup the reflection
3502         handle cache for ModuleBuilders and AssemblyBuilders.
3503
3504 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
3505
3506         * reflection.c (reflection_methodbuilder_to_mono_method): set
3507         pinvoke flag
3508
3509 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3510
3511         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
3512
3513 2003-01-29  Dick Porter  <dick@ximian.com>
3514
3515         * threads.c: No need for the fake_thread kludge now that Thread
3516         doesn't run a class constructor
3517         
3518 2003-01-29  Dick Porter  <dick@ximian.com>
3519
3520         * threads.c: Use g_direct_hash instead of the rather bogus
3521         g_int_hash
3522
3523 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
3524
3525         * marshal.c (mono_marshal_get_native_wrapper): add check for null
3526         (fix pinvoke12.exe)
3527         (mono_marshal_get_struct_to_ptr): generate valid IL code
3528         (mono_marshal_get_ptr_to_struct): generate valid IL code
3529         (*): correctly set sig->pinvoke, we need to memdup the signature
3530         to do that
3531
3532 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
3533
3534         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
3535         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
3536
3537 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
3538
3539         * profiler.c: provide more callers information.
3540
3541 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
3542
3543         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
3544
3545         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
3546
3547         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
3548
3549 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3550
3551         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
3552         exception instead of going into an infinite loop on dates which it 
3553         can't yet handle.
3554
3555         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
3556         out-of-range exception if needed.
3557
3558         * class.c (mono_class_setup_vtable): allow a virtual method to provide
3559         an implementation for an interface method and to override an inherited
3560         method at the same time. 
3561         Imagine a scenario when a virtual method is used to override a
3562         virtual abstract method in a parent class, and this same method 
3563         provides an implementation for an method inherited from an interface. 
3564         In this case, the interface resolution code will set im->slot, which 
3565         means that the virtual method override pass will skip this method 
3566         which means a pointer to the abstract method inherited from the parent
3567         will remain in the vtable of this non-abstract class.
3568
3569         * class.c: (mono_class_setup_vtable): continue search for a real 
3570         method if only an abstract method is found.     
3571
3572 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
3573
3574         * reflection.c: add size to encoding for ByValStr and ByValArray
3575         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
3576
3577 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3578
3579         * class.c (mono_class_setup_vtable): pass the override info as an
3580         argument.
3581
3582         * class.c (mono_class_setup_vtable): set the slot of overriding methods
3583         correctly.
3584         
3585         * reflection.c (ensure_runtime_vtable); add support for method 
3586         overrides.
3587         
3588 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3589
3590         * reflection.c (resolution_scope_from_image): Hack to work to work with
3591         dynamic assemblies.
3592
3593         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
3594         added a 'force_ref' argument to force this function to allways return 
3595         a TypeRef. This is needed by mono_image_get_memberref_token ().
3596         
3597 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3598
3599         * reflection.c (mono_image_get_type_info): interfaces really don't have
3600         a parent.
3601
3602         * reflection.c (mono_image_basic_init): fill out missing fields of
3603         image structure.
3604
3605         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
3606         dynamic assemblies. This is required so dynamic assemblies show up in
3607         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
3608         Type::GetType() etc. This is consistent with MS behaviour.
3609
3610         * image.c image.h reflection.c: add newly created classes to the name 
3611         cache so mono_class_get () will find them.      
3612
3613 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3614
3615         First part of changes to get IKVM.NET running under mono.
3616         
3617         * appdomain.h, appdomain.c: added new function 
3618         mono_domain_try_type_resolve() which will emit TypeResolve events. 
3619         This function will call AppDomain::DoTypeResolve to do the actual work.
3620
3621         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
3622         moved existing code dealing with dynamic tokens to a new function 
3623         called mono_reflection_lookup_dynamic_token (). This function will 
3624         raise TypeResolve events when appropriate. Since reflection.c is not 
3625         part of libmetadata, a new hook function called 
3626         mono_lookup_dynamic_token() is added to class.c which will call this.
3627
3628         * assembly.h assembly.c: make the invoke_load_hook function public,
3629         so it can be called for dynamic assemblies.
3630
3631         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
3632
3633         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
3634         type isn't found.
3635
3636         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
3637         MonoGHashTable, since it contains pointers to objects which the GC 
3638         needs to track.
3639
3640         * assembly.c (search_loaded): remove unused variable.
3641         
3642 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
3643
3644         * object.c: fixed issue exposed by gcc-generated IL programs
3645         that use RVA data for pointers.
3646
3647 2003-01-25  Martin Baulig  <martin@ximian.com>
3648
3649         * threads.c (start_wrapper): Moved the initialization of
3650         `start_func' above the mono_new_thread_init() call to which we
3651         pass it as argument.
3652
3653 2003-01-24  Martin Baulig  <martin@ximian.com>
3654
3655         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
3656         the MonoThread pointer.
3657
3658 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
3659
3660         * icall.c: Rename `PowImpl' to Pow.
3661
3662 2003-01-23  Dick Porter  <dick@ximian.com>
3663
3664         * threads.c (start_wrapper): Create a Thread object if needed, so
3665         the Main() thread can do the class initialisation in a subthread
3666         that has been set up to allow managed code execution.
3667
3668         Pass the thread ID instead of the MonoThread pointer to the thread
3669         start and attach callbacks.  This change is required, because the
3670         jit thread start callback must be called _before_ the Thread
3671         object can be created.
3672         
3673         (mono_thread_init): Removed much object creation code that is no
3674         longer needed.  No managed code is called from here now.
3675
3676         * object.c (mono_runtime_exec_managed_code): Create a subthread
3677         for Main, and call back to the runtime to use it.
3678         Set the exit code when Main exits.
3679
3680         * gc.c: Make sure domain finalisation happens in a subthread.
3681         Re-enable threaded GC, fixing bug 31333 (again).
3682
3683         * environment.c: System.Environment internall calls (so far just
3684         ExitCode is here, the others are still in icall.c)
3685
3686         * appdomain.c (mono_runtime_cleanup): All threads running managed
3687         code should have finished before mono_runtime_cleanup() is
3688         reached, so no need to clean up threads.
3689
3690 2003-01-22  Martin Baulig  <martin@ximian.com>
3691
3692         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
3693         `gpointer func' arguments.      
3694         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
3695         but added `MonoThread *thread' argument.
3696         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
3697
3698         * threads.c (mono_new_thread_init): Added `gpointer func' argument
3699         and pass it to the mono_thread_start_cb callback.
3700         (mono_install_thread_callbacks): New public function to install a
3701         set of callbacks which are set by the debugger.
3702         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
3703
3704 2003-01-22  Martin Baulig  <martin@ximian.com>
3705
3706         * Makefile.am: Install debug-mono-symfile.h.
3707
3708 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
3709
3710         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
3711
3712 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
3713
3714         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
3715         * class.c (mono_ptr_class_get): correctly set access levels of pointers
3716         (mono_array_class_get): correctly set access levels of arrays
3717
3718 2003-01-20      Patrik Torstensson
3719         * image.h (MonoAssemblyName): changed major, minor, build, revision
3720         from signed to unsigned.
3721
3722 2003-01-20  sean kasun <skasun@azstarnet.com>
3723
3724         * reflection.c (load_cattr_value): Now this handles
3725         MONO_TYPE_SZARRAY.  Fixes bug #35629
3726
3727 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
3728
3729         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
3730         integer value
3731
3732 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3733
3734         * decimal.c: fixed bug #26056.
3735
3736 2003-01-17  Martin Baulig  <martin@ximian.com>
3737
3738         * gc.c: Raise an ExecutionEngineException instead of using g_error().
3739
3740 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3741
3742         * exception.[ch]:
3743         (mono_get_exception_type_initialization): new function.
3744
3745         * object.c: throw a TypeInitializationException when an exception is
3746         thrown invoking the class constructor.
3747
3748 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3749
3750         * reflection.c: fixed attribute reading.
3751
3752 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3753
3754         * icall.c:
3755         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
3756         provided, look for the type in the calling assembly and then in
3757         mscorlib; if the assembly name is provided, only try that one.
3758
3759 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
3760
3761         * object.c: register the vtable before there is a chance it's
3762         queried again recursively.
3763
3764 2003-01-13  Duncan Mak  <duncan@ximian.com>
3765
3766         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
3767         gc-internal.h. 
3768         
3769 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
3770
3771         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
3772
3773 2003-01-11  Martin Baulig  <martin@ximian.com>
3774
3775         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
3776         this to 20 for the release.
3777
3778 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
3779
3780         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
3781
3782         * loader.c (mono_method_get_marshal_info): bug fix
3783
3784         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
3785         structures with explicit layout
3786
3787 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
3788
3789         * profiler.c: made the output more readable (and sorted). 
3790         Added caller information for the allocation profiler.
3791
3792 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
3793
3794         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
3795
3796 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3797
3798         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
3799         to get value types.
3800         
3801 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
3802
3803         * object.c, profiler.h, profiler.c, profiler-private.h:
3804         Added object allocation profiler.
3805
3806 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
3807
3808         * reflection.h, reflection.c: handle global methods.
3809         Compress blob entries.
3810
3811 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
3812
3813         * marshal.c: fix compilation.
3814
3815 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
3816
3817         * loader.c (mono_method_get_marshal_info): impl.
3818
3819         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
3820
3821 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3822
3823         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
3824         for reference types.
3825
3826 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
3827
3828         * loader.c: fixed off by one error in loaded parameter names.
3829
3830 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
3831
3832         * marshal.c (mono_marshal_get_icall_wrapper): like
3833         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
3834         instead of a MonoMethod.
3835
3836 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3837
3838         * decimal.c: fixed bug #36537.
3839
3840 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
3841
3842         * marshal.c: throw a missing method exception if a
3843         P/Invoke method is not found.
3844
3845 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
3846
3847         * icall.c: allow a null this for constructors.
3848
3849 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
3850
3851         * icall.c: raise the proper exceptions if the arguments to the
3852         internal Invoke are incorrect.
3853
3854 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
3855
3856         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
3857
3858 2003-01-03  Martin Baulig  <martin@ximian.com>
3859
3860         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
3861
3862 2002-12-31  Martin Baulig  <martin@ximian.com>
3863
3864         * debug-mono-symfile.c: Completely rewrote the type section.
3865         Instead of using individual malloc()ed fields, we use one big
3866         continuous memory area and offsets into this area.
3867         See the comments in the source code for details.
3868
3869 2002-12-30  Martin Baulig  <martin@ximian.com>
3870
3871         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
3872
3873 2002-12-30  Martin Baulig  <martin@ximian.com>
3874
3875         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
3876         line number table in this data blob instead of using an external
3877         pointer.
3878
3879 2002-12-28  Martin Baulig  <martin@ximian.com>
3880
3881         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
3882
3883 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
3884
3885         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
3886         as a boxed return type.
3887
3888 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
3889
3890         * appdomain.c
3891         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
3892         g_build_filename to properly get separators on the filename created.
3893
3894         * object.h: Small change, introduce MonoMarshalByRefObject to
3895         track the layout of that structure in the C# universe as we make
3896         changes there.
3897
3898 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
3899
3900         * object.c: removed assert to allow static fields on interfaces.
3901         * loader.c: a TypeSpec may be used for any type, not just arrays.
3902
3903 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
3904
3905         * class.c, class.h: added mono_class_array_element_size ().
3906         Ignore static methods in interfaces.
3907
3908 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3909
3910         * threads.c: fixed the build under cygwin.
3911
3912 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
3913
3914         * reflection.c: handle nullref constants. Allocate keys for
3915         reflection handles with the GC.
3916
3917 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
3918
3919         * threads.c, threads.h: added mono_thread_get_abort_signal()
3920         to get a suitable signal for thread abort.
3921
3922 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
3923
3924         * metadata.c: fix handling of ExportedType table.
3925
3926 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3927
3928         * icall.c: added WriteWindowsDebugString internal call.
3929
3930 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3931
3932         * reflection.h: added fields to match C# implementation.
3933
3934 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3935
3936         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
3937
3938 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
3939
3940         * gc.h, gc-internal.h: Rename header for GC internal calls to
3941         gc-internal.h from gc.h as to not clash with Boehm GC having its
3942         header installed as <gc.h> in outside include paths.
3943         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
3944         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
3945
3946 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3947
3948         * icall.c: assign minor, build and revision in FillName.
3949
3950 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
3951
3952         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
3953         Added support for running code generated by Reflection.Emit.
3954
3955 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3956
3957         * appdomain.c: check for NULL argument in LoadFrom.
3958
3959 2002-12-10  Dick Porter  <dick@ximian.com>
3960
3961         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
3962
3963 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3964
3965         * appdomain.c: fix buglet when building exe file name.  Handle full
3966         assembly name (needed after latest changes to AssemblyName).
3967         * image.c:
3968         (mono_image_close): free some hashtables.
3969
3970 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
3971
3972         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
3973         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
3974         on some systems (redhat 7.3) 
3975
3976 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
3977
3978         * threads.c: delete the critical section of a sync block,
3979         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
3980
3981 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
3982
3983         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
3984
3985 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3986
3987         * appdomain.[ch]: handle the assembly preload event to try loading the
3988         assemblies using the paths we have in the current domain.
3989
3990         * assembly.[ch]: created an assembly preload hook that is called to try
3991         loading the assembly by other means that the ones provided here.
3992
3993         * domain.c: initialize the domain search path.
3994
3995         From now on, assemblies (TODO: except corlib and System) are loaded
3996         according to these rules when using mono_assembly_load ():
3997
3998                 1. It tries to load the assembly from the ApplicationBase
3999                 of the current domain appending .dll and .exe (TODO: have to
4000                 try loading from name/name.dll and name/name.exe).
4001
4002                 2. It tries the search path specified in PrivateBinPath for the
4003                 current domain (if any).
4004
4005                 3. Previous behavior.
4006
4007 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
4008
4009         * icall.c: implemented GetInterfaceMap() related icall.
4010         * domain.c, loader.h: load MethodInfo in mono_defaults.
4011
4012 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
4013
4014         * gc.c: disable the finalizer thread for now, untill all the issues
4015         with it are resolved.
4016
4017 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4018
4019         * string-icalls.c: handle embedded nulls in string ctor when the
4020         length is specified.
4021
4022 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
4023
4024         * class.c: look for explicit interface implementation in parent
4025         classes, too.
4026
4027 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
4028
4029         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
4030
4031 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
4032
4033         * gc.c: protect handles with a critical section.
4034
4035 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4036
4037         * icall.c:
4038         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
4039         parameters. If no assembly specified, try getting the type from all
4040         the assemblies in the current domain, else, load the assembly and get
4041         the type from it.
4042
4043 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4044
4045         * marshal.c: applied patch from Aleksey Demakov that fixes
4046         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
4047
4048 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4049
4050         * icall.c: fixed get_location.
4051
4052 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
4053
4054         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
4055         declarations to make it work with older gcc. 
4056
4057         * loader.c (mono_get_method): set signature->pinvoke for native calls
4058
4059 2002-11-20  Dick Porter  <dick@ximian.com>
4060
4061         * threads.c (mono_thread_init): Set the main thread's handle
4062
4063 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
4064
4065         * gc.c: allow compilation without GC support. Changed to match the
4066         mono coding style.
4067
4068 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
4069
4070         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
4071
4072 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
4073
4074         * reflection.c: set a public key token on the core assemblies.
4075
4076 2002-11-18  Dick Porter  <dick@ximian.com>
4077
4078         * threads.c: Split out some thread initialisation so that other
4079         files can set the start callback function.
4080
4081         * gc.c: Run finalisers in a separate thread, to avoid stack
4082         overflow.  Fixes bug 31333.
4083
4084         * appdomain.c: Set up GC finalisation thread.
4085
4086         * reflection.c: 
4087         * object.c: 
4088         * domain.c: Use gc.h macros for GC_malloc
4089         
4090 2002-11-15  Dick Porter  <dick@ximian.com>
4091
4092         * threadpool.c: 
4093         * threads.c:
4094         * appdomain.c: Removed mono_runtime_init_with_attach(),
4095         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
4096         merging the extra parameter with the existing function.  Removed
4097         unneeded code in mono_thread_attach().
4098
4099 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
4100
4101         * image.c (mono_image_loaded_by_guid): a method to get loaded
4102         images by guid. 
4103         (load_metadata_ptrs): we store the guid as string.
4104
4105 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
4106
4107         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
4108
4109         * metadata.c (mono_guid_to_string): imported method form Zoltan
4110         Varga (slightly modified)
4111
4112         * assembly.c (mono_assembly_open): load precompiled code
4113
4114         * loader.h (MonoMethod): we store the method token for use in the
4115         aot compiler. 
4116
4117 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4118
4119         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
4120         the hook function called when an assembly is loaded.
4121         
4122         * domain.c: Modified file.
4123         (mono_domain_assembly_load): removed hash table insertion of assemblies.
4124
4125         Fixes bug #33196.
4126
4127 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
4128
4129         * reflection.c: Map PEFileKind to the value expected by the WinNT
4130         image loader. 
4131
4132 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4133
4134         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
4135         Read until the buffer is filled completely.
4136
4137 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4138
4139         * icall.c: implemented MonoType.InternalGetEvent ().
4140
4141 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4142
4143         * appdomain.c: implemented InitAppDomainSetup. Delayed
4144         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
4145         the entry_assembly.
4146
4147         * assembly.c: base_dir is now an absolute path ending with
4148         G_DIR_SEPARATOR.
4149
4150         * icall.c: modified get_location according to the above changes.
4151
4152         * object.c: init AppDomain.SetupInformation for the default domain after
4153         we have the entry assembly.
4154
4155         * domain.c: when unloading a domain, setup = NULL.
4156
4157 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
4158
4159         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
4160
4161 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
4162
4163         * object.h, object.c: introduced mono_object_get_virtual_method ()
4164         to lookup the method invoked on an object when a callvirt is done on
4165         a method.
4166         * icall.c: make MethodInfo::Invoke() always do a virtual call.
4167
4168 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4169
4170         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
4171         current domain when loaded an assembly and failed to load it.
4172
4173         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
4174
4175 2002-10-31  Dick Porter  <dick@ximian.com>
4176
4177         * icall.c: 
4178         * file-io.h: 
4179         * file-io.c: Return the error status in a parameter, as the
4180         GetLastError() value has long since been blown away if we try and
4181         look it up in a subsequent internal call invocation.  Delete the
4182         GetLastError() internal call, because it's useless.
4183
4184 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
4185
4186         * class.[ch]: added cast_class to fix bug 29517
4187
4188 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
4189
4190         * marshal.c: create valid IL code in the filter clause:
4191         the new JIT is less forgiving:-)
4192
4193 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4194
4195         * icall.c: removed get_property internal call.
4196
4197 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
4198
4199         * appdomain.h domain.c: Added an ID to appdomains.
4200         
4201         * threads.c threads.h icall.c: Implement icall
4202         Thread:GetDomainID(), and remove unused icall 
4203         CurrentThreadDomain_internal.
4204
4205 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4206
4207         * icall.c: Don't recurse through the base types in GetConstructor.
4208         Fixes bug #32063. 
4209
4210 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
4211
4212         * mempool.h, mempool.c: added mono_mempool_empty() and
4213         mono_mempool_stats().
4214
4215 2002-10-23  Dick Porter  <dick@ximian.com>
4216
4217         * file-io.c: 
4218         * file-io.h: 
4219         * icall.c: Added MonoIO.GetFileType internal call
4220
4221 2002-10-17  Dick Porter  <dick@ximian.com>
4222
4223         * appdomain.c (mono_runtime_cleanup): Don't signal the async
4224         delegate semaphore before waiting for all threads to finish,
4225         because new threads can also call async delegates.  Fixes bug
4226         32004.
4227
4228         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
4229         of 3 seconds, in case another async job is queued.  (This part is
4230         needed because the bug fix reintroduced the 3s exit lag.)  This
4231         makes the mono_runtime_shutdown flag superfluous.
4232
4233 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
4234
4235         * reflection.c: include ehader size in method section headers.
4236         Really check for suplicated modules entries.
4237
4238 2002-10-17  Martin Baulig  <martin@gnome.org>
4239
4240         * debug-mono-symfile.c: Added back support for locals.
4241
4242 2002-10-14  Martin Baulig  <martin@gnome.org>
4243
4244         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
4245         MONO_TYPE_VOID.
4246
4247 2002-10-14  Martin Baulig  <martin@gnome.org>
4248
4249         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
4250         mono_class_get() instead of looking in the class cache. 
4251
4252 2002-10-13  Martin Baulig  <martin@gnome.org>
4253
4254         * debug-mono-symfile.c: Set version number to 28, include the
4255         signature in method names.
4256
4257 2002-10-13  Martin Baulig  <martin@gnome.org>
4258
4259         * debug-mono-symfile.h: Set version number to 27.
4260
4261 2002-10-11  Martin Baulig  <martin@gnome.org>
4262
4263         * gc.c: Don't register/unregister NULL pointers as disappearing links.
4264
4265 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
4266
4267         * metadata.c, metadata.h: added helper function to allocate signatures.
4268
4269 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4270
4271         * icall.c: added internal call to get the location of machine.config.
4272
4273 2002-10-08  Martin Baulig  <martin@gnome.org>
4274
4275         * debug-mono-symfile.c: Ignore classes with a pending init for the
4276         moment.
4277
4278 2002-10-03  Dick Porter  <dick@ximian.com>
4279
4280         * threads.c: Freebsd pthread_t is a pointer
4281
4282 2002-10-03  Dick Porter  <dick@ximian.com>
4283
4284         * socket-io.c: Implemented GetHostName_internal
4285
4286 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4287
4288         * mono-config.c:
4289         (mono_config_parse_file): don't leak the text.
4290
4291 2002-10-02  Martin Baulig  <martin@gnome.org>
4292
4293         * debug-mono-symfile.c: Added support for methods.
4294
4295 2002-10-01  Martin Baulig  <martin@gnome.org>
4296
4297         * debug-mono-symfile.c: Don't emit methods and line numbers for
4298         the dynamic symbol file, just write the type table.  We can easily
4299         have an external helper program which creates a symbol file for an
4300         IL file.        
4301
4302 2002-10-01  Dick Porter  <dick@ximian.com>
4303
4304         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
4305         Only add the handle to the cleanup array when we're about to
4306         launch the thread.  Bug 31425 deadlocked when the test was run on
4307         mono under w32.
4308
4309 2002-10-01  Martin Baulig  <martin@gnome.org>
4310
4311         * debug-mono-symfile.c: Added support for properties.
4312
4313 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
4314
4315         * reflection.c: unaligned store fix from Mark Crichton
4316         <crichton@gimp.org>.
4317
4318 2002-09-27  Martin Baulig  <martin@gnome.org>
4319
4320         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
4321         New interncall.
4322
4323 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
4324
4325         * assembly.h, assembly.c: use a sane API to hook into the assembly
4326         loading process instead of a useless special-purpouse hack
4327         (ngen needs a hook, too, for example).
4328
4329 2002-09-27  Dick Porter  <dick@ximian.com>
4330
4331         * threads.c (mono_thread_init): Call GetCurrentProcess() so
4332         io-layer can set up some process handle info.  Not needed on w32,
4333         but doesn't hurt either.
4334
4335         * process.c: Pass the program name in the second parameter to
4336         CreateProcess, so the path is searched.  Include the working
4337         directory. Implemented process name, process enumeration, and some
4338         process detail internal calls.
4339         
4340         * icall.c: Added internal calls for process lookup, and some
4341         process details
4342
4343 2002-09-26  Martin Baulig  <martin@gnome.org>
4344
4345         * assembly.c (mono_install_open_assembly_hook): New global
4346         function to install a function to be invoked each time a new
4347         assembly is loaded.
4348         (mono_assembly_open): Run this callback function if set.
4349
4350         * debug-mono-symfile.c: Put back line numbers for the dynamic
4351         symbol file and also record the .il file as source file.  This
4352         allows us to install the temporary symbol file as `file.dbg' just
4353         like a compiler-generated one.
4354
4355 2002-09-26  Nick Zigarovich <nick@chemlab.org>
4356
4357         * Corrected typo in gc.c (BOHEM vs BOEHM).
4358
4359 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4360
4361         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
4362         GetProperties. Also avoid calling g_slist_length in GetProperties and
4363         GetMethods.
4364
4365 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
4366
4367         * reflection.c: avoid unaligned stores (bug spotted by
4368         Mark Crichton  <crichton@gimp.org>).
4369
4370 2002-09-25  Martin Baulig  <martin@gnome.org>
4371
4372         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
4373         instead of guint64 for addresses and added prologue/epilogue info.
4374
4375 2002-09-25  Martin Baulig  <martin@gnome.org>
4376
4377         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
4378         store line number info.  For the dynamic symbol file, we only need
4379         to provide the JIT generated dynamic line number info for the dynamic
4380         symbol file.
4381
4382 2002-09-25  Martin Baulig  <martin@gnome.org>
4383
4384         * debug-mono-symfile.h: Incremented version number.
4385
4386 2002-09-24  Martin Baulig  <martin@gnome.org>
4387
4388         * class.c (mono_debugger_class_init_func): New global function
4389         pointer variable.
4390         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
4391         call it.
4392
4393         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
4394         function.  This is called via the mono_debugger_class_init_func
4395         hook to add all types to the dynamic type table.
4396         (ves_icall_MonoDebugger_GetType): New interncall to get a class
4397         from its metadata token.
4398
4399         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
4400         New interncall for the debugger.
4401
4402 2002-09-24  Nick Drochak <ndrochak@gol.com>
4403
4404         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
4405         before using it in case it is null.
4406         
4407 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
4408
4409         * metadata.c: allow custom modifiers in local var signatures
4410         (bug spotted by Zoltan Varga).
4411
4412 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
4413
4414         * class.c: deal with the <Module> class that may have a NULL vtable.
4415         Eliminate warnings.
4416
4417 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4418
4419         * image.c, image.h: more strong name helpers.
4420         * monosn.c: more work: convert pem keys to cryptoapi format.
4421
4422 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
4423
4424         * string-icalls.c: speedup IndexOf.
4425
4426 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4427
4428         * icall.c: updates from Zoltan.2.Varga@nokia.com.
4429
4430 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
4431
4432         * icall.c: cleanup: use mono_object_domain ().
4433
4434 2002-09-23  Martin Baulig  <martin@gnome.org>
4435
4436         * debug-mono-symfile.c: Improved type support.
4437
4438 2002-09-22  Martin Baulig  <martin@gnome.org>
4439
4440         * debug-mono-symfile.c: Added support for reference types and strings.
4441
4442 2002-09-22  Martin Baulig  <martin@gnome.org>
4443
4444         * debug-mono-symfile.c: Started to work on the type table.
4445
4446 2002-09-21  Martin Baulig  <martin@gnome.org>
4447
4448         * debug-mono-symfile.c: Largely reworked the symbol table format.
4449         The symbol table is now incrementally updated each time a new
4450         method is added.  We're now also using our own magic and version
4451         so that you don't need to recompile all your classes if the
4452         dynamic table changes.
4453         (mono_debug_update_mono_symbol_file): Removed.
4454         (mono_debug_symfile_add_method): New function to add a method.
4455
4456 2002-09-21  Martin Baulig  <martin@gnome.org>
4457
4458         * icall.c
4459         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
4460         New interncall.
4461
4462         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
4463         New interncall to get a method from its metadata token.
4464
4465 2002-09-21  Martin Baulig  <martin@gnome.org>
4466
4467         * debug-mono-symfile.c: Create type table.
4468
4469 2002-09-20  Martin Baulig  <martin@gnome.org>
4470
4471         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
4472
4473 2002-09-20  Martin Baulig  <martin@gnome.org>
4474
4475         * debug-mono-symfile.c: Provide information about params and locals.
4476
4477 2002-09-20  Martin Baulig  <martin@gnome.org>
4478
4479         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
4480         New interncall.
4481
4482         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
4483         interncall to get a method from its metadata token.
4484
4485 2002-09-20  Martin Baulig  <martin@gnome.org>
4486
4487         * debug-mono-symfile.c: Added a few checks for method->header
4488         being non-NULL.  This should never happen, but for the moment
4489         let's use a g_warning() rather than a g_assert().
4490
4491 2002-09-19  Mark Crichton  <crichton@gimp.org>
4492
4493         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
4494         even if support for it isn't present.  Added an #ifdef to fix this.
4495
4496         * socket-io.c: Added checks back for Solaris support.
4497
4498 2002-09-19  Martin Baulig  <martin@gnome.org>
4499
4500         * debug-mono-symfile.c (read_string, write_string): Reflect latest
4501         changes in the symbol file format.
4502
4503 2002-09-18  Martin Baulig  <martin@gnome.org>
4504
4505         * debug-mono-symfile.c: Set version number to 21.
4506
4507 2002-09-18  Dick Porter  <dick@ximian.com>
4508
4509         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
4510         on netbsd.  Fixes bug 30051.
4511
4512 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4513
4514         * reflection.c:
4515         (set_version_from_string): little fix.
4516
4517 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4518
4519         * monosn.c, Makefile.am: added strong name utility.
4520         * reflection.h, reflection.c: implemented delayed signing,
4521         locale, version and hash id assembly attributes.
4522
4523 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
4524
4525         * loader.c, metadata.c: load param attributes in signatures.
4526
4527 2002-09-16  Martin Baulig  <martin@gnome.org>
4528
4529         * debug-mono-symfile.c: Added string table with all method names.
4530
4531 2002-09-14  Martin Baulig  <martin@gnome.org>
4532
4533         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
4534         fast method lookup.
4535
4536 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
4537
4538         * reflection.c: record the public key token of referenced assemblies.
4539
4540 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
4541
4542         * image.c, image.h: added functions to get the strong name and the
4543         public key of an assembly.
4544         * pedump.c: use them.
4545
4546 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
4547
4548         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
4549
4550 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
4551
4552         * marshal.c (mono_marshal_get_managed_wrapper): Added
4553         MONO_TYPE_BOOLEAN 
4554
4555 2002-09-11  Martin Baulig  <martin@gnome.org>
4556
4557         * gc.c: Call GC_unregister_disappearing_link() on all links when
4558         finalizing them, this is necessary to aviod a crash in boehm's
4559         finalize handler.
4560
4561 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
4562
4563         * gc.c: handle GetTarget for finalized objects spotted and fixed by
4564         nick@chemlab.org.
4565
4566 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
4567
4568         * icall.c: implemented MonoType::Module.
4569         * reflection.c, reflection.h: mono_module_get_object () from
4570         Tomi Pakarinen <tomi.pakarinen@welho.com>.
4571
4572 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
4573
4574         * icall.c: ignore overridden methods in GetMethods ().
4575         Fix for FieldInfo::SetValue().
4576         * object.c: handle float/double in runtime invoke.
4577
4578 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
4579
4580         * object.c: allow a constructor to be called again on an object.
4581
4582 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4583
4584         * class.h, class.c: move field layout code to it's own function and
4585         export it. Get an interface id earlier. Move fields in MonoClass
4586         so they are more cache friendly and align the bitfields.
4587         * loader.c: temporary handle get_param_names() for a runtime method.
4588         * reflection.c, reflection.h: more code to handle runtime creation of
4589         types.
4590
4591 2002-09-09  Martin Baulig  <martin@gnome.org>
4592
4593         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
4594         signature with the pinvoke field being set for the actual call.
4595
4596 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
4597
4598         * icall.c: removed some unused icalls. Start of map of glib charsets
4599         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
4600
4601 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
4602
4603         * debug-helpers.c: break infinite loop (found and fixed by
4604         Holger Arnold <harnold@gmx.de>).
4605
4606 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
4607
4608         * icall.c: target may be null in create_delegate.
4609
4610 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4611
4612         * marshal.c: handle a boolean return type.
4613
4614 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4615
4616         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
4617
4618 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
4619
4620         * gc.c: fix weakreferences.
4621
4622 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
4623
4624         * icall.c: added icall to get default codepage.
4625
4626 2002-09-03  Dick Porter  <dick@ximian.com>
4627
4628         * threads.h: 
4629         * threads.c: Use MonoThread instead of MonoObject where
4630         apropriate.
4631
4632         Store running thread objects in a hash table, so that we have all
4633         the info to hand when waiting for them to finish
4634         (means we don't need OpenThread() any more, so mingw builds should
4635         be fully functional again.)
4636
4637         * verify.c:
4638         * object.h: Added thread ID to MonoThread
4639
4640 2002-09-03  Martin Baulig  <martin@gnome.org>
4641
4642         * icall.c (System.Reflection.Assembly::get_location): New interncall.
4643
4644 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4645
4646         * icall.c: fixed leak in get_temp_path. Thanks lupus.
4647
4648 2002-09-03  Martin Baulig  <martin@gnome.org>
4649
4650         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
4651         argument to store the end address of the disassembled instruction.
4652
4653         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
4654         here from debug-symfile.h.
4655         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
4656         JIT into this struct.
4657         (MonoSymbolFile): Added `char *image_file' field.
4658         (MonoDebugGetMethodFunc): Removed.
4659         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
4660         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
4661         (mono_debug_find_method): New method.
4662
4663         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
4664         create a full symbol file.
4665         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
4666         and static symbol files.
4667         (mono_debug_find_method): The symbol file keeps an internal method hash,
4668         call this to get a MonoDebugMethodInfo from a MonoMethod.
4669
4670         * debug-symfile.[ch]: Removed.
4671
4672 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
4673
4674         * image.c (do_mono_image_open): Remove linker version check.
4675
4676 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
4677
4678         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
4679         wrappers for instance methods.
4680         
4681 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4682
4683         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
4684
4685 2002-08-28  Dick Porter  <dick@ximian.com>
4686
4687         * Makefile.am: Export HOST_CC for w32 builds
4688
4689 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
4690
4691         * file-io.c process.c: MonoString are null terminated, no
4692         need for mono_string_to_utf16() anymore.
4693
4694 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
4695
4696         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
4697
4698 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
4699
4700         * icall.c, reflection.h: speedup System.MonoType.
4701
4702 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
4703
4704         * reflection.c: allow null as the value of a string argument in
4705         custom attributes constructors.
4706
4707 2002-08-27  Martin Baulig  <martin@gnome.org>
4708
4709         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
4710         `trampoline_address' field.
4711
4712 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
4713
4714         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
4715         check (fixes bug #29486) 
4716
4717 2002-08-27  Martin Baulig  <martin@gnome.org>
4718
4719         * debug-mono-symfile.c: Changed the file format in a way that allows us
4720         open it read-only and to use a specially malloced area for all the
4721         dynamic data.  We can now also generate a symbol file on-the-fly if we're
4722         debugging IL code and there is no MCS generated symbol file for it.
4723
4724 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
4725
4726         * object.c: added a define for a good string and array
4727         creation speedup (not enabled by default because we need to deal with
4728         the synch stuff).
4729
4730 2002-08-26  Martin Baulig  <martin@gnome.org>
4731
4732         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
4733         function to create a dynamic symbol file.  This is used by the
4734         debugger to create a symbol file for IL code on-the-fly.
4735
4736 2002-08-26  Martin Baulig  <martin@gnome.org>
4737
4738         * loader.c (mono_lookup_pinvoke_call): Include the error message
4739         from g_module_error() in the error message.
4740
4741 2002-08-24  Martin Baulig  <martin@gnome.org>
4742
4743         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
4744         function to update the symbol file.  The symbol file is mmap()ed
4745         writable, but private.  This allows us to install the symbol file
4746         together with the assembly.
4747
4748 2002-08-24  Martin Baulig  <martin@gnome.org>
4749
4750         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
4751         but they can read the new symbol file format which mcs is now creating.
4752
4753         * debug-symfile.c (mono_debug_find_source_location): Moved to
4754         debug-mono-symfile.c; this is now operating on the new symbol file.
4755
4756 2002-08-23  Martin Baulig  <martin@gnome.org>
4757
4758         * debug-helpers.c (mono_method_desc_from_method): New function to get
4759         a MonoMethodDesc from a MonoMethod.
4760
4761 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
4762
4763         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
4764         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
4765
4766 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
4767
4768         * string-icalls.[ch]: make helper methods static.
4769
4770 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4771
4772         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
4773         types to it and to SetValueInternal.
4774
4775         * object.c: Moved handle_enum label to its proper place. This was the
4776         f... bug! ;-)
4777
4778         This time i compiled mcs and gtk-sharp and they both work.
4779
4780 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4781
4782         * icall.c: reverted partially my previous patch until 
4783         object.c:set_value handles enums correcly.
4784
4785 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4786
4787         * icall.c:
4788         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
4789         (ves_icall_System_Environment_get_MachineName): removed warning when
4790         compiling under cygwin.
4791
4792 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
4793
4794         * object.c: fixed field_get_value() for reference types.
4795
4796 2002-08-22  Dick Porter  <dick@ximian.com>
4797
4798         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
4799         Don't free a buffer while it's still needed.  Patch from Jonathan
4800         Liger <Jonathan.liger@wanadoo.fr>
4801
4802 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
4803
4804         * icall.c (ves_icall_System_Environment_get_Platform): Add new
4805         internal call.
4806
4807 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
4808
4809         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
4810         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
4811
4812         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
4813         we call unmanaged code which throws exceptions.
4814
4815 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
4816
4817         * appdomain.h: added per-domain entry_assembly.
4818         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
4819         arguments.
4820         * icall.c: Assembly::GetEntryAssembly icall.
4821         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
4822         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
4823
4824 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
4825
4826         * appdomain.h, gc.c: added mono_domain_finalize ().
4827
4828 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4829
4830         * object.c:
4831         (mono_print_unhandled_exception): changed g_warning by g_printerr
4832         because g_log has a 1024 characters limit (yeah, i got a big stack
4833         trace). Don't print exception name, that should be in ToString 
4834         returned string.
4835
4836 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4837
4838         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
4839         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
4840
4841 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4842
4843         * object.c:
4844         (mono_print_unhandled_exception): after previous commit, i realized
4845         that MS calls ToString on the exception. I changed this function to
4846         do that. This way we get stack_trace for free.
4847
4848 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4849
4850         * object.c:
4851         (mono_print_unhandled_exception): invoke Message property instead of
4852         getting 'message' field from Exception. Don't allocate memory for
4853         'trace' and 'message' if not needed.
4854
4855 2002-08-18  Dick Porter  <dick@ximian.com>
4856
4857         * unicode.c: Fix asserts to match Encoder.cs checks
4858
4859 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
4860
4861         * marshal.c: fix unaligned store issue and a few wrong
4862         opcode argument types.
4863
4864 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4865
4866         * icall.c: added GetUninitializedObjectInternal internal call.
4867
4868 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
4869
4870         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
4871         to the right domain.
4872
4873 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
4874
4875         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
4876
4877         * class.c (class_compute_field_layout): set blittable to false for Strings
4878
4879         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
4880
4881 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
4882
4883         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
4884         first chunk of code to create types at runtime. Code to
4885         handle ReflectedType/DeclaringType. Make reflection handles
4886         domain specific.
4887
4888 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
4889
4890         * class.c: set correct name in arrays.
4891
4892 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
4893
4894         * appdomain.c (mono_domain_transfer_object): make it work with
4895         valuetypes. bug fixes.
4896
4897 2002-08-12  Dick Porter  <dick@ximian.com>
4898
4899         * object.h: Rename some parameters to avoid c++ keywords (Patch
4900         from Joseph Wenninger <kde@jowenn.at>)
4901
4902 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
4903
4904         * icall.c: added icall to implement Assembly.GetFile*.
4905
4906 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
4907
4908         * reflection.h, reflection.c: code to embed managed resources.
4909
4910 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
4911
4912         * class.c: move all the type size stuff into
4913         class_compute_field_layout().
4914
4915 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
4916
4917         * class.c: ensure enums have always the correct instance size.
4918         * unicode.c: remove wrong assert.
4919
4920 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
4921
4922         * assembly.c: fix mem corruption issue.
4923         * image.h, image.c: added mono_image_get_resource () to access
4924         managed resources.
4925         * icall.c: implemented Assembly.EntryPoint property and some
4926         Managed Resources related internalcalls.
4927
4928
4929 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
4930
4931         * image.c, image.h: impemented mono_image_get_entry_point ().
4932         * appdomain.c: use mono_image_get_entry_point.
4933
4934 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
4935
4936         * reflection.c: support the object type argument when loading
4937         custom attributes.
4938
4939 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
4940
4941         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
4942         String as return type.
4943
4944 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
4945
4946         * reflection.c: fix encoding of named args for custom attrs to match
4947         the ms implementation. Read them back when instantiating custom
4948         attributes.
4949
4950 2002-08-02  Radek Doulik  <rodo@ximian.com>
4951
4952         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
4953         by Dietmar as quick fix
4954         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
4955         16 as stack size, used on more places as quick fix before Dietmar
4956         will fix it properly
4957
4958 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
4959
4960         * object.h, object.c: added accessors for fields and properties.
4961
4962 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
4963
4964         * class.c, class.h: made mono_class_get_field_from_name ()
4965         loop on parent types.
4966         Added mono_class_get_property_from_name ().
4967
4968 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
4969
4970         * class.c, class.h: move the code to setup the type vtable in its own
4971         function so that it can be reused also for types created at runtime.
4972         Eliminate the "class" identifier from the header file.
4973         * reflection.c: setup the vtable for enums so that we can create
4974         objects for use in SetConstant ().
4975
4976 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
4977
4978         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
4979         instead of the delegate itself as this pointer (bug #28383)
4980
4981 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
4982
4983         * marshal.c (mono_marshal_get_managed_wrapper): added return type
4984         conversions.
4985
4986 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
4987
4988         * loader.c: don't set the pinvoke bit on icalls.
4989
4990 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
4991
4992         * debug-helpers.c (mono_method_full_name): only print a number to
4993         indicate wrapper type (so that the output is more readable in traces).
4994
4995 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
4996
4997         * class.c (mono_class_init): include method override patch from Paolo
4998
4999 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
5000
5001         * icall.c: fixed GetTypeCode().
5002
5003 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
5004
5005         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
5006         use real delegate invoke function to make it work with multicast
5007         delegates (fix bug# 28291).
5008
5009 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5010
5011         * object.c: load constant strings.
5012
5013 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5014
5015         * reflection.c: no magic numbers.
5016         * tabledefs.h: security action enum.
5017
5018 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
5019
5020         * assembly.c: fix possible memory corruption.
5021
5022 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
5023
5024         * reflection.h, reflection.c: added support for linking resources.
5025         * verify.c: check we have an updated corlib.
5026
5027 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
5028
5029         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
5030         string arrays.
5031         (mono_marshal_string_array): null terminate unmanaged string arrays.
5032         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
5033
5034 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5035
5036         * icall.c: Type.GetType () can now return also types from the
5037         calling assembly.
5038
5039 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
5040
5041         * loader.h, loader.c: stack walking support.
5042         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
5043         GetCallingAssembly.
5044
5045 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
5046
5047         * marshal.c: added optimisations for blittable types 
5048
5049         * class.c (mono_array_class_get): do not set blittable attribute on arrays
5050         (mono_class_setup_mono_type): set blittable attribute for single
5051         and double.
5052
5053         * marshal.c (mono_string_utf8_to_builder): impl.
5054         (mono_string_builder_to_utf8): impl.
5055         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
5056
5057 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
5058
5059         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
5060         (mono_marshal_get_managed_wrapper): impl. byref types
5061
5062 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5063
5064         * icall.c:
5065         (search_method): don't display debug message. 
5066
5067 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
5068
5069         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
5070
5071 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
5072
5073         * appdomain.c: set the missing filename when throwing exception.
5074
5075 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
5076
5077         * metadata.c (mono_type_size): code cleanup
5078         (mono_type_stack_size): removed some test code
5079
5080 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
5081
5082         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
5083         mono_get_exception_file_not_found now.
5084
5085         * exception.c (mono_exception_from_name_two_strings): New version
5086         that will call a constructor with two string arguments. 
5087         (mono_get_exception_file_not_found): New helper routine, used to
5088         report file-not-found errors.
5089
5090 2002-07-20  Dick Porter  <dick@ximian.com>
5091
5092         * process.h:
5093         * process.c: Pass file handles to CreateProcess
5094         
5095         * icall.c:
5096         * file-io.h:
5097         * file-io.c: Implemented CreatePipe
5098
5099 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
5100
5101         * metadata.c (mono_get_param_info): set alignment for value types
5102
5103 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
5104
5105         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
5106         Constify mono_domain_assembly_open().
5107         * loader.c: handle null namespace in icalls.
5108
5109 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
5110
5111         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
5112         (emit_str_to_ptr_conv): marshal object as structs
5113
5114         * metadata.c (mono_type_to_unmanaged): marshal object as structs
5115
5116         * marshal.c (mono_marshal_get_runtime_invoke): support value types
5117
5118 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
5119
5120         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
5121         (mono_marshal_get_native_wrapper): we an now return value types
5122
5123 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5124
5125         * verify.c: more checks implemented.
5126
5127 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
5128
5129         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
5130         (fix bug #27695)
5131         (mono_marshal_get_native_wrapper): allow byref arguments
5132         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
5133         impl. PtrToStringXXX methods
5134         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
5135         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
5136         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
5137         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
5138         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
5139
5140 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5141
5142         * reflection.c: fix buglet in parsing an assembly name.
5143
5144 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
5145
5146         * marshal.c (emit_ptr_to_str_conv): first impl.
5147
5148 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
5149
5150         * object.c, class.h: cache the vtable in the class as suggested by
5151         vargaz@freemail.hu (Zoltan Varga).
5152
5153 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5154
5155         * class.h, loader.c: added mono_field_from_token().
5156         * verify.c: first cut of type checking code.
5157
5158 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
5159
5160         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
5161
5162 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
5163
5164         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
5165         (fix bug #27782)
5166         (mono_marshal_get_remoting_invoke): impl.
5167         (mono_delegate_begin_invoke): impl.
5168         (mono_mb_emit_save_args): impl.
5169         (mono_delegate_end_invoke): impl.
5170         (mono_marshal_get_delegate_begin_invoke):
5171         (mono_marshal_get_delegate_end_invoke):
5172         (mono_marshal_get_delegate_invoke): generate a special name for
5173         those methods (including the signature) and associate them whith
5174         the delegate class. 
5175
5176 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
5177
5178         * reflection.[ch]: 
5179         (mono_reflection_type_from_name): now it has a MonoImage parameter
5180         which is used as the default image to search the type in. If the image
5181         is NULL or getting the type from it fails, it defaults to corlib.
5182
5183         * icall.c: changed 1 call to mono_reflection_type_from_name to match
5184         new parameter.
5185
5186 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5187
5188         * reflection.c: update the parameter table index.
5189
5190 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5191
5192         * domain.c: don't include the mark byte in the string hash.
5193
5194 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5195
5196         * icall.cs: icall for Type.GetTypeCode ().
5197         * verify: a couple of fixes and disabled local initialization checks.
5198
5199 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
5200
5201         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
5202
5203         * debug-helpers.c (mono_method_full_name): print the type of the
5204         runtime wrapper
5205
5206         * metadata.c (mono_signature_hash): a hash function for signatures
5207         (mono_signature_hash): better hash algorithm
5208
5209         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
5210
5211         * debug-helpers.c (mono_method_full_name): this can now generate
5212         method names with signatures
5213
5214         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
5215         method dont have this pointers.
5216
5217 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
5218
5219         * reflection.c: fixup typebuilder tokens.
5220         * image.c: fix buglet.
5221         * marshal.h: remove whitespace.
5222         * metadata.h, metadata.c: reinstate code that was removed.
5223         * verify.c: handle catch directives and fix another couple of bugs.
5224
5225 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
5226
5227         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
5228         (mono_marshal_get_native_wrapper): make it comp. with the old code
5229         (mono_marshal_get_native_wrapper): support boolean
5230         (mono_marshal_get_managed_wrapper): support more types
5231
5232 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
5233
5234         * class.c (class_compute_field_layout): compute class->blittable attribute.
5235
5236 2002-07-09  Dick Porter  <dick@ximian.com>
5237
5238         * threads.c: Make the thread cleaning up cope with threads that
5239         call ExitThread()
5240
5241 2002-07-08  Radek Doulik  <rodo@ximian.com>
5242
5243         * reflection.c (method_encode_code): use non-translated values to
5244         compute finally_start, this fixes exception handling on ppc, yay!
5245
5246         * decimal.h (struct signscale): fix endianess
5247
5248 2002-07-07  Radek Doulik  <rodo@ximian.com>
5249
5250         * reflection.c: swap box_val and not val
5251
5252 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
5253
5254         * reflection.c, reflection.h: handle full assembly info in type name.
5255         Handle Type arguments when loading custom attributes.
5256         * icall.c: updated to use new mono_reflection_type_from_name () method.
5257
5258 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5259
5260         * loader.c:
5261         (method_from_memberref): also print assembly name when method not found.
5262
5263 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5264
5265         * icall.c:
5266         (ves_icall_TypeGetProperties): fixed bug #27473. 
5267
5268 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5269
5270         * reflection.c: display image name and token when cannot find the
5271         .ctor for an attribute.
5272
5273 2002-07-05  Martin Baulig  <martin@gnome.org>
5274
5275         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
5276
5277 2002-07-04  Dick Porter  <dick@ximian.com>
5278
5279         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
5280         compile on mingw.  This will cause mingw builds to not wait for
5281         subthreads to terminate after the main thread does.  I've lodged a
5282         bug with the mingw developers for them to wrap OpenThread().
5283
5284 2002-07-03  Dick Porter  <dick@ximian.com>
5285
5286         * threads.c: Store thread IDs instead of handles, because
5287         GetCurrentThread() returns a pseudohandle and therefore stores
5288         useless values.  mono_thread_cleanup() continues checking the
5289         array of threads until it is empty, to cope with subthreads
5290         spawning new threads after the main thread has finished.
5291
5292         * profiler.h:
5293         * profiler.c:
5294         * profiler-private.h: Pass the thread ID to thread profiler
5295         functions, instead of a handle
5296
5297 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
5298
5299         * verify.c: fixes to make it more usable.
5300         * pedump.c: added --verify code to verify IL code in an assembly.
5301
5302 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5303
5304         * reflection.c: turn errors into warnings to allow compiling corlib.
5305
5306 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
5307
5308         * reflection.c: add special cases to compile corlib.
5309
5310 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5311
5312         * reflection.c: handle properties with only a set method.
5313
5314 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
5315
5316         * opcodes.h: add enum with opcodes in opval order.
5317
5318 2002-07-01  Dick Porter  <dick@ximian.com>
5319         
5320         * object.h:
5321         * object.c (mono_runtime_run_main): Removed unneeded argument
5322
5323 2002-06-28  Martin Baulig  <martin@gnome.org>
5324
5325         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
5326
5327 2002-06-27  Dick Porter  <dick@ximian.com>
5328
5329         * threads.c: Store the handle in both the parent thread and in the
5330         subthread, to minimise the time between starting a new thread and
5331         storing its ID.
5332
5333 2002-06-26  Dick Porter  <dick@ximian.com>
5334
5335         * appdomain.c (mono_runtime_cleanup): Close the socket library
5336         after all the threads have finished, not before
5337
5338 2002-06-26  Martin Baulig  <martin@gnome.org>
5339
5340         * debug-symfile.c (mono_debug_find_source_location): Added
5341         `guint32 *line_number' argument.  If it's not NULL, store the line number
5342         there and return the file name without the line number.
5343
5344 2002-06-25  Dick Porter  <dick@ximian.com>
5345
5346         * icall.c:
5347         * process.h:
5348         * process.c: Process forking and other support functions
5349
5350 2002-06-25  Dick Porter  <dick@ximian.com>
5351
5352         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
5353         things dont happen when the image is closed.
5354         (mono_image_lookup_resource): Walk the resource section looking
5355         for a particular entry
5356
5357         * cil-coff.h: PE resource section decoding
5358
5359 2002-06-25  Dick Porter  <dick@ximian.com>
5360         
5361         * assembly.h:
5362         * assembly.c: 
5363         (mono_assembly_foreach): Accessor functions to walk the list of
5364         loaded assemblies
5365         (mono_assembly_set_main):
5366         (mono_assembly_get_main): Process methods need to know which
5367         assembly is the "main" one
5368
5369         * object.c (mono_runtime_run_main): Record the main assembly
5370
5371         * debug-helpers.c: Fix typo
5372
5373 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
5374
5375         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
5376         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
5377
5378 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5379
5380         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
5381
5382 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
5383
5384         * image.c (do_mono_image_open): Initialize reference count,
5385         otherwise we leak the MonoImage.
5386
5387 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
5388
5389         * reflection.c: small tweak to handle self-hosting.
5390
5391 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
5392
5393         * reflection.c: fix type name parse code.
5394
5395 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
5396
5397         * reflection.c: break out of the loop.
5398         * image.c: special case corlib.
5399
5400 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5401
5402         * reflection.c: add all the custom attrs at the end to ensure the
5403         ctors have been properly initialized when the attributes are defined
5404         in the current assembly.
5405
5406 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5407
5408         * reflection.c: handle correctly multiple-nested types.
5409
5410 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
5411
5412         * row-indexes.h: fix typos.
5413         * reflection.c: adjust for typos and fix method_def_or_ref
5414         encoding in MethodImpl table.
5415
5416 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
5417
5418         * reflection.c: fix entry point patching (thanks Serge!).
5419
5420 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
5421
5422         * verify.c: add check for System.Exception
5423
5424 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5425
5426         * image.c, class.c: minifix for code just c&p'ed.
5427         * reflection.c: warning fix.
5428         * object.h, loader.h, domain.c: load also StringBuilder.
5429
5430 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5431
5432         * marshal.h, marshal.c: some support code to handle complex marshaling.
5433
5434 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5435
5436         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
5437         Better signatures with vtable error dump.
5438
5439 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
5440
5441         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
5442
5443 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
5444
5445         * icall.c (ves_icall_Type_GetField): impl.
5446
5447 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5448
5449         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
5450         to retrieve a marshal description blob for a field or param.
5451
5452 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
5453
5454         * reflection.h, reflection.c: change order of nested type emission
5455         to avoid table corruption. The NestedTypes table is sorted.
5456         * icall.c: change order of GetConstructor results to workaround mcs bug.
5457
5458 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
5459
5460         * reflection.h, reflection.c: handle field and param marshal
5461         information.
5462
5463 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5464
5465         * icall.c, marshal.c marshal.h: more Marshal class implementation.
5466
5467 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5468
5469         * reflection.c: fix call convention.
5470
5471 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5472
5473         * reflection.h, reflection.c: mono_image_get_memberref_token()
5474         takes a type instead of a class, now. Added
5475         mono_image_get_array_token() to create tokens for the special
5476         multi-dim array methods.
5477
5478 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
5479
5480         * assembly.c: handle modules (no assembly table). Split
5481         loading references in its own function.
5482         * class.c: handle moduleref resolution scope.
5483         * image.c, image.h: cache module name in image.
5484
5485 2002-06-07  Martin Baulig  <martin@gnome.org>
5486
5487         * reflection.c (mono_image_get_type_info): Only add a class layout entry
5488         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
5489
5490 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5491
5492         * icall.c: more signature fixes that used uint instead of int.
5493
5494 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5495
5496         * reflection.c: fixed signature of field refs.
5497
5498 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5499
5500         * class.c, reflection.c: handle typerefs of nested types
5501         (both on read and when writing files).
5502
5503 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
5504
5505         * icall.c: fix method signatures that tried to workaround the previous
5506         typo, d'oh!
5507
5508 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
5509
5510         * debug-helpers.c: fix typo.
5511
5512 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
5513
5514         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
5515         rewrote the PE/COFF writing code (our programs are understood by the
5516         ms runtime, now).
5517
5518 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
5519
5520         * gc.c, gc.h, icall.c: weakreference support.
5521
5522 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5523
5524         * Makefile.am, mono-config.c: use $(sysconfdir).
5525
5526 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
5527
5528         * icall.c: changed default precision of Double.ToString() to 15.
5529         Fixed memory leak. Unified with Single.ToString.
5530
5531 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
5532
5533         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
5534
5535 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
5536
5537         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
5538         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
5539         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
5540         and myself.
5541
5542 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5543
5544         * debug-symfile.c, sysmath.c: yet more compilation fixes.
5545
5546 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5547
5548         * reflection.c, socket-io.c: more compilation fixes.
5549
5550 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5551
5552         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
5553         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
5554         unicode.c: warning and compiler compatibility fixes.
5555
5556 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
5557
5558         * class.h, metadata.c: fixed warnings/compilation errors.
5559
5560 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5561
5562         * Makefile.am, mono-config.c, mono-config.h: configuration file
5563         support routines.
5564         * loader.c, loader.h: make Dll mapping configurable at runtime in the
5565         config file. Export methods to insert and lookup mappings.
5566
5567 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
5568
5569         * reflection.c: handle types and boxed objects in custom attr
5570         constructors.
5571
5572 2002-05-30  Martin Baulig  <martin@gnome.org>
5573
5574         * debug-symfile.c
5575         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
5576
5577 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
5578
5579         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
5580         to lookup the implmap row for a P/Invoke method.
5581         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
5582         P/Invoke method from the runtime on an as needed basis.
5583
5584 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
5585
5586         * metadata.c (mono_metadata_parse_signature): impl.
5587
5588 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5589
5590         * class.c: handle .pack directive.
5591
5592 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
5593
5594         * object.c: initialize static fields with RVA data.
5595
5596 2002-05-25  Martin Baulig  <martin@gnome.org>
5597
5598         * debug-symfile.c
5599         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
5600
5601 2002-05-24  Martin Baulig  <martin@gnome.org>
5602
5603         * debug-symfile.c
5604         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
5605         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
5606         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
5607
5608 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
5609
5610         * object.c: special case string ctros in invoke.
5611         * gc.c: silly whitespace changes.
5612
5613 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
5614
5615         * threadpool.[ch]: impl. a threadpool that can
5616         be used by mint and mono.
5617
5618 2002-05-22  Martin Baulig  <martin@gnome.org>
5619
5620         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
5621         The first argument is now a `MonoReflectionModuleBuilder *', the return
5622         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
5623         `methods' field to get the method builder.  The `token' argument is the
5624         unfixed token.
5625
5626         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
5627         invalid characters instead of g_assert_not_reached()ing.  This seems
5628         to be the behaviour of mscorlib.
5629
5630 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
5631
5632         * object.c (mono_runtime_invoke_array): applied patch from Rachel
5633         Hestilow to fix bug #25104
5634
5635 2002-05-21  Martin Baulig  <martin@gnome.org>
5636
5637         * debug-symfile.c (mono_debug_find_source_location): New function.
5638         Looks up an IL offset in the line number table and returns the source
5639         location as a string.
5640
5641 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5642
5643         * icall.c:
5644         (mono_double_ToStringImpl): changed %f by %g until we have something
5645         better.
5646
5647 2002-05-21  Nick Drochak  <ndrochak@gol.com>
5648
5649         * icall.c : Use different name for Math.Pow's icall.  Needed to check
5650         parameters first in C#.
5651
5652 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5653
5654         * icall.c, reflection.h: added icall to get info about an event.
5655
5656 2002-05-20  Radek Doulik  <rodo@ximian.com>
5657
5658         * object.c (mono_value_box): don't use memcpy for boxing on BIG
5659         endian
5660         (mono_value_box): don't use memcpy for small sizes on
5661         architectures with unaligned access
5662
5663 2002-05-20  Martin Baulig  <martin@gnome.org>
5664
5665         * reflection.c (mono_reflection_setup_internal_class): Don't crash
5666         if `tb->parent == NULL'.
5667         (mono_reflection_create_internal_class): New function.  This is
5668         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
5669         for enum types.
5670
5671         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
5672         New interncall.
5673
5674 2002-05-19  Martin Baulig  <martin@gnome.org>
5675
5676         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
5677         argument to get the length, don't default to the array length.
5678
5679 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
5680
5681         * assembly.c (mono_assembly_setrootdir): New function used to
5682         override the MONO_ASSEMBLIES directory.
5683
5684 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
5685
5686         * icall.c: ValueType_GetHashCode() initialize local var.
5687
5688 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5689
5690         * reflection.c: sort custom attributes table.
5691
5692 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
5693
5694         * reflection.c: support named args in custom attributes (write support).
5695
5696 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
5697
5698         * reflection.c: fix finally position calculation.
5699
5700 2002-05-15  Radek Doulik  <rodo@ximian.com>
5701
5702         * reflection.c: fixed endianess at many places
5703
5704         * icall.c (ves_icall_InitializeArray): comment out debug msg
5705
5706 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
5707
5708         * object.c (mono_unhandled_exception): new function to handle
5709         unhandled exceptions.
5710         (mono_unhandled_exception): call the UnhandledException event.
5711         (mono_runtime_delegate_invoke): impl.
5712
5713 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
5714
5715         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
5716         returns the RVA, not the direct pointer to the data. Handle the case
5717         when the class size is fixed.
5718
5719 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
5720
5721         * reflection.c: fix some endianess issues.
5722
5723 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
5724
5725         * object.c (mono_runtime_invoke): is now able to catch exceptions.
5726
5727         * threads.c (mono_thread_init): added a callback which is invoked
5728         at thread start.
5729
5730 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
5731         
5732         * icall.c: make GetHashCode return non-negative values.
5733
5734 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
5735
5736         * object.c, icall.c, gc.c: revert to address-based hashcode.
5737
5738 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
5739
5740         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
5741
5742 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
5743
5744         * icall.c, class.c: special case <Module>.
5745
5746 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
5747
5748         * icall.c: fix bug in GetNow().
5749
5750 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
5751
5752         * object.c (mono_runtime_class_init): make sure that we call all
5753         static class constructors.
5754
5755 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
5756
5757         * reflection.c: sort methodsemantics table.
5758
5759 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
5760
5761         * reflection.h, reflection.c: honour init locals setting.
5762
5763 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
5764
5765         * icall.c: copied Double ToStringImpl for Single ToStringImpl
5766
5767 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
5768
5769         * reflection.c: support ContructorBuilders in attribute blob creation.
5770
5771 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5772
5773         * reflection.c: some changes to build a binary that can be run
5774         directly in windows.
5775
5776 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
5777
5778         * loader.c: print a big message when an icall can't be found.
5779
5780 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5781
5782         * string-icalls.c: fix bug 24248.
5783
5784 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
5785
5786         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
5787         icall.c, reflection.h: separate assembly loading by pathname and by
5788         assembly name. Use the MONO_PATH env var to search for assemblies.
5789
5790 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
5791
5792         * assembly.c, image.h: add some support for assemblies
5793         with multiple modules.
5794         * class.c, class.h: export mono_class_from_typeref().
5795         * loader.c: remove duplicated code and use mono_class_from_typeref(),
5796         instead.
5797
5798 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
5799
5800         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
5801         documentation says (the ECMA one is correct).
5802
5803 2002-05-02  Dick Porter  <dick@ximian.com>
5804
5805         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
5806         Don't name the synchronisation mutex.
5807
5808 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
5809
5810         * rand.c
5811         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
5812         Make the prototypes match.
5813         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
5814         Same.
5815
5816         * icall.c
5817         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
5818         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
5819         all systems have tm.tm_zone, so use strftime() with %Z to print
5820         the timezone abreviation into a temp string.
5821
5822         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
5823         rather than mono_array_addr() on a MonoString on Big Endian
5824         machines.
5825
5826 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
5827
5828         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
5829         fix bug 24041
5830
5831 2002-04-30  Dick Porter  <dick@ximian.com>
5832
5833         * socket-io.c: Cope with SOCKET being an integer rather than a
5834         pointer now.
5835
5836         * threads.c: Added Thread_free_internal, to deal with thread
5837         handle cleanup.  Moved calls to handle_store() and handle_remove()
5838         to start_wrapper(), so each can only be called once.  Allocate
5839         synchronisation blocks with GC_malloc(), and use GC finalisation
5840         to close the handles.
5841
5842         * icall.c: added System.Threading.Thread::Thread_free_internal
5843
5844 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
5845
5846         * icall.c: support Environment.Exit, CommandLineArgs().
5847
5848 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5849
5850         * object.c, object.h: added mono_runtime_run_main () and
5851         mono_runtime_get_main_args () for use in System.Environment.
5852
5853 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
5854
5855         * gc.c: fix thinko, enable actual finalization since the jit is now
5856         fixed.
5857
5858 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5859
5860         * gc.c, object.c: take into account that an object may be offset wrt the address
5861         returned by GC_malloc().
5862
5863 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
5864
5865         * image.c: handle files without entries in the assembly table (modules).
5866
5867 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
5868
5869         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
5870         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
5871         allowed to be null when it's System.Object class setup.
5872
5873 2002-04-27  Martin Baulig  <martin@gnome.org>
5874
5875         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
5876         if `tb->parent == NULL' rather than crashing.
5877
5878 2002-04-28  Nick Drochak  <ndrochak@gol.com>
5879
5880         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
5881         calling acos() where asin() should have been called.
5882
5883 2002-04-26  Martin Baulig  <martin@gnome.org>
5884
5885         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
5886         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
5887         there's a subdirectory called `System', but we don't want to read that
5888         subdirectory as an assembly.
5889
5890 2002-04-25  Martin Baulig  <martin@gnome.org>
5891
5892         * debug-symfile.c: Reflect latest MonoString changes.
5893
5894 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
5895
5896         * rand.c, rand.h: instance method icalls need to have an explicit
5897         this pointer as first argument in the C implementation.
5898
5899 2002-04-25  Nick Drochak <ndrochak@gol.com>
5900
5901         * icall.c: Fix typo in map for GetNonZeroBytes
5902
5903 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
5904
5905         * string-icalls.c : String does now passes unit tests without any 
5906         errors, the following changes has been made:
5907         
5908         Implemented replace methods.
5909         Renaming of methods to (try) follow the standard.
5910         Fixed compare ordinal
5911         Made all memory allocated directly to function instead of via icall function.
5912         Small performance fix in is_in_array function
5913                         
5914  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
5915
5916         c (mono_string_Internal_ctor_charp_int_int):
5917         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
5918         sindex < 0, throw ArgumentOutOfRangeException instead of
5919         ArgumentNullException.
5920
5921         Added new check for length == 0, however
5922         I need to make it return String.Empty from the C code.
5923         
5924         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
5925         that calculate the length for us here.
5926         
5927         (mono_string_Internal_ctor_sbytep_int_int): Replaced
5928         mono_string_new_utf16 with mono_string_new, since value is utf8.
5929
5930 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5931
5932         * object.c: register the object for finalization if needed.
5933         Allocate one more char in the string for the terminating 0 char.
5934
5935 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
5936
5937         * class.c, class.h, image.c: check if a type implemenst a destructor.
5938         Use the proper key for array class lookups.
5939         * icall.c: register the icalls in the System.GC class.
5940         * gc.c, gc.h: GC-related functions and icalls.
5941
5942 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5943
5944         * icall.c:
5945         * socket-io.c:
5946         * unicode.c: free some strings gotten from mono_string_to_utf8 and
5947         changed a couple of free () by g_free ().
5948
5949         * decimal.c: one-liner in the comments for decimal2string ().
5950
5951 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
5952
5953         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
5954
5955 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
5956
5957         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
5958         * object.c (mono_runtime_invoke_array) : handle null in params
5959
5960 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
5961
5962         * string-icalls.c: fixed bug in split (one off bug)
5963
5964 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
5965
5966         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
5967         * icalls.c: added String::Equals as internal method
5968
5969 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
5970
5971         * threads.c: fixed bug in the double interlocked functions
5972
5973 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
5974
5975         * threads.c: implemented all of the new interlocked icalls.
5976         * string-icalls.c: fix a bug in insert.
5977         * icalls.c: added the icalls for interlocked, removed old string functions.
5978         
5979 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
5980
5981         * loader.c: fix off-by-one error when reading argument names.
5982
5983 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5984
5985         * profiler.c: win32 counter implementation (untested).
5986         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
5987         (the latter needs testing and more complete impl. from win32 folks).
5988
5989 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
5990
5991         * object.c: mono_array_new_full workaround mono_array_class_get
5992         problem.
5993
5994 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
5995
5996         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
5997         * object.h (mono_string_chars): Changed casting type.
5998
5999 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6000
6001         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
6002                            method signatures to use gunichar2 instead of gint16.
6003
6004 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
6005
6006         * object.h, object.c: domain-specific versions of mono_object_new and
6007         mono_array_new.
6008
6009 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
6010
6011         * object.c: changed String layout
6012
6013         * string-icalls.c (mono_string_Internal_ctor_chara): added
6014         internal string constructors.
6015
6016 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
6017
6018         * threads.c: pass 'this' to the thread start routine.
6019
6020 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6021
6022         * string-icalls.c: fix IndexOf and LastIndexOf. Now
6023         InternalCompareStr don't call twice mono_string_cmp_char for the last
6024         character. Improved performance in mono_string_cmp_char.
6025
6026 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6027
6028         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
6029         code into its own library: libmonoruntime.
6030
6031 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
6032
6033         * object.h, object.c: changed array format so that szarrays do not
6034         require a bounds structure.
6035         * icall.c, appdomain.c: support for new szarray format.
6036
6037 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
6038
6039         * metadata.c: compare also the retuns type when comparing signatures:
6040         we didn't do this as an optimization since really overloaded methods
6041         must differ also in the arguments, but this doesn't work with
6042         low-level IL code (or when using explicit conversion operators: see
6043         bug#23498 for an example).
6044
6045 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
6046
6047         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
6048
6049 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
6050
6051         * icall.c: make MonoType::GetElementType its own icall.
6052
6053 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
6054
6055         * icall.c: remove MonoMethod_get_Name().
6056         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
6057         object.
6058
6059 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6060
6061         * string-icalls.c: optimized a few methods.
6062
6063 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6064
6065         * icall.c: added all new string internal calls
6066         * string-icalls.c: added, new string internal call implementation.
6067         * object.c: added mono_string_new_size for allocating a string a size
6068
6069 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
6070
6071         * object.c (mono_object_isinst): use the same code as in the
6072         optimized x86 version.
6073
6074 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
6075
6076         * profiler.c: TSC-based timer code (faster and more accurate).
6077         Not hooked up in configure, yet (set USE_X86TSC to 1).
6078
6079 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
6080
6081         * profiler.c, profiler.h: track time spent compiling methods.
6082         * threads.c: track thread creation/destruction.
6083
6084 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
6085
6086         * profiler.c, profiler.h, profiler-private.h: profiling interface
6087         and sample implementation. Moved here so that it can be used also by
6088         the jit.
6089
6090 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
6091
6092         * reflection.c, reflection.h: keep types and other handles separate in
6093         the hash tables for referred tokens. Add guid for modules.
6094
6095 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
6096
6097         * assembly.c: fix bugs found with valgrind.
6098         * metadata.h, metadata.c: added mono_metadata_guid_heap().
6099
6100 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
6101
6102         * threads: added icall support for getting current domain for
6103                    the thread.
6104  
6105 2002-04-13  Martin Baulig  <martin@gnome.org>
6106
6107         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
6108         (MonoDebugVarInfo): Added `index' field for register based addresses.
6109         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
6110         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
6111         `MonoDebugVarInfo *params' and `guint32 this_offset' with
6112         `MonoDebugVarInfo *this_var'.
6113
6114         * debug-symfile.c (relocate_variable): New static function to write
6115         a location description for a local variable or method parameter.
6116
6117 2002-04-12  Martin Baulig  <martin@gnome.org>
6118
6119         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
6120         stack offset and begin/end scope address of a local variable.
6121         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
6122         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
6123         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
6124
6125         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
6126         Added new relocation types for start/end scope of a local variable.
6127
6128 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6129
6130         * object.h: add mono_object_domain() macro.
6131         * reflection.c: handle typespecs.
6132         * icall.c: MonoMethod::get_Name() implementation.
6133
6134 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6135
6136         * icall.c: String::GetHashCode() icall implementation.
6137
6138 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6139
6140         * icall.c: String::IndexOfAny icall.
6141         * object.c, object.h: make array->max_length more useful.
6142         Intrduced mono_object_class() and mono_string_length() macros.
6143
6144 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6145
6146         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
6147         instead of g_unichar_isdigit.
6148
6149 2002-04-11  Nick Drochak  <ndrochak@gol.com>
6150
6151         * icall.c: Implement a simple Double.ToString().
6152
6153 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
6154
6155         * appdomain.h: only io-layer.h is supposed to be included.
6156         * icall.c: explicitly import environ. Fix warning.
6157
6158 2002-04-10  Nick Drochak  <ndrochak@gol.com>
6159
6160         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
6161                 return true even if it's not Daylight Savings time.
6162                 Only return false for the case where the function isn't
6163                 implemented for a plaform (read Windows).
6164
6165 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6166
6167         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
6168         data with a mutex.
6169
6170 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
6171
6172         * mempool.c (mono_mempool_alloc): only use g_malloc when
6173         absolutely necessary.
6174
6175 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
6176
6177         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
6178
6179         * class.c (mono_class_vtable): use domain mempool to allocate vtable
6180         (mono_class_proxy_vtable): use domain mempool
6181
6182 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
6183
6184         * appdomain.h, appdomain.c: split initialization that requires the
6185         execution engine support into mono_runtime_init().
6186
6187 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
6188
6189         * class.c (mono_class_init): don't include vtable inside MonoClass
6190         to save some memory, gather some statistics.
6191         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
6192
6193 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
6194
6195         * icall.c: internalcall implementation for ValueType.Equals().
6196
6197 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
6198
6199         * object.c (mono_message_init): moved 
6200         (mono_runtime_exec_main): new arch. independent impl.
6201         (mono_runtime_invoke_array): new method - like
6202         mono_runtime_invoke, but you can pass an array of objects.
6203         (mono_remoting_invoke): new arch. independent impl.
6204         (mono_message_invoke): new arch. independent impl.
6205         (mono_runtime_class_init): new arch. independent impl.
6206         (mono_runtime_object_init): new arch. independent impl.
6207
6208 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6209
6210         * metadata.c, object.c, reflection.c: documented the exported
6211         functions.
6212
6213 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
6214
6215         * icall.c: simpler code to pass the assembly builder data to corlib.
6216         Implement GetNestedTypes() internalcall.
6217
6218 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
6219
6220         * class.c: warn if a type can't be loaded.
6221
6222 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
6223
6224         * image.h: typedef MonoImageOpenStatus
6225         * types.h: removed unused file
6226         
6227 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
6228
6229         * icall.c: Enum_ToObject accepts enum value arguments.
6230
6231 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
6232
6233         * class.c: move initialization of properties, events and nested
6234         classes, so that they happen for interfaces, too.
6235
6236 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
6237
6238         * icall.c: cleanup some ugly casts in Array_SetValue*.
6239
6240 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
6241
6242         * icall.c: the values array fro enums is of the correct type, now.
6243         Implement (correctly) getFullName instead of assQualifiedName for
6244         MonoType.
6245         * reflection.h, reflection.c: added mono_type_get_name ().
6246
6247 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
6248
6249         * assembly.c, image.h: for each MonoImage, record from wich assembly
6250         it was loaded.
6251         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
6252         Make Type.Assembly work.
6253
6254 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
6255
6256         * debug-symfile.h: use char* instead of gpointer to avoid
6257         unnecessary casts.
6258
6259         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
6260
6261         * icall.c (ves_icall_InternalExecute): impl. FielSetter
6262         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
6263
6264 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
6265
6266         * icall.c (mono_message_init): impl. (code cleanup)
6267         (ves_icall_InternalExecute): impl. FieldGetter
6268
6269         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
6270         defined we call all (non-static)methods through the vtable. 
6271
6272 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
6273
6274         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
6275         finalizer even though the memory is still referenced (and the chunk of
6276         memory is not freed).
6277
6278 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
6279
6280         * assembly.c: fix brokeness.
6281
6282 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
6283
6284         * class.c: kill some warnings. Check explicit interface method
6285         implementation also without considering the namespace.
6286         Load also literal strings in static class data.
6287
6288 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
6289
6290         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
6291         (default_assembly_name_resolver): Make the resolver take the
6292         "base" directory where the assembly was originally defined, so we
6293         can load DLLs that are in the same directory as the assembly that
6294         is being referenced.
6295
6296 2002-03-28  Dick Porter  <dick@ximian.com>
6297
6298         * file-io.h: 
6299         * file-io.c:
6300         * socket-io.c: 
6301         * unicode.h: 
6302         * unicode.c: Warning cleanups
6303
6304 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
6305
6306         * object.h, reflection.h: use the correct type instead of MonoObject.
6307
6308 2002-03-28  Martin Baulig  <martin@gnome.org>
6309
6310         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
6311         (mono_debug_update_symbol_file): Initialize classes if necessary.
6312
6313 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
6314
6315         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
6316         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
6317
6318 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
6319
6320         * assembly.h: fix function prototype.
6321         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
6322         * mono-endian.h: use const cast.
6323
6324 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
6325
6326         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
6327
6328 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
6329
6330         * loader.c: don't assert when a typeref can't be loaded, give
6331         a chance to the runtime to trow an exception instead.
6332         * loader.h: fix warning.
6333
6334 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
6335
6336         * class.c (mono_class_proxy_vtable): added proxy support
6337
6338 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
6339
6340         * icall.c: removed last of PAL calls, added System.Environment
6341         * file-io.h, file-io.c: MonoIO implementation
6342         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
6343
6344 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
6345
6346         * appdomain.c: do not use the byte marker in ldstr table lookup.
6347         * debug-helpers.c: allow two ':' to separate class and method name.
6348         * object.c: allocate arrays bounds with the GC, too.
6349         * verify: add a few more checks.
6350
6351 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
6352
6353         * reflection.c: output also literal strings. Allocate parameter data
6354         with GC_malloc() (thanks, Martin, for catching this!).
6355
6356 2002-03-26  Martin Baulig  <martin@gnome.org>
6357
6358         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
6359         include the `this' offset in the `param_offsets'.
6360
6361 2002-03-25  Martin Baulig  <martin@gnome.org>
6362
6363         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
6364         mono_debug_get_class() function to get the classes. Added new
6365         relocation types for arrays and strings.
6366         (mono_debug_get_class): New static function to search in all
6367         referenced assemblies for a metadata token.
6368
6369         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
6370
6371 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
6372
6373         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
6374         hold gc-allocated objects. Make the string heap a stream like the
6375         others. Removed duplicated code when writing stream info.
6376         Added asserts to catch possible buffer overflows. Set the sorted map
6377         for tables that need sorting. Added some documentation.
6378
6379 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
6380
6381         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
6382         for interned strings and vtables.
6383
6384 2002-03-24  Martin Baulig  <martin@gnome.org>
6385
6386         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
6387         it in the array since it was created with g_slist_prepend().
6388
6389 2002-03-24  Martin Baulig  <martin@gnome.org>
6390
6391         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
6392         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
6393         (mono_debug_method_from_token): Renamed to
6394         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
6395         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
6396
6397         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
6398         relocation types.
6399
6400         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
6401
6402 2002-03-24  Martin Baulig  <martin@gnome.org>
6403
6404         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
6405         (mono_debug_method_from_token): New func.
6406
6407         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
6408         New interncall, calls mono_debug_local_type_from_signature().
6409         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
6410         calls mono_debug_method_from_token().
6411
6412 2002-03-23  Martin Baulig  <martin@gnome.org>
6413
6414         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
6415         specifies the number of bytes to be converted, not the array size.
6416         Return the number of chars, not the number of bytes.
6417         (ves_icall_iconv_get_chars): The `byteCount' argument
6418         specifies the number of bytes to be converted, not the array size.
6419
6420 2002-03-23  Martin Baulig  <martin@gnome.org>
6421
6422         * reflection.h (MonoReflectionSigHelper): New type.
6423
6424         * reflection.c (mono_reflection_sighelper_get_signature_local),
6425         (mono_reflection_sighelper_get_signature_local): New functions.
6426
6427         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
6428         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
6429         interncalls.
6430
6431 2002-03-23  Martin Baulig  <martin@gnome.org>
6432
6433         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
6434         is_writeable is set.
6435         (mono_raw_buffer_update): New function to write the modified map
6436         back to disk.
6437
6438         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
6439
6440         * debug-symfile.c (mono_debug_update_symbol_file): Call
6441         mono_raw_buffer_update() when done writing.
6442
6443 2002-03-23  Martin Baulig  <martin@gnome.org>
6444
6445         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
6446
6447         * debug-symfile.c: Added support for arguments and local variables.
6448
6449 2002-03-23  Dick Porter  <dick@ximian.com>
6450
6451         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
6452         protected by ifdefs, hence breaking the w32 build.
6453
6454 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6455
6456         * object.c: implement is_interned() the right way.
6457
6458 2002-03-21  Martin Baulig  <martin@gnome.org>
6459
6460         * debug-symfile.[ch]: New files to handle debugging information
6461         files. There's also support to dynamically update these symbol
6462         files to include machine dependent information.
6463
6464 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
6465
6466         * threads.c (mono_thread_create): new function to create thread
6467         from C
6468
6469 2002-03-20  Martin Baulig  <martin@gnome.org>
6470
6471         * icall.c (ves_icall_InternalInvoke): Create a new object if the
6472         method is a constructor.
6473         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
6474         points to ves_icall_InternalInvoke().
6475
6476 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
6477
6478         * file-io.c: Flush shouldn't throw exceptions.
6479
6480 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
6481
6482         * file-io.c: FileStream flush support; FileSetLength now
6483         restores file pointer.
6484
6485 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
6486
6487         * class.c: set image for pointer classes.
6488
6489 2002/03/19  Nick Drochak <ndrochak@gol.com>
6490
6491         * sysmath.c: Forgot one.
6492
6493 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
6494
6495         * sysmath.c: Avoid redefining existing names.
6496
6497 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
6498
6499         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
6500         handled by runtime as icall rather than dllimport from libm.so
6501         * file-io.c, file-io.h: fixed handle argument type.
6502
6503 2002-03-18  Dick Porter  <dick@ximian.com>
6504
6505         * reflection.c (mono_image_get_type_info): rename interface to
6506         iface, because of "#define interface struct" on windows.
6507
6508 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
6509
6510         * class.c, class.h: rename and export mono_ptr_class_get().
6511         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
6512         * reflection.c, reflection.h, icall.c: better/saner type name
6513         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
6514         method signatures.
6515
6516 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
6517
6518         * class.c (mono_class_init): removed hardcoded GHC_SLOT
6519
6520         * icall.c (ves_icall_InternalInvoke): impl.
6521
6522 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
6523
6524         * reflection.c: output the interface map table, too.
6525
6526 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
6527
6528         * class.c (class_compute_field_layout): separate computation of 
6529         static field layout
6530
6531 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
6532
6533         * icall.c: added System.Buffer support.
6534         * file-io.c: moved file icalls from PAL to FileStream.
6535
6536 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
6537
6538         * icall.c (ves_icall_System_Object_GetHashCode): impl.
6539
6540 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
6541
6542         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
6543
6544 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
6545
6546         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
6547
6548 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
6549
6550         * debug-helpers.{c,h}: moved here from monograph some useful functions
6551         to locate a method by name/signature in a class or image. Included
6552         also a small and flexible IL disassembler.
6553
6554 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
6555
6556         * reflection.c: fixup tokens in methods with small header size, too.
6557
6558 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
6559
6560         * object.c (mono_string_to_utf8): remove assert(!error), instead
6561         print a warning. 
6562
6563 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
6564
6565         * icall.c: update to the new mono_Array_class_get interface.
6566
6567 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
6568
6569         * appdomain.c, object.c: Boehm-GC enable.
6570         * icall.c: make get_data_chunk() support split data requests.
6571         Ensure a class is initialized in more cases. Return only the first
6572         property found in GetProperties() or the compiler gets confused. 
6573         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
6574         * reflection.h, reflection.c: add fixup mechanism for field and method
6575         tokens. Initialize assembly->typeref in a single place. Output
6576         properties after events. Support custom attributes for events, too.
6577         Typo fix for paramter custom attrs.
6578
6579 2002-03-07  Martin Baulig  <martin@gnome.org>
6580
6581         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
6582
6583 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
6584
6585         * class.c (mono_array_class_get): fix. for multi. dim. arrays
6586
6587 2002-03-06  Martin Baulig  <martin@gnome.org>
6588
6589         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
6590         non-zero lower bounds. See testcases #F10-#F13.
6591
6592 2002-03-05  Martin Baulig  <martin@gnome.org>
6593
6594         * exception.c (mono_get_exception_argument_out_of_range): New exception.
6595
6596         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
6597         ves_icall_System_Array_GetValue(), only calculate the absolute array position
6598         here.
6599         (ves_icall_System_Array_SetValue): Likewise.
6600         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
6601         as argument and does the actual work. This function is used when copying a
6602         multi-dimensional array.
6603         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
6604         now do all the widening conversions of value types.
6605         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
6606
6607 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6608
6609         * class.c: remove some magic numbers and use the smbolic names,
6610         instead. Added init_events() to load event info at class init time.
6611         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
6612         and mono_metadata_methods_from_event().
6613         * reflection.h, reflection.c: added support for writing out the evnets
6614         related information.
6615
6616 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
6617
6618         * reflection.h, icall.c: use a different method (GetInterfaces)
6619         to gather interface info and add isbyref, isprimitive and
6620         ispointer to the ves_icall_get_type_info() return value.
6621
6622 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
6623
6624         * class.h: stared adding support for events.
6625         * icall.c: split find_members implementation. Added debug icall to get
6626         the address of an object.
6627         * reflection.c: handle TypeBuilders in mono_type_get_object().
6628
6629 2002-03-01  Martin Baulig  <martin@gnome.org>
6630
6631         * icall.c (ves_icall_System_Array_GetLength): This must throw an
6632         ArgumentOutOfRangeException(), not an ArgumentException().
6633         (ves_icall_System_Array_GetLowerBound): Likewise.
6634         (ves_icall_System_Array_GetValue): Improved argument checking.
6635         (ves_icall_System_Array_SetValue): Improved argument checking.
6636
6637 2002-03-01  Martin Baulig  <martin@gnome.org>
6638
6639         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
6640         called with invalid arguments rather than just dying with g_assert().
6641         (ves_icall_System_Array_SetValue): Likewise.
6642         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
6643         raise a NotImplementedException instead.
6644         (ves_icall_System_Array_GetLength): Added argument checking.
6645         (ves_icall_System_Array_GetLowerBound): Added argument checking.
6646
6647 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
6648
6649         * object.h (mono_assert): new macros mono_assert and
6650         mono_assert_not_reached
6651
6652 2002-02-28  Martin Baulig  <martin@gnome.org>
6653
6654         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
6655         and "System::String::IsInterned" to "System::String::_IsInterned".
6656
6657 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
6658
6659         * icall.c: remove hacks for typebuilder. Added icall to create a
6660         modified type from a tybebuilder.
6661         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
6662         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
6663         to create a backing MonoClass for a TypeBuilder.
6664
6665 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
6666
6667         * class.c, class.h: more refactoring of class init.
6668         Export mono_class_setup_mono_type() and mono_class_setup_parent().
6669
6670 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
6671
6672         * marshal.c, marshal.h: start of marshaling interface.
6673
6674 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
6675
6676         * icall.c: fix order in assembly qualified name icall.
6677
6678 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
6679
6680         * class.c: do not free str, since we store it in the hash table.
6681         * reflection.h: add label field to MonoILExceptionInfo.
6682         * reflection.c: handle references to more than one assembly. Handle
6683         case when there isn't a module created in the assembly.
6684
6685 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
6686
6687         * class.c: Fix typo. Start refactoring of class init code.
6688
6689 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
6690
6691         * appdomain.c: exit with 1 on error.
6692         * class.c: we already have the name in MonoClassField.
6693         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
6694         MonoStreamHeader instead of an offset of image->raw_metadata.
6695
6696 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
6697
6698         * appdomain.c (mono_init): Be even more descriptive about the error.
6699
6700 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
6701
6702         * appdomain.c: give the user an informative message when corlib can't
6703         be loaded.
6704
6705 2002-02-26  Martin Baulig  <martin@gnome.org>
6706
6707         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6708         New icall to get the time zone data.
6709
6710 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
6711
6712         * reflection.c: set virtual and raw size of section correctly.
6713         * threads.c: transfer domain information to newly created threads.
6714
6715 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
6716
6717         * class.c: when instancing a class in a domain, load the default
6718         vaules for static fields from the constant table. Fix System.Enum to
6719         not be an enum.
6720         * icall.c: implement Object::GetType() internalcall. Implemented
6721         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
6722         Fixed checking of binding flags in find_members().
6723         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
6724         * reflection.c: handle enumerations when writing to the constant
6725         table. Use a different object cache for types.
6726
6727
6728 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
6729
6730         * object.c (mono_object_isinst): fix for arrays
6731
6732         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
6733
6734 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
6735
6736         * object.c: don't use mprotect ()  and fix intern pool hash table
6737         lookup for big endian systems.
6738
6739 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
6740
6741         * icall.c: change type_is_subtype_of () signature.
6742
6743 2002-02-21  Mark Crichton  <crichton@gimp.org>
6744
6745         * rand.c, rand.h: Added random number generator for
6746         System.Security.Cryptography classes.
6747
6748         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
6749
6750         * icall.c: Added System.Security.Cryptography calls.
6751
6752 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
6753
6754         * class.c, icall.c, metadata.c: better support for pointer types.
6755         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
6756         * reflection.c: Add support for getting custom attrs for properties
6757         and simplify some code.
6758
6759 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
6760
6761         * icall.c: change getToken () and add custom attribute GetBlob()helper
6762         method.
6763         * reflection.h: add custom attrs array to the reflection builder structures.
6764         * reflection.c: encode and emit custom attributes for all the relevant
6765         reflection objects. Cache fieldref and methodref tokens. Change
6766         mono_image_create_token() interface to take a MonoDynamicAssembly.
6767         More complete custom attributes decoder. Load custom attributes for
6768         Assembly, Field, Method and Constructor objects, too. Make the
6769         returned array an Attribute[] one, not object[]. Added
6770         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
6771         custom attribute constructor.
6772
6773 2002-02-20  Dick Porter  <dick@ximian.com>
6774
6775         * icall.c:
6776         * rawbuffer.c:
6777         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
6778         problem code out for now).
6779
6780 2002-02-19  Radek Doulik  <rodo@ximian.com>
6781
6782         * object.c (mono_ldstr): use hash table to avoid multiple swapping
6783
6784 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
6785
6786         * icall.c: register the GetCustomAttributes method.
6787         * object.c, object.h: add mono_string_new_len ().
6788         * reflection.h, reflection.c: added mono_runtime_invoke(),
6789         mono_install_runtime_invoke(). Added
6790         mono_reflection_get_custom_attrs () to load custom attributes and
6791         create the attribute objects.
6792
6793 2002-02-19  Dick Porter  <dick@ximian.com>
6794         * threads-dummy-types.c:
6795         * threads-dummy-types.h:
6796         * threads-dummy.c:
6797         * threads-dummy.h:
6798         * threads-pthread-types.c:
6799         * threads-pthread-types.h:
6800         * threads-pthread.c:
6801         * threads-pthread.h:  Deleted obsolete files
6802
6803 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
6804
6805         * class.c (mono_class_vtable): runtime init the class when we
6806         allocate static class data.
6807
6808         * icall.c (ves_icall_System_Array_SetValue): check for null values.
6809
6810         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
6811         and String - but we will need generic marshalling support in the
6812         future. 
6813         (mono_init): set the domain name in a ms compatible way
6814
6815         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
6816         String[].
6817
6818 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
6819
6820         * object.c (mono_array_clone): use alloca() instead of g_malloc  
6821         for sizes
6822
6823         * appdomain.c (mono_domain_unload): impl.
6824
6825 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
6826
6827         * appdomain.c, object.c: fix intern pool implementation.
6828         * class.c: fix alignment code.
6829
6830 2002-02-16  Radek Doulik  <rodo@ximian.com>
6831
6832         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
6833         and s2 > s1, just copy lower bytes to be compatible with little
6834         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
6835         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
6836
6837         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
6838         force big_endian to be 1 for big endian machines 
6839         (ves_icall_iconv_new_decoder): ditto
6840
6841 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
6842
6843         * socket-io.c (convert_sockopt_level_and_name): If the system
6844         doesn't define SOL_IP or SOL_TCP, get them by hand using
6845         getprotobyname() and caching the values (because this could be a
6846         slow operation).
6847         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
6848         Use the appropriate struct when the system does support it. Ie,
6849         not all systems have struct ip_mreqn so use struct ip_mreq when
6850         appropriate.
6851
6852 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
6853
6854         * reflection.c: handle finally clauses.
6855
6856 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
6857
6858         * socket-io.c: use g_snprintf() instead of snprintf.
6859
6860 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
6861
6862         * reflection.c (mono_param_get_objects): Cast second argument to
6863         mono_method_get_param_names to a const char** to silence the
6864         compiler warning.
6865
6866         * appdomain.c (mono_domain_assembly_open): Put parens around the
6867         truth statement in the for-loop.
6868
6869         * unicode.c (iconv_convert): Got rid of a compiler warning about
6870         int i being unused when the system has a new iconv.
6871         (iconv_get_length): Same.
6872
6873         * image.c (load_class_names): Cast the second argument to
6874         g_hash_table_insert() to char* to hush compiler warnings about the
6875         arg being a const.
6876         (mono_image_open): Same here.
6877
6878         * socket-io.c: Don't conditionally include sys/filio.h or
6879         sys/sockio.h here anymore since we now get them from
6880         io-layer/io-layer.h
6881         (inet_pton): If the system doesn't support inet_aton, implement
6882         using inet_addr and also #define INADDR_NONE if it isn't defined
6883         by the system.
6884
6885 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
6886
6887         * metadata.c, metadata.h: added function to get packing and size info
6888         of a typedef.
6889         * reflection.h, reflection.c: handle field RVA data. Save info about
6890         the table layout if needed. Assign typedef indexes to all the types
6891         before dumping the info about them to avoid forward reference problems.
6892
6893 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
6894
6895         * socket-io.c (convert_sockopt_level_and_name): ifdef
6896         SO_ACCEPTCONN because it is not defined on my system (old debian)
6897
6898 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
6899
6900         * opcode.c: use stddef.h to get NULL.
6901
6902 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
6903
6904         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
6905         for FIONBIO, FIONREAD and SIOCATMARK.
6906         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
6907         define INADDR_NONE and besides, inet_addr() is deprecated and
6908         should not be used. Use inet_pton() instead - it also has the
6909         added bonus that it can easily handle IPv6 addresses as well.
6910         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
6911
6912 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
6913
6914         * decimal.c: remove _MSC_VER conditional.
6915
6916 2002-02-13  Dick Porter  <dick@ximian.com>
6917
6918         * socket-io.c: 
6919         * icall.c: Internal calls for Blocking, Select, Shutdown,
6920         GetSocketOption and SetSocketOption
6921
6922 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6923
6924         * assembly.cs: better resolver: use it instead of some kludgy
6925         code.
6926
6927 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
6928
6929         * reflection.c: the best way to speed-up the compiler is to avoid
6930         infinite loops.
6931
6932 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
6933
6934         * class.c (mono_class_vtable): changed the object layout
6935         (obj->vtable->class). 
6936         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
6937
6938 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6939
6940         * assembly.c: look for assemblies in the assembly dir, too.
6941
6942 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
6943
6944         * class.c: fix thinko in mono_class_from_type().
6945
6946 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
6947
6948         * exception.h, exception.c: added TypeLoadException.
6949         * object.h, object.c: added mono_array_clone ().
6950         * icall.c: handle throwOnError in AssemblyGetType().
6951         Added Array.Clone().
6952         * opcode.h, opcode.c: use a single value for the opcode val.
6953         Compile fix for non-gcc compilers.
6954
6955 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
6956
6957         * opcodes.c, opcodes.h: export interesting info about opcodes.
6958
6959 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
6960
6961         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
6962         icalls. 
6963
6964         * class.c (class_compute_field_layout): set element_class for enums
6965         (mono_class_create_from_typedef): set element_class for normal classes
6966
6967         * icall.c (ves_icall_System_Enum_get_value): impl.
6968
6969         * class.c (mono_class_create_from_typedef): do not set valuetype
6970         flag for System.ValueType and System.Enum
6971
6972 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
6973
6974         * unicode.c (iconv_convert): fix big endian problem.
6975
6976 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
6977
6978         * class.c: add asserts if we are ever going to scribble over memory.
6979         * socket-io.c: not all systems have AF_IRDA defined.
6980
6981 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
6982
6983         * class.c (class_compute_field_layout): do not consider static
6984         fields to compute alignment
6985
6986 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
6987
6988         * appdomain.c (mono_appdomain_get): impl.
6989         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
6990
6991 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
6992
6993         * icall.c: ignore "file://" prefix when loading an assembly.
6994
6995 2002-01-23  Dick Porter  <dick@ximian.com>
6996
6997         * socket-io.c:
6998         * icall.c:
6999         * Makefile.am: Added socket support
7000
7001 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7002
7003         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
7004         code back.  This should return the assemblies that are loaded by
7005         the runtime on behalf of an application domain. 
7006
7007         The current implementation is still broken, it just returns every
7008         assembly loaded, but until we get real applications domain this
7009         will do.
7010
7011 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
7012
7013         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
7014         AppDomain object.
7015
7016 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7017
7018         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
7019         the mono_class_from_name lookup.
7020         (ves_icall_get_parameter_info): ditto.
7021         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
7022         method.
7023         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
7024
7025 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
7026
7027         * class.c: load also nested classes on class init.
7028         System.ValueType instance methods gets passed boxed
7029         values, unless methods in derived classed that get a pointer to the
7030         data.
7031         * icall.c: use better name parsing code in GetType().
7032         * image.c, image.h: add mono_image_loaded ().
7033         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
7034         * reflection.c, reflection.h: added mono_reflection_parse_type().
7035
7036 2002-01-22  Veronica De Santis <veron78@interfree.it>
7037
7038         * icall.c : Added mapping of internal calls for Manual and Auto reset events
7039         * threads.c : Added the implementation of internal calls for events
7040         * threads.h : Added prototypes of internal calls for events
7041         
7042 2002-01-21  Radek Doulik  <rodo@ximian.com>
7043
7044         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
7045
7046 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
7047
7048         * class.c (mono_class_init): set min_align to 1 (instead of 0)
7049         (mono_class_value_size): use min_align
7050
7051 2002-01-20  Dick Porter  <dick@ximian.com>
7052
7053         * threads.h:
7054         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
7055         so it compiles on w32.
7056
7057 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
7058
7059         * metadata.c (mono_type_stack_size): impl.
7060
7061         * class.c (mono_class_get_field): impl. memberref token
7062
7063 2002-01-16 Veronica De Santis <veron78@@interfree.it>
7064
7065         * icall.h : Added the internal calls mapping for CreateMutex_internal
7066                     and ReleaseMutex_internal.
7067         * threads.h : Added the prototype of mutexes internal calls.
7068         * threads.c : Added the implementations of mutexes internal calls.
7069
7070 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
7071
7072         * metaparse.h: removed unused file.
7073         * reflection.c, reflection.h: added stream_data_align () function 
7074         to align data in streams and keep stream aligned. Add support for
7075         exception support in method headers.
7076
7077 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
7078
7079         * unicode.c: make iconv_convert () return the number of bytess written
7080         in the output buffer.
7081
7082 2002-01-15  Dick Porter  <dick@ximian.com>
7083         * threads.c: Make the runtime's idea of infinite timeouts coincide
7084         with the class library's
7085
7086         Fix a particularly egregious bug in mono_thread_cleanup(). That
7087         code was so utterly bogus it must have been written on a Monday.
7088
7089 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
7090
7091         * reflection.h: add subtypes field to TypeBuilder.
7092         * reflection.c: encode constants for literal fields.
7093         Handle subtypes. Fix user string token (and add a zero byte)
7094         at the end.
7095         
7096 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
7097
7098         * class.c (mono_class_init): bug fix: assign slot numbers for
7099         abstract methods.
7100
7101 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7102
7103         * reflection.c: don't try to output a code RVA for abstract methods.
7104         Small fixes for method header format. Output parameter info to the
7105         ParamDef table. Save method overriding info to MethodImpl table.
7106         Fix property support. Allow typedef.extends to be a type in the
7107         building assembly.
7108         * verify.c: fix off-by-one error.
7109
7110 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
7111
7112         * class.c: fix mono_class_from_mono_type () for szarray types.
7113         Remove unused cache check in mono_class_from_type_spec().
7114         * icall.c: *type_from_name () functions handle simple arrays and byref.
7115         * reflection.c: handle byref and szarray types. Handle methods without
7116         body (gets P/Invoke compilation working). Handle types and fields in
7117         get_token ().
7118         * reflection.h: add rank to MonoTypeInfo.
7119
7120 2002-01-10  Dick Porter  <dick@ximian.com>
7121
7122         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
7123         internal calls
7124
7125 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
7126
7127         * icall.c: initialize class in type_from_handle ().
7128         Loop also in parent classes for get_method ().
7129         * reflection.c: properly encode class and valuetype types.
7130         Start on encoding TypeBuilder types. Handle fieldrefs.
7131         Use correct length when registering a user string.
7132         Handle ConstructorBuilder and MonoMethod in get_token ().
7133         Make mono_type_get_object () aware of cached types.
7134         * object.c: back out change to mono_string_new ().
7135
7136 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
7137         * object.c: mono_string_new should return a NULL when the string 
7138         passed in is NULL -- not try to deference it.
7139         
7140 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
7141
7142         * icall.c: hack to make IsSubType work for TypeBuilders.
7143         * reflection.c: emit constructors before methods.
7144         Retrieve param names in mono_param_get_objects().
7145
7146 2002/01/05  Nick Drochak  <ndrochak@gol.com>
7147
7148         * Makefile.am: fix list of headers and sources so automake 1.5
7149         doesn't complain. Removed \# at end of list.
7150
7151 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
7152
7153         * reflection.c: get token for a method ref. Set return type of
7154         constructor to void.
7155         * loader.c: debug message.
7156         * class.c: typo fix.
7157
7158 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
7159
7160         * icall.c: fix array init with rank > 1. FindMembers
7161         loops in parent class as well.
7162         * image.c: do not insert nested types in name cache.
7163         * reflection.c: warning fix.
7164         * reflection.h: add override method (for interface impl).
7165
7166 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
7167
7168         * metadata.c: fix customattr decoding.
7169
7170 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
7171
7172         * rawbuffer.cs: Added native Win32 implementation, avoids using
7173         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
7174
7175 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
7176
7177         * class.c: make the low-level routines handle the cache.
7178
7179 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
7180
7181         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
7182
7183 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
7184
7185         * class.c: fix mono_array_element_size() for objects.
7186         * class.h, class.c: add properties to MonoClass and load them
7187         at init time.
7188         * icall.c: check with isinst() when assigning a value to an array
7189         instead of requiring the classes to match exactly.
7190         Implemented icall for System.Type::GetType().
7191         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
7192         enums. Handle bindingflags when looking for methods and fields.
7193         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
7194         and mono_metadata_methods_from_property().
7195         * reflection.h, reflection.c: added structures for propreties,
7196         parameters and enums. Implemented mono_property_get_object() and
7197         mono_param_get_objects().
7198
7199 2001-12-18  Dick Porter  <dick@ximian.com>
7200
7201         * file-io.c: Use mono_string_to_utf16() instead of
7202         mono_string_chars()
7203
7204         * object.c: Added mono_string_to_utf16(), which copies the non
7205         NULL-terminated MonoString into a new double-null-terminated
7206         buffer.
7207
7208 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
7209
7210         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
7211
7212 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
7213
7214         * file-io.c: raise exceptions if handle is invalid.
7215
7216 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
7217
7218         * assembly.c: yet another check for mscorlib.
7219         * class.c, class.h: load nesting info for classes.
7220         * icall.c: many new functions to support the Reflection classes.
7221         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
7222         * reflection.h, reflection.c: mono_image_create_token(),
7223         mono_assembly_get_object(), mono_type_get_object(),
7224         mono_method_get_object(), mono_field_get_object(): methods to return
7225         objects that parallel the C representation of assemblies, types,
7226         methods, fields.
7227
7228 2001-12-11  Dick Porter  <dick@ximian.com>
7229
7230         * icall.c:
7231         * file-io.c: Internal calls for file IO.
7232
7233 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
7234
7235         * tabledefs.h: missing FileAttributes.
7236         * verify.h, verify.c: use is_valid_string () to simplify and check for
7237         valid strings more correctly. Fix warnings and speeling.
7238         Check more tables: Filed, File, ModuleRef, StandAloneSig.
7239         Check code: branches, maxstack, method calls.
7240
7241 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
7242
7243         * object.c (mono_object_allocate): removed static, so that the jit
7244         can allocate value types.
7245
7246         * icall.c (ves_icall_System_DateTime_GetNow): impl.
7247
7248 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7249
7250         * class.c: init enum types right away and register the
7251         token->MonoClass map in mono_class_create_from_typedef ().
7252         * verify.h, verify.c: first cut of the verifier.
7253         * pedump.c: add --verify switch to verify metadata tables.
7254         * tabledefs.h: add some missing enums.
7255
7256 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
7257
7258         * class.c (mono_install_runtime_class_init): impl.
7259         (mono_class_init): renamed mono_class_metadata_init to
7260         mono_class_init, also removed the metadata_inited flag
7261
7262         * object.c (mono_object_isinst): use faster algorithm
7263
7264 2001-11-30  Radek Doulik  <rodo@ximian.com>
7265
7266         * mono-endian.h: reverted last change
7267         added function prototypes
7268
7269         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
7270         add mono-endian.c back
7271
7272         * mono-endian.c: returned back, as Paolo pointed out, it's needed
7273         for unaligned access, I've mistaked it with endianess. I am
7274         sorry.
7275         (mono_read16): fix reverted endianess
7276         (mono_read64): ditto
7277         (mono_read32): ditto
7278
7279 2001-11-30  Dick Porter  <dick@ximian.com>
7280
7281         * exception.c: Implement mono_exception_from_name()
7282
7283 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
7284
7285         * metadata.h, metadata.c: remove params_size and locals_size and their
7286         calculation from the metadata code: they are only usefult to the
7287         interp.
7288
7289 2001-11-29  Radek Doulik  <rodo@ximian.com>
7290
7291         * object.c (mono_ldstr): swap bytes here, it's probably not the
7292         best place, but works for me now, I'll redo it once I know mono
7293         better, also note that I add PROT_WRITE and don't reset back, also
7294         note that it's only affects big endians, so x86 should be OK
7295
7296         * mono-endian.h (read16): use just glib macros for both endians
7297
7298         * mono-endian.c: removed as glib macros are used in in
7299         mono-endian.h so we don't need to care about endianess for read
7300         macros as glib does that for us already
7301
7302 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
7303
7304         * class.h, class.h: take minimum alignment into consideration so
7305         that the fields of a class remain aligned also when in an array.
7306
7307 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7308
7309         * loader.h, loader.c: add mono_method_get_param_names().
7310         * class.c: 0-init class fields.
7311
7312 2001-11-26  Dick Porter  <dick@ximian.com>
7313
7314         * icall.c:
7315         * threads-types.h:
7316         * threads.c: New file that handles System.Threading on all platforms
7317
7318         * object.c: 
7319         * object.h: Remove the synchronisation struct from MonoObject,
7320         replace it with a pointer that gets initialised on demand
7321
7322         * Makefile.am: Replace all the system-specific threading code with
7323         a single file that uses the new wrapper library
7324
7325 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
7326
7327         * class.c, class.h: add mono_install_trampoline() so that the runtime
7328         can register a function to create a trampoline: removes the ugly
7329         requirement that a runtime needed to export arch_create_jit_trampoline.
7330         * object.h, object.c: added mono_install_handler() so that the runtime
7331         can install an handler for exceptions generated in C code (with
7332         mono_raise_exception()). Added C struct for System.Delegate.
7333         * pedump.c: removed arch_create_jit_trampoline.
7334         * reflection.c: some cleanups to allow registering user strings and
7335         later getting a token for methodrefs and fieldrefs before the assembly
7336         is built.
7337         * row-indexes.h: updates and fixes from the new ECMA specs.
7338
7339 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
7340
7341         * class.h, class.c: add enum_basetype field to MonoClass.
7342         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
7343         to get index in the constant table reated to a field, param or
7344         property.
7345         * reflection.h, reflection.c: handle constructors. Set public-key and
7346         version number of the built assembly to 0.
7347         * row-indexes.h: update from new ECMA spec.
7348
7349 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
7350
7351         * class.h, class.c: add a max_interface_id to MonoClass.
7352         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
7353         since it's used to do that. Added mono_type_type_from_obj().
7354         Make GetType() return NULL instead of segfaulting if the type was not
7355         found. Handle simple arrays in assQualifiedName.
7356         * object.h: add a struct to represent an Exception.
7357         * reflection.c: output call convention in method signature.
7358         Add code to support P/Invoke methods and fixed offsets for fields.
7359
7360 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
7361
7362         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
7363         the value.
7364         * icall.c: use mono_array_addr instead of array->vector: fixes the
7365         reflection image writing.
7366         * reflection.c: init call convention byte to 0 in method signature.
7367         Encode the property signature. Don't output property-related methods
7368         twice. Really process the properties for a type (don't cast a field to
7369         a property, my mom always told me that).
7370         Fix 64 bit issues in pointer alignment in a different and more
7371         readable way.
7372
7373 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
7374
7375         * loader.h: Removed type class from MonoDefaults, added monotype
7376
7377         * loader.c: Loaded MonoType, removed loading of Type
7378
7379         * icall.c (my_mono_new_object): Now returns a System.MonoType,
7380         and fills in System.Type._impl with a RuntimeTypeHandle rather
7381         than the actual MonoClass *
7382
7383         (ves_icall_type_from_handle): change from type_class to
7384         monotype_class
7385
7386         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
7387         implemented
7388
7389         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
7390         implemented
7391
7392         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
7393
7394         (ves_icall_System_Reflection_Assembly_GetType): implemented
7395
7396         (ves_icall_System_MonoType_assQualifiedName): implemented
7397
7398         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
7399
7400 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
7401
7402         * assembly.c (mono_assembly_open): Implement a cache for the
7403         assemblies. 
7404
7405         (mono_assembly_close): only destroy the assembly when the last
7406         reference is gone.
7407         
7408 2001-11-09  Dick Porter  <dick@ximian.com>
7409
7410         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
7411
7412 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
7413
7414         * class.c (mono_class_metadata_init): bug fix: compute the right slot
7415
7416 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
7417
7418         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
7419         from Martin Weindel.
7420         * object.h: add mono_string_chars ().
7421
7422 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
7423
7424         * reflection.c (build_compressed_metadata): Eliminates warnings
7425         and uses 64-bit clean code.
7426
7427         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
7428         (mono_type_equal): Change signature to eliminate warnings.
7429
7430 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7431
7432         * icall.c, loader.c: remove the internalcall array constructors.
7433         Changes to match the new MonoArray structure.
7434         * object.h, object.c: an array object doesn't allocate an extra
7435         vector. Add mono_array_new_full () to create jagged arrays easily.
7436
7437 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
7438
7439         * metadata.h, metadata.c: add mono_metadata_field_info () to
7440         retreive all the info about a field from vairous tables.
7441         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
7442         * class.h, class.c: augment MonoClassField with more info.
7443         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
7444         policy and load a field's RVA if needed.
7445
7446 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
7447
7448         * class.c (mono_class_metadata_init): create a trampoline for all
7449         virtual functions instead of actually compiling them.
7450
7451 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
7452
7453         * class.h, class.c: include name in MonoClassField.
7454         * class.c: fix fundamental type of System.Object and System.String.
7455         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
7456         tokens in ldtoken.
7457         * icall.c: remove internalcalls for the Reflection stuff that is now
7458         done in C# code.
7459         * loader.c: mono_field_from_memberref () implementation.
7460         * mono-endian.c: thinko (s/struct/union/g).
7461         * object.c, object.h: make the mono_string_* prototypes actually use
7462         MonoString instead of MonoObject.
7463         * reflection.c, reflection.h: updates for changes in the reflection
7464         code in corlib: we use C structures that map to the actual C# classes.
7465         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
7466         fat method header if needed and use the info from the ILGenerator for
7467         methods. Handle fields in types. Misc fixes.
7468
7469 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
7470
7471         * class.c (mono_class_metadata_init): bug fix: always allocate
7472         space for static class data
7473
7474 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
7475
7476         * class.c (mono_compute_relative_numbering): use relative
7477         numbering to support fast runtime type checks.
7478
7479 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
7480
7481         * class.c (mono_class_create_from_typeref): added debugging output
7482         to print class name when MonoDummy is returned instead of real class
7483
7484 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
7485
7486         * class.c (mono_class_metadata_init): interface offset table now
7487         contains pointers into the vtable - this is more efficient for the jit
7488
7489 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
7490
7491         * class.c (mono_class_metadata_init): use a temporary vtable (the
7492         old algorithm only worked for the interpreter, but not for the jit)
7493
7494 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
7495
7496         * loader.c (method_from_memberref): use mono_class_get to get the
7497         class of an array instead of using System.Array directly.
7498         (mono_get_method): also add MEMBERREF methods to the method cache
7499         which usefull for arrays.
7500
7501 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
7502
7503         * pedump.c (arch_compile_method): added to compute vtable entry
7504
7505         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
7506         number of interfaces.
7507         
7508         * class.h: merged MonoArrayClass into MonoClass
7509
7510         * class.c (mono_class_create_from_typedef): compute the vtable size and
7511         allocate space to include the vtable inside MonoClass
7512         (mono_class_metadata_init): initialize the vtable
7513
7514 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
7515
7516         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
7517         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
7518         * image.c: endian fixes by Laurent Rioux.
7519         * object.h, object.c: rename MonoStringObject to MonoString and
7520         MonoArrayObject to MonoArray. Change some function names to conform to
7521         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
7522         guint16* as first argument, so don't use char*.
7523         Provide macros to do the interesting things on arrays in a portable way.
7524         * threads-pthread.c: updates for the API changes and #include <sched.h>
7525         (required for sched_yield()).
7526         * icall.c: updates for the API changes above.
7527         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
7528         platforms that need them.
7529
7530 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
7531
7532         * class.c: set the correct type for all the fundamental
7533         type when loading the class.
7534
7535 2001-10-05  Dick Porter  <dick@ximian.com>
7536
7537         * threads-pthread.c (pthread_mutex_timedlock): Simple
7538         compatibility version for C libraries that lack this call.
7539
7540 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
7541
7542         * class.c: MonoTypes stored in MonoClass are stored as
7543         fundamental MonoTypes when the class represents a
7544         fundamental type (System.Int32, ...).
7545         The TypeHandle return by ldtoken is a MonoType*.
7546         * icall.c: ves_icall_get_data_chunk () write out all the
7547         PE/COFF stuff. Implement ves_icall_define_method (),
7548         ves_icall_set_method_body (), ves_icall_type_from_handle ().
7549         * image.c: properly skip unknown streams.
7550         * loader.h, loader.c: add type_class to mono_defaults.
7551         * metadata.c, metadata.h: export compute_size () as
7552         mono_metadata_compute_size () with a better interface.
7553         Typo and C&P fixes.
7554         * pedump.c: don't try to print the entry point RVA if there is no entry point.
7555         * reflection.c, reflection.h: many cleanups, fixes, output method
7556         signatures and headers, typedef and typeref info, compress the metadata
7557         tables, output all the heap streams, cli header etc.
7558         * row-indexes.h: typo fixes.
7559
7560 2001-10-04  Dick Porter  <dick@ximian.com>
7561
7562         * object.h: Add a synchronisation mutex struct to MonoObject
7563
7564         * object.c (mono_new_object): Initialise the object
7565         synchronisation mutexes
7566
7567         * icall.c: System.Threading.Monitor internal calls
7568         
7569         * threads-pthread.h:
7570         * threads-pthread.c: System.Threading.Monitor internal calls
7571
7572         * threads-types.h: New file, includes the system-specific thread
7573         structures
7574         
7575         * threads-pthread-types.h:
7576         * threads-pthread-types.c: New files, handle pthread-specific
7577         synchronisation types
7578
7579         * threads-dummy-types.h: 
7580         * threads-dummy-types.c: New files of dummy support for
7581         thread-specific types
7582
7583         * metadata.c:
7584         * image.c:
7585         * pedump.c: include mono-endian.h not endian.h
7586         
7587         * Makefile.am: More threads files.
7588         Name mono-endian.h not endian.h
7589
7590 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
7591
7592         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
7593         stuff and implement a few more bits.
7594         * icall.c: a field needs to be dereferenced twice. Do not use the same
7595         name for two variables in the same scope.
7596         * image.c, image.h: cleanups.
7597
7598 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
7599
7600         * class.c (mono_class_metadata_init): bug fix: compute the right size
7601
7602 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
7603
7604         * icall.c: implemented some of the Reflection internalcalls.
7605         * image.c, image.h: start writing out the PE/COFF image.
7606         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
7607         that does the reverse than decode_blob_size ().
7608         * object.c: use mono_metadata_encode_value (). Move here
7609         temporary implementation of mono_string_to_utf8 ().
7610         * rawbuffer.c: make malloc_map static.
7611
7612 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
7613
7614         * metadata.c: fix type comparison for arrays.
7615         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
7616         Added a couple of new classes to monodefaults.
7617         * icall.c: added a couple of Reflection-related internalcalls.
7618         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
7619         Added a byval_arg MonoType to MonoClass.
7620
7621 2001-09-28  Dick Porter  <dick@ximian.com>
7622
7623         * icall.c:
7624         * threads-pthread.h: 
7625         * threads-pthread.c: Implemented internal calls for
7626         LocalDataStoreSlot operations.  Applied mutexes around all shared
7627         data.  Reworked the thread creation and Start() operations to
7628         avoid a race condition.
7629         
7630         * threads-dummy.h:
7631         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
7632
7633 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
7634
7635         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
7636
7637 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
7638
7639         * class.c, loader.c: warn and return NULL instead of erroring out.
7640         * icall.c: added System.AppDomain::getCurDomain().
7641         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
7642
7643 2001-09-25  Dick Porter  <dick@ximian.com>
7644
7645         * threads-pthread.h:
7646         * threads-pthread.c: Implemented timed thread joining and added
7647         System.Threading.Thread::Join_internal internal call
7648
7649         * icall.c: Added System.Threading.Thread::Join_internal internal call
7650
7651         * threads-dummy.h:
7652         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
7653
7654 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
7655
7656         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
7657         mono_string_intern () to implement the semantics of the ldstr opcode
7658         and the interning of System.Strings.
7659         * icall.c: provide hooks to make String::IsIntern and String::Intern
7660         internalcalls.
7661
7662 2001-09-23  Dick Porter  <dick@ximian.com>
7663
7664         * threads-dummy.c: 
7665         * threads-dummy.h: New files of dummy threading routines
7666
7667         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
7668         support code based on system specifics
7669
7670         Rename PTHREAD_LIBS to THREAD_LIBS
7671         
7672 2001-09-23  Dick Porter  <dick@ximian.com>
7673
7674         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
7675         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
7676         internal calls.
7677         (mono_thread_init): Set up a Thread object instance to return when
7678         the main thread calls Thread.CurrentThread
7679         (mono_thread_cleanup): Wait for all subthreads to exit
7680
7681         * icall.c: New internal calls for System.Threading.Thread::Sleep
7682         (including Schedule) and CurrentThread
7683
7684         * threads.h: New file, to insulate thread-specific stuff from the
7685         rest of the code
7686
7687 2001-09-21  Dick Porter  <dick@ximian.com>
7688
7689         * threads-pthread.h: 
7690         * threads-pthread.c: New file, for handling pthreads-style
7691         threading support.  Start() now starts a new thread and executes
7692         the ThreadStart delegate instance.
7693
7694         * icall.c: Added the internalcall for
7695         System.Threading.Thread::Start_internal
7696
7697         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
7698
7699 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
7700
7701         * loader.c: work around the different signatures for delegates
7702         constructors csc generates in compiled code vs the ones compiled in mscorlib.
7703
7704 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
7705
7706         * class.h, class.c: add mono_class_get_field_from_name ().
7707         * *: Fix C comments and other ANSI C issues.
7708
7709 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
7710
7711         * endian.h, assembly.c: fix some endianness issues.
7712
7713 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
7714
7715         * loader.h, load.c: add delegate_class to mono_defaults.
7716         Handle runtime provided methods in mono_get_method ().
7717
7718 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
7719
7720         * loader.c (mono_get_method): use pinvoke for internal call
7721
7722         * icall.c: use pinvoke for internal call
7723
7724         * loader.c (method_from_memberref): set the method name
7725
7726 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
7727
7728         * metadata.c: help the compiler generate better code for
7729         mono_class_from_mono_type ().
7730
7731 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
7732
7733         * class.c (mono_class_metadata_init): delayed computing of the
7734         class size to mono_class_metadata_init ()
7735
7736 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
7737
7738         * class.c, class.h: add an interfaces member to MonoClass.
7739         * image.c, image.h: add assembly_name field to MonoImage
7740         from the assembly table.
7741         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
7742
7743 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
7744
7745         * class.c: Handle Array in mono_class_from_mono_type ().
7746         * metadata.c, pedump.c: some endian fixes.
7747
7748 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
7749
7750         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
7751         * metadata.c: fix small problem introduced with the latest commit.
7752
7753 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
7754
7755         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
7756         We don't need a MonoMetadata pointer anymore to compare signatures in
7757         mono_metadata_signature_equal (), update callers.
7758         Reduced memory usage an number of allocations for MonoMethodHeader and
7759         MonoMethodSignature.
7760
7761 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
7762
7763         * metadata.c: added compare for szarray.
7764
7765 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
7766
7767         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
7768         and add a couple more types to it and mono_defaults. Give an hint on
7769         classes that need implementing in our corlib and are referenced
7770         in mscorlib.
7771
7772 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
7773
7774         * class.h, class.c: keep track if a class is also an Enum.
7775         * loader.c: Implement a couple more types for use in libffi
7776         marshalling. Gives better diagnostics when failing to dlopen
7777         a library. Set method->klass for P/Invoke methods, too.
7778
7779 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
7780
7781         * class.c, class.h: add a MonoType this_arg to MonoClass that
7782         represents a pointer to an object of the class' type that
7783         can be used by the interpreter and later the type cache.
7784         Add best guess alignment info for valuetype objects.
7785
7786 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
7787
7788         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
7789         into MonoType: one less level of indirection and allocation and
7790         simplifies quite a bit of code. Added cache for MonoTypes that are
7791         used frequently, so that we don't need to allocate them all the time.
7792
7793 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
7794
7795         * class.c (mono_class_create_from_typedef): System.Enum is also a
7796         value type, although it does not derive from System.ValueType
7797         (maybe a bug in the ms compiler?)
7798
7799         * metadata.c (mono_type_size): return the right size for value types
7800
7801         * loader.c (mono_get_method): only initialize method header if not abstract
7802
7803         * class.c (mono_class_from_mono_type): use mono_default values. 
7804
7805 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
7806
7807         * *: use MonoClass pointers instead of <type_tokens>
7808         
7809         * class.h: new flag: metadata_inited.
7810
7811         * class.c (mono_class_metadata_init): impl.
7812         (mono_class_instance_size): impl.
7813         (mono_class_data_size): impl.
7814
7815 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
7816
7817         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
7818         MonoClass now has the name and name_space fields. 
7819         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
7820         mono_get_method () takes and optional MonoClass as argument.
7821         Removed mono_typedef_from_name() and added mono_class_token_from_name()
7822         instead that takes advantage of a map from class names to typedef
7823         tokens in MonoImage.
7824
7825 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
7826
7827         * metadata.c: zero is not a valid alignment boundary.
7828         Merge MONO_TYPE_VOID in default decoding code.
7829
7830 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
7831
7832         * image.h: merged MonoMetadata into MonoImage
7833
7834         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
7835         identify the type of elements.
7836
7837 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
7838
7839         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
7840         * cil-coff.h: split MonoMSDOSHeader and add size info.
7841         * image.c: add some consistency checks.
7842         * metadata.c: fix row size computation: one programmer
7843         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
7844         add explanation for the locator routine.
7845         Fix decoding of size in method header.
7846         
7847 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
7848
7849         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
7850         (g_concat_dir_and_file): Bring g_concat_dir_and_file
7851         function from gnome-libs.  This uses the right path separator
7852         based on the OS, and also works around a bug in some systems where
7853         a double slash is not allowed. 
7854         (default_assembly_name_resolver): Use g_concat_dir_and_file
7855         (mono_assembly_open): ditto.
7856
7857 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
7858
7859         * metadata.c (mono_metadata_signature_equal): impl.
7860
7861         * *: void is now a realy MonoType (instead of using NULL)
7862         
7863         * metadata.c (do_mono_metadata_parse_type): use
7864         mono_metadata_parse_type to parse void value.
7865
7866 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
7867
7868         * metadata.c, metadata.h: in the signature and method header store
7869         only the space required for holding the loca vars and incoming arguments.
7870
7871 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
7872
7873         * metadata.c (do_mono_metadata_parse_type): treat void like any
7874         other type (instead of assigning NULL);
7875
7876 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
7877
7878         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
7879
7880 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
7881
7882         * image.c (do_mono_image_open): added a cache for arrays.
7883
7884 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
7885
7886         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
7887         decode a single column from a row in a metadata table and changes
7888         to take advantage of it in the typedef locator (gives a nice speed up).
7889         Store offset info for function params.
7890
7891 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
7892
7893         * image.h (MONO_IMAGE_IS_CORLIB): removed 
7894
7895 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
7896
7897         * assembly.c: how could mono_assembly_close () had ever worked?
7898         * metadata.c, metadata.h: provide offset info for local vars.
7899         Implement mono_type_size () to take care of alignment as well
7900         as size (it was mono_field_type_size in cli/class.c before).
7901
7902 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
7903
7904         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
7905
7906         * assembly.h (CORLIB_NAME): set to corlib.dll
7907
7908         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
7909
7910 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
7911
7912         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
7913         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
7914         tokentype.h: massive namespace cleanup.
7915
7916 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
7917
7918         * metadata.h, metadata.c: decode exception clauses when parsing method header.
7919
7920 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
7921
7922         * metadata.c (mono_metadata_free_type): added check for type !=
7923         NULL (void) before calling mono_metadata_free_type()
7924
7925 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
7926
7927         * metadata.h, row_indexes.h: added header with enumerations to use
7928         to index in the columns from tables in metadata and to decode coded
7929         tokens: we should start using this instead of embedding magic numbers
7930         all over the code.
7931
7932 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
7933
7934         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
7935         Move metadata_t info from cli_image_info_t to MonoImage, where
7936         it's easily accessible. Changed all the uses accordingly.
7937         Added the method and class caches to MonoImage.
7938         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
7939         and mono_metadata_decode_value () signature to be more consistent
7940         with the other parse functions (and simplify code). Taken advantage
7941         of zero-length array allocation with GCC. Removed reduntant (and
7942         wrong) MonoFieldType struct and use MonoParam instead. Changed
7943         mono_metadata_parse_field_type () to use common code for parsing.
7944         Added mono_metadata_typedef_from_field () and
7945         mono_metadata_typedef_from_method () to lookup a typedef index from a
7946         field or method token.
7947         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
7948
7949 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
7950
7951         * metadata.c (mono_metadata_parse_field_type): Implement. 
7952         (do_mono_metadata_parse_type): Split engine from
7953         mono_metadata_parse_type, so that we can create smaller structures
7954         for things that just have one pointer to the MonoType (look at
7955         the MonoFieldType)
7956
7957 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
7958
7959         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
7960         as Jan Gray found out, it is incorrect. 
7961
7962 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
7963
7964         * assembly.c: Implement asssembly loading.  This loads an image
7965         and loads all the referenced assemblies.  Come to think of it, we
7966         could always do lazy loading of the assemblies. 
7967
7968         * image.c (mono_image_open): Keep loaded images in a hashtable.
7969
7970         * image.h (MonoImage): Add reference count.
7971
7972 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
7973
7974         * assembly.c (mono_assembly_open): Keep track of the file name in
7975         case the assembly has no ASSEMBLY table.
7976
7977         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
7978         from get.c here.
7979
7980 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
7981
7982         * metadata.c, metadata.h: decode local vars in method header
7983         parse function. Change callers accordingly.
7984
7985 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
7986
7987         * metadata.h, cil-coff.h: protect against multiple inclusion.
7988         Added some new structures to hold information decoded from metadata:
7989         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
7990         and relevant decoding/free functions.
7991         * metadata.c: implement decoding functions. Add warning for out of bounds
7992         index in mono_metadata_locate(). Implement mono_get_method () to retreive
7993         all the info about a method signature and invocation. Remove check on
7994         uninitialized local var in parse_mh() and fix memory leak.
7995
7996 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
7997
7998         * metadata.h: More macros.
7999
8000         * tokentype.h: New file.
8001
8002 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
8003
8004         * assembly.c: added a consistency check and initialize
8005         some structures with g_new0().
8006         * metadata.c: fixed a couple more bugs in table size computation
8007         and add other checks for out-of bound access to metadata.
8008
8009 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
8010
8011         * metatada.c: fix bugs computing table sizes. Spew a
8012         warning when index in string heap is out of bounds.
8013
8014 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
8015
8016         * metadata.h: Add a couple of macros to manipulate tokens. 
8017
8018 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
8019
8020         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
8021         cli_section_tables).
8022
8023 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
8024
8025         * metadata.c (mono_metadata_user_string): New function, provides
8026         access to the UserString heap. 
8027
8028 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
8029
8030         * metadata.c: Add inline documentation.
8031
8032 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
8033
8034         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
8035         files. 
8036
8037 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
8038
8039         * typeattr.h: New file, TypeAttribute flags. 
8040
8041 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
8042
8043         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
8044         mono_assembly_ensure_section): Section loading code.
8045         (load_section_tables): Load the sections.
8046
8047         * mono/metadata/metadata.c (mono_metadata_locate_token,
8048         mono_metadata_locate): Functions to locate the information
8049         definition given a token or a table and an index.
8050         (mono_metadata_compute_table_bases): New.
8051         (compute_size): New function to compute the sizes of the various
8052         tables.
8053
8054         * mono/metadata/metadata.h: Finish listing the different index
8055         types. 
8056
8057         * mono/metadata/pedump.c: Improve to dump new information.
8058
8059 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
8060
8061         * mono/metadata/metadata.c: Entered all the tables matching
8062         Beta2. 
8063
8064         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
8065
8066
8067
8068
8069
8070
8071