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