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